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

/frameworks/av/media/libmedia/
H A DAudioRecord.cpp1246 mIgnoreNextPausedInt(false)
1263 if (mIgnoreNextPausedInt) {
1264 mIgnoreNextPausedInt = false;
1313 mIgnoreNextPausedInt = true;
1327 mIgnoreNextPausedInt = true;
H A DAudioTrack.cpp2715 mIgnoreNextPausedInt(false)
2732 if (mIgnoreNextPausedInt) {
2733 mIgnoreNextPausedInt = false;
2785 mIgnoreNextPausedInt = true;
2799 mIgnoreNextPausedInt = true;
/frameworks/av/include/media/
H A DAudioRecord.h529 bool mIgnoreNextPausedInt; // skip any internal pause and go immediately member in class:android::AudioRecord::AudioRecordThread
H A DAudioTrack.h875 bool mIgnoreNextPausedInt; // skip any internal pause and go immediately member in class:android::AudioTrack::AudioTrackThread

Completed in 44 milliseconds