Searched refs:mPausedNs (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmedia/
H A DAudioRecord.cpp1245 : Thread(bCanCallJava), mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL),
1268 if (mPausedNs > 0) {
1269 (void) mMyCond.waitRelative(mMyLock, mPausedNs);
1328 if (mPausedInt && mPausedNs > 0) {
1340 mPausedNs = ns;
H A DAudioTrack.cpp2714 : Thread(bCanCallJava), mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL),
2737 if (mPausedNs > 0) {
2738 (void) mMyCond.waitRelative(mMyLock, mPausedNs);
2800 if (mPausedInt && mPausedNs > 0) {
2812 mPausedNs = ns;
/frameworks/av/include/media/
H A DAudioRecord.h528 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored member in class:android::AudioRecord::AudioRecordThread
H A DAudioTrack.h874 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored member in class:android::AudioTrack::AudioTrackThread

Completed in 43 milliseconds