Home | History | Annotate | Download | only in audio

Lines Matching defs:standby

177     bool standby;                      // Protected by this->lock
205 bool standby; // Protected by this->lock
311 if (!out->standby) {
411 ALOGE("Out worker not in standby before exiting");
473 if (out->standby) {
520 if (out->standby) {
521 out->standby = false;
603 if (out->standby) {
622 out->standby = true;
830 if (!in->standby) {
906 if (in->standby) {
924 if (in->standby) {
929 in->standby = true;
969 ALOGE("In worker not in standby before exiting");
1041 if (in->standby) {
1042 in->standby = false;
1063 if (in->standby) {
1173 out->stream.common.standby = out_standby;
1194 out->standby = true;
1367 in->stream.common.standby = in_standby;
1389 in->standby = true;