Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp539 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice), in ThreadBase()
827 dprintf(fd, " Standby: %s\n", mStandby ? "yes" : "no"); in dumpBase()
2480 mStandby = false; in threadLoop_write()
2804 mStandby = true; in threadLoop()
2943 if (mType == MIXER && !mStandby) { in threadLoop()
3022 if (!mStandby) { in threadLoop()
3024 mStandby = true; in threadLoop()
3545 return !mStandby; in shouldStandby_l()
3785 if (!(mStandby || track->presentationComplete(framesWritten, audioHALFrames))) { in prepareTracks_l()
4109 if (mStandby || track->presentationComplete(framesWritten, audioHALFrames)) { in prepareTracks_l()
[all …]
DThreads.h281 bool standby() const { return mStandby; } in standby()
437 bool mStandby; // Whether thread is currently in standby. variable