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

/frameworks/av/media/libmedia/
H A DAudioRecord.cpp1030 : Thread(bCanCallJava), mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL),
1050 mPausedInt = false;
1052 if (mPausedInt) {
1058 mPausedInt = false;
1099 if (mPaused || mPausedInt) {
1101 mPausedInt = false;
1109 mPausedInt = true;
H A DAudioTrack.cpp2106 : Thread(bCanCallJava), mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL),
2126 mPausedInt = false;
2128 if (mPausedInt) {
2134 mPausedInt = false;
2178 if (mPaused || mPausedInt) {
2180 mPausedInt = false;
2188 mPausedInt = true;
/frameworks/av/include/media/
H A DAudioRecord.h431 bool mPausedInt; // whether thread internally requests pause member in class:android::AudioRecord::AudioRecordThread
432 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored
433 bool mIgnoreNextPausedInt; // whether to ignore next mPausedInt request
H A DAudioTrack.h629 bool mPausedInt; // whether thread internally requests pause member in class:android::AudioTrack::AudioTrackThread
630 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored
631 bool mIgnoreNextPausedInt; // whether to ignore next mPausedInt request

Completed in 260 milliseconds