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.cpp1717 , mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL), in AudioRecordThread()
1741 if (mPausedNs > 0) { in threadLoop()
1743 (void) mMyCond.waitRelative(mMyLock, mPausedNs); in threadLoop()
1806 if (mPausedInt && mPausedNs > 0) { in wake()
1818 mPausedNs = ns; in pauseInternal()
DAudioTrack.cpp3806 , mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL), in AudioTrackThread()
3831 if (mPausedNs > 0) { in threadLoop()
3833 (void) mMyCond.waitRelative(mMyLock, mPausedNs); in threadLoop()
3897 if (mPausedInt && mPausedNs > 0) { in wake()
3909 mPausedNs = ns; in pauseInternal()
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h652 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored variable
DAudioTrack.h1193 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored variable