Searched refs:mPausedInt (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),
1265 mPausedInt = false;
1267 if (mPausedInt) {
1273 mPausedInt = false;
1314 if (mPaused || mPausedInt) {
1316 mPausedInt = false;
1328 if (mPausedInt && mPausedNs > 0) {
1330 mPausedInt = false;
1339 mPausedInt = true;
H A DAudioTrack.cpp2714 : Thread(bCanCallJava), mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL),
2734 mPausedInt = false;
2736 if (mPausedInt) {
2742 mPausedInt = false;
2786 if (mPaused || mPausedInt) {
2788 mPausedInt = false;
2800 if (mPausedInt && mPausedNs > 0) {
2802 mPausedInt = false;
2811 mPausedInt = true;
/frameworks/av/include/media/
H A DAudioRecord.h527 bool mPausedInt; // whether thread internally requests pause member in class:android::AudioRecord::AudioRecordThread
528 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored
H A DAudioTrack.h873 bool mPausedInt; // whether thread internally requests pause member in class:android::AudioTrack::AudioTrackThread
874 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored

Completed in 104 milliseconds