Searched refs:mPausedNs (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libmedia/ |
D | AudioRecord.cpp | 1245 : Thread(bCanCallJava), mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL), in AudioRecordThread() 1268 if (mPausedNs > 0) { in threadLoop() 1269 (void) mMyCond.waitRelative(mMyLock, mPausedNs); in threadLoop() 1328 if (mPausedInt && mPausedNs > 0) { in wake() 1340 mPausedNs = ns; in pauseInternal()
|
D | AudioTrack.cpp | 2714 : Thread(bCanCallJava), mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL), in AudioTrackThread() 2737 if (mPausedNs > 0) { in threadLoop() 2738 (void) mMyCond.waitRelative(mMyLock, mPausedNs); in threadLoop() 2800 if (mPausedInt && mPausedNs > 0) { in wake() 2812 mPausedNs = ns; in pauseInternal()
|
/frameworks/av/media/libmedia/docs/ |
D | paused.dot | 38 ATTwake [label="AudioTrackThread::wake()\nif (!mPaused && mPausedInt && mPausedNs > 0)"];
|
/frameworks/av/include/media/ |
D | AudioRecord.h | 528 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored variable
|
D | AudioTrack.h | 874 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored variable
|