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.cpp1804 , mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL), in AudioRecordThread()
1828 if (mPausedNs > 0) { in threadLoop()
1830 (void) mMyCond.waitRelative(mMyLock, mPausedNs); in threadLoop()
1893 if (mPausedInt && mPausedNs > 0) { in wake()
1905 mPausedNs = ns; in pauseInternal()
DAudioTrack.cpp3835 , mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL), in AudioTrackThread()
3860 if (mPausedNs > 0) { in threadLoop()
3862 (void) mMyCond.waitRelative(mMyLock, mPausedNs); in threadLoop()
3926 if (mPausedInt && mPausedNs > 0) { in wake()
3938 mPausedNs = ns; in pauseInternal()
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h704 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored variable
DAudioTrack.h1243 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored variable