Lines Matching defs:new_state
72 enum iris_inst_state new_state = IRIS_INST_ERROR;
76 new_state = IRIS_INST_INPUT_STREAMING;
78 new_state = IRIS_INST_STREAMING;
81 new_state = IRIS_INST_OUTPUT_STREAMING;
83 new_state = IRIS_INST_STREAMING;
86 return iris_inst_change_state(inst, new_state);
91 enum iris_inst_state new_state = IRIS_INST_ERROR;
95 new_state = IRIS_INST_INIT;
97 new_state = IRIS_INST_OUTPUT_STREAMING;
100 new_state = IRIS_INST_INIT;
102 new_state = IRIS_INST_INPUT_STREAMING;
105 return iris_inst_change_state(inst, new_state);