Searched refs:mPausedNs (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libmedia/ |
D | AudioRecord.cpp | 1242 : Thread(bCanCallJava), mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL), in AudioRecordThread() 1265 if (mPausedNs > 0) { in threadLoop() 1266 (void) mMyCond.waitRelative(mMyLock, mPausedNs); in threadLoop() 1325 if (mPausedInt && mPausedNs > 0) { in wake() 1337 mPausedNs = ns; in pauseInternal()
|
D | AudioTrack.cpp | 2720 : Thread(bCanCallJava), mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL), in AudioTrackThread() 2743 if (mPausedNs > 0) { in threadLoop() 2744 (void) mMyCond.waitRelative(mMyLock, mPausedNs); in threadLoop() 2806 if (mPausedInt && mPausedNs > 0) { in wake() 2818 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 | 525 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
|