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

/frameworks/av/services/audioflinger/
H A DThreads.cpp275 //FIXME: mStandby should be true here. Is this some kind of hack?
276 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice),
424 snprintf(buffer, SIZE, "standby: %d\n", mStandby);
1941 mStandby = false;
2239 mStandby = true;
2353 if (!mStandby && delta > maxPeriod) {
2393 if (!mStandby) {
2727 return !mStandby;
2950 if (!(mStandby || track->presentationComplete(framesWritten, audioHALFrames))) {
3218 if (mStandby || trac
[all...]
H A DThreads.h145 // see note at declaration of mStandby, mOutDevice and mInDevice
146 bool standby() const { return mStandby; }
311 bool mStandby; // Whether thread is currently in standby. member in class:ThreadBase
931 // Enter standby if not already in standby, and set mStandby flag
934 // Call the HAL standby method unconditionally, and don't change mStandby flag

Completed in 155 milliseconds