Searched refs:mPausedNs (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libmedia/ |
D | AudioRecord.cpp | 969 : Thread(bCanCallJava), mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL) in AudioRecordThread() 987 if (mPausedNs > 0) { in threadLoop() 988 (void) mMyCond.waitRelative(mMyLock, mPausedNs); in threadLoop() 1048 mPausedNs = ns; in pauseInternal()
|
D | AudioTrack.cpp | 1832 : Thread(bCanCallJava), mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL), in AudioTrackThread() 1855 if (mPausedNs > 0) { in threadLoop() 1856 (void) mMyCond.waitRelative(mMyLock, mPausedNs); in threadLoop() 1912 mPausedNs = ns; in pauseInternal()
|
/frameworks/av/include/media/ |
D | AudioRecord.h | 414 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored variable
|
D | AudioTrack.h | 617 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored variable
|