Searched defs:mPausedInt (Results 1 - 2 of 2) sorted by relevance

/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 61 milliseconds