Lines Matching refs:standby
83 bool standby; member
116 bool standby; member
339 if (!out->standby) { in out_standby()
341 out->standby = true; in out_standby()
379 if (!out->standby) in out_set_parameters()
433 if (out->standby) { in out_write()
438 out->standby = false; in out_write()
541 out->stream.common.standby = out_standby; in adev_open_output_stream()
645 out->standby = true; in adev_open_output_stream()
732 if (!in->standby) { in in_standby()
734 in->standby = true; in in_standby()
775 if (!in->standby || in->adev->inputs_open > 1) in in_set_parameters()
842 if (in->standby) { in in_read()
847 in->standby = false; in in_read()
978 in->stream.common.standby = in_standby; in adev_open_input_stream()
1120 in->standby = true; in adev_open_input_stream()