Home | History | Annotate | Download | only in audio

Lines Matching defs:standby

114     bool standby;
130 bool standby;
131 uint64_t written; /* total frames written, not cleared when entering standby */
151 bool standby;
229 if (!out->standby) {
241 out->standby = true;
250 if (!in->standby) {
262 in->standby = true;
574 * If SCO is turned on/off, we need to put audio into standby
645 if (out->standby) {
651 out->standby = false;
669 /* reset current threshold if exiting standby */
906 * If SCO is turned on/off, we need to put audio into standby
953 if (in->standby) {
956 in->standby = 0;
1043 out->stream.common.standby = out_standby;
1062 out->standby = true;
1222 in->stream.common.standby = in_standby;
1233 in->standby = true;