Searched refs:mPausedNs (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libaudioclient/ |
D | AudioRecord.cpp | 1481 , mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL), in AudioRecordThread() 1505 if (mPausedNs > 0) { in threadLoop() 1507 (void) mMyCond.waitRelative(mMyLock, mPausedNs); in threadLoop() 1570 if (mPausedInt && mPausedNs > 0) { in wake() 1582 mPausedNs = ns; in pauseInternal()
|
D | AudioTrack.cpp | 3149 , mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL), in AudioTrackThread() 3174 if (mPausedNs > 0) { in threadLoop() 3176 (void) mMyCond.waitRelative(mMyLock, mPausedNs); in threadLoop() 3240 if (mPausedInt && mPausedNs > 0) { in wake() 3252 mPausedNs = ns; in pauseInternal()
|
/frameworks/av/media/libmedia/docs/ |
D | paused.dot | 38 ATTwake [label="AudioTrackThread::wake()\nif (!mPaused && mPausedInt && mPausedNs > 0)"];
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioRecord.h | 604 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored variable
|
D | AudioTrack.h | 967 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored variable
|