Searched refs:mPausedInt (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libmedia/docs/ |
D | paused.dot | 5 mPausedInt = false"]; 7 resume_body [label="mIgnoreNextPausedInt = true\nif (mPaused || mPausedInt)"]; 38 ATTwake [label="AudioTrackThread::wake()\nif (!mPaused && mPausedInt && mPausedNs > 0)"]; 58 threadLoop_3 [label="if (mPausedInt)"];
|
/frameworks/av/media/libaudioclient/ |
D | AudioRecord.cpp | 1717 , mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL), in AudioRecordThread() 1738 mPausedInt = false; in threadLoop() 1740 if (mPausedInt) { in threadLoop() 1748 mPausedInt = false; in threadLoop() 1792 if (mPaused || mPausedInt) { in resume() 1794 mPausedInt = false; in resume() 1806 if (mPausedInt && mPausedNs > 0) { in wake() 1808 mPausedInt = false; in wake() 1817 mPausedInt = true; in pauseInternal()
|
D | AudioTrack.cpp | 3806 , mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL), in AudioTrackThread() 3827 mPausedInt = false; in threadLoop() 3829 if (mPausedInt) { in threadLoop() 3838 mPausedInt = false; in threadLoop() 3883 if (mPaused || mPausedInt) { in resume() 3885 mPausedInt = false; in resume() 3897 if (mPausedInt && mPausedNs > 0) { in wake() 3899 mPausedInt = false; in wake() 3908 mPausedInt = true; in pauseInternal()
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioRecord.h | 651 bool mPausedInt; // whether thread internally requests pause variable
|
D | AudioTrack.h | 1192 bool mPausedInt; // whether thread internally requests pause variable
|