Lines Matching refs:standby
93 bool standby; member
138 bool standby; member
573 static void stream_standby_l(struct listnode *alsa_devices, bool *standby) in stream_standby_l() argument
575 if (!*standby) { in stream_standby_l()
582 *standby = true; in stream_standby_l()
718 stream_standby_l(&out->alsa_devices, &out->standby); in out_standby()
813 out->standby = false; in start_output_stream()
835 if (out->standby) { in out_write()
957 out->stream.common.standby = out_standby; in adev_open_output_stream()
1093 out->standby = true; in adev_open_output_stream()
1110 stream_standby_l(&out->alsa_devices, &out->standby); in adev_close_output_stream()
1210 stream_standby_l(&in->alsa_devices, &in->standby); in in_standby()
1279 in->standby = false; in start_input_stream()
1295 if (in->standby) { in in_read()
1438 in->stream.common.standby = in_standby; in adev_open_input_stream()
1588 in->standby = true; in adev_open_input_stream()
1642 stream_standby_l(&in->alsa_devices, &in->standby); in adev_close_input_stream()
1771 wasStandby = in->standby; in adev_create_audio_patch()
1787 wasStandby = out->standby; in adev_create_audio_patch()
1831 stream_standby_l(alsa_devices, out == NULL ? &in->standby : &out->standby); in adev_create_audio_patch()
1886 stream_standby_l(&out->alsa_devices, &out->standby); in adev_release_audio_patch()
1899 stream_standby_l(&in->alsa_devices, &in->standby); in adev_release_audio_patch()