Lines Matching refs:mStandby
326 mStandby(false), mOutDevice(outDevice), mInDevice(inDevice), in ThreadBase()
585 dprintf(fd, " Standby: %s\n", mStandby ? "yes" : "no"); in dumpBase()
2175 mStandby = false; in threadLoop_write()
2489 mStandby = true; in threadLoop()
2631 if (!mStandby && delta > maxPeriod) { in threadLoop()
2668 if (!mStandby) { in threadLoop()
2670 mStandby = true; in threadLoop()
3073 return !mStandby; in shouldStandby_l()
3313 if (!(mStandby || track->presentationComplete(framesWritten, audioHALFrames))) { in prepareTracks_l()
3616 if (mStandby || track->presentationComplete(framesWritten, audioHALFrames)) { in prepareTracks_l()
3838 if (!mStandby && status == INVALID_OPERATION) { in checkForNewParameter_l()
3840 mStandby = true; in checkForNewParameter_l()
4112 if (mStandby || !last || in prepareTracks_l()
4134 if (usesHwAvSync() && !mHwPaused && !mStandby) { in prepareTracks_l()
4157 if (mHwSupportsPause && !mStandby && in prepareTracks_l()
4164 if (mHwSupportsPause && !mStandby && doHwResume) { in prepareTracks_l()
4200 if (mHwPaused || (usesHwAvSync() && mStandby)) { in threadLoop_sleepTime()
4245 return !mStandby && !(trackPaused || (usesHwAvSync() && mHwPaused)); in shouldStandby_l()
4293 if (!mStandby && status == INVALID_OPERATION) { in checkForNewParameter_l()
4295 mStandby = true; in checkForNewParameter_l()
4472 mStandby = true; in OffloadThread()
4625 if (last && !mStandby) { in prepareTracks_l()
4644 if (!(mDrainSequence & 1) || !last || mStandby) { in prepareTracks_l()
4677 if (!mStandby && (doHwPause || (mFlushPending && !mHwPaused && (count != 0)))) { in prepareTracks_l()
4684 if (!mStandby && doHwResume) { in prepareTracks_l()
4811 mStandby = false; in threadLoop_write()
5217 mStandby = false; in threadLoop()
5596 if (!mStandby) { in standbyIfNotAlreadyInStandby()
5598 mStandby = true; in standbyIfNotAlreadyInStandby()