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 | 1481 , mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL), in AudioRecordThread() 1502 mPausedInt = false; in threadLoop() 1504 if (mPausedInt) { in threadLoop() 1512 mPausedInt = false; in threadLoop() 1556 if (mPaused || mPausedInt) { in resume() 1558 mPausedInt = false; in resume() 1570 if (mPausedInt && mPausedNs > 0) { in wake() 1572 mPausedInt = false; in wake() 1581 mPausedInt = true; in pauseInternal()
|
D | AudioTrack.cpp | 3149 , mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL), in AudioTrackThread() 3170 mPausedInt = false; in threadLoop() 3172 if (mPausedInt) { in threadLoop() 3181 mPausedInt = false; in threadLoop() 3226 if (mPaused || mPausedInt) { in resume() 3228 mPausedInt = false; in resume() 3240 if (mPausedInt && mPausedNs > 0) { in wake() 3242 mPausedInt = false; in wake() 3251 mPausedInt = true; in pauseInternal()
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioRecord.h | 603 bool mPausedInt; // whether thread internally requests pause variable
|
D | AudioTrack.h | 966 bool mPausedInt; // whether thread internally requests pause variable
|