Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp510 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice), in ThreadBase()
823 dprintf(fd, " Standby: %s\n", mStandby ? "yes" : "no"); in dumpBase()
2167 track->mFillingUpStatus = mStandby ? Track::FS_FILLING : Track::FS_FILLED; in addTrack_l()
2690 mStandby = false; in threadLoop_write()
3112 mStandby = true; in threadLoop()
3270 if (mType == MIXER && !mStandby) { in threadLoop()
3385 if (!mStandby) { in threadLoop()
3387 mStandby = true; in threadLoop()
3910 return !mStandby; in shouldStandby_l()
4147 if (!(mStandby || track->presentationComplete(framesWritten, audioHALFrames))) { in prepareTracks_l()
[all …]
DThreads.h289 bool standby() const { return mStandby; } in standby()
470 bool mStandby; // Whether thread is currently in standby. variable