Lines Matching refs:mStandby

508         mStandby(false),  in ThreadBase()
873 dprintf(fd, " Standby: %s\n", mStandby ? "yes" : "no"); in dumpBase_l()
2523 track->mFillingUpStatus = mStandby ? Track::FS_FILLING : Track::FS_FILLED; in addTrack_l()
3141 if (mStandby) { in threadLoop_write()
3143 mStandby = false; in threadLoop_write()
3525 if (mStandby) { in threadLoop()
3681 if (!mStandby) { in threadLoop()
3684 mStandby = true; in threadLoop()
3960 if (mType == MIXER && !mStandby) { in threadLoop()
4072 if (!mStandby) { in threadLoop()
4074 mStandby = true; in threadLoop()
4655 return !mStandby; in shouldStandby_l()
4961 if (!(mStandby || track->presentationComplete(framesWritten, audioHALFrames))) { in prepareTracks_l()
5360 if (mStandby || track->presentationComplete(framesWritten, audioHALFrames)) { in prepareTracks_l()
5584 if (!mStandby && status == INVALID_OPERATION) { in checkForNewParameter_l()
5586 if (!mStandby) { in checkForNewParameter_l()
5588 mStandby = true; in checkForNewParameter_l()
5923 if (mStandby || !last || in prepareTracks_l()
5949 if (mHwSupportsPause && !mHwPaused && !mStandby) { in prepareTracks_l()
5972 if (mHwSupportsPause && !mStandby && in prepareTracks_l()
5980 if (mHwSupportsPause && !mStandby && doHwResume) { in prepareTracks_l()
6020 if (mHwPaused || (usesHwAvSync() && mStandby)) { in threadLoop_sleepTime()
6067 return !mStandby && !(trackPaused || (mHwPaused && !trackStopped)); in shouldStandby_l()
6096 if (!mStandby && status == INVALID_OPERATION) { in checkForNewParameter_l()
6098 if (!mStandby) { in checkForNewParameter_l()
6100 mStandby = true; in checkForNewParameter_l()
6304 mStandby = true; in OffloadThread()
6469 if (last && !mStandby) { in prepareTracks_l()
6492 if (!(mDrainSequence & 1) || !last || mStandby) { in prepareTracks_l()
6555 if (!mStandby && (doHwPause || (mFlushPending && !mHwPaused && (count != 0)))) { in prepareTracks_l()
6562 if (!mStandby && doHwResume) { in prepareTracks_l()
6696 if (mStandby) { in threadLoop_write()
6698 mStandby = false; in threadLoop_write()
7151 if (mStandby) { in threadLoop()
7153 mStandby = false; in threadLoop()
7367 if (mStandby) { in threadLoop()
7618 if (!mStandby) { in standbyIfNotAlreadyInStandby()
7621 mStandby = true; in standbyIfNotAlreadyInStandby()
8728 mStandby = true; in MmapThread()
8783 mStandby = true; in createMmapBuffer()
8803 if (mStandby) { in exitStandby()
8805 mStandby = false; in exitStandby()
8815 client.clientUid, mStandby, mPortId, *handle); in start()
8995 if (!mStandby) { in standby()
8997 mStandby = true; in standby()
9101 if (!mStandby) { in threadLoop()
9103 mStandby = true; in threadLoop()