Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioRecord.cpp1481 , 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()
DAudioTrack.cpp3149 , 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/
Dpaused.dot38 ATTwake [label="AudioTrackThread::wake()\nif (!mPaused && mPausedInt && mPausedNs > 0)"];
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h604 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored variable
DAudioTrack.h967 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored variable