HomeSort by relevance Sort by last modified time
    Searched refs:mPausedInt (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libmedia/
AudioRecord.cpp 969 : Thread(bCanCallJava), mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL)
986 if (mPausedInt) {
992 mPausedInt = false;
1021 if (mPaused || mPausedInt) {
1023 mPausedInt = false;
1037 if (mPaused || mPausedInt) {
1039 mPausedInt = false;
1047 mPausedInt = true;
AudioTrack.cpp     [all...]
  /frameworks/av/include/media/
AudioRecord.h 413 bool mPausedInt; // whether thread internally requests pause
414 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored
AudioTrack.h 616 bool mPausedInt; // whether thread internally requests pause
617 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored
618 bool mIgnoreNextPausedInt; // whether to ignore next mPausedInt request
    [all...]

Completed in 25 milliseconds