Searched defs:mStandby (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.h284 // see note at declaration of mStandby, mOutDevice and mInDevice
285 bool standby() const { return mStandby; }
446 bool mStandby; // Whether thread is currently in standby. member in class:ThreadBase
1312 // Enter standby if not already in standby, and set mStandby flag
1315 // Call the HAL standby method unconditionally, and don't change mStandby flag

Completed in 349 milliseconds