Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:standby

280     // standby delay for MIXER and DUPLICATING playback threads is read from property
579 bool standby() const { return mStandby; }
729 // and read by other threads without lock or barrier via standby() , outDevice()
734 bool mStandby; // Whether thread is currently in standby.
770 // standby mode does not have an enum value
1157 // No sleep in standby mode; waits on a condition
1548 // Enter standby if not already in standby, and set mStandby flag
1549 void standby();
1551 // Call the HAL standby method unconditionally, and don't change mStandby flag