Home
last modified time | relevance | path

Searched refs:mPausedNs (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libmedia/docs/
Dpaused.dot38 ATTwake [label="AudioTrackThread::wake()\nif (!mPaused && mPausedInt && mPausedNs > 0)"];
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp1630 , mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL), in AudioRecordThread()
1654 if (mPausedNs > 0) { in threadLoop()
1656 (void) mMyCond.waitRelative(mMyLock, mPausedNs); in threadLoop()
1719 if (mPausedInt && mPausedNs > 0) { in wake()
1731 mPausedNs = ns; in pauseInternal()
DAudioTrack.cpp3549 , mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL), in AudioTrackThread()
3574 if (mPausedNs > 0) { in threadLoop()
3576 (void) mMyCond.waitRelative(mMyLock, mPausedNs); in threadLoop()
3640 if (mPausedInt && mPausedNs > 0) { in wake()
3652 mPausedNs = ns; in pauseInternal()
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h640 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored variable
DAudioTrack.h1068 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored variable