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

  /frameworks/av/include/media/
AudioRecord.h 414 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored
AudioTrack.h 617 nsecs_t mPausedNs; // if mPausedInt then associated timeout, otherwise ignored
    [all...]
  /frameworks/av/media/libmedia/
AudioRecord.cpp 969 : Thread(bCanCallJava), mReceiver(receiver), mPaused(true), mPausedInt(false), mPausedNs(0LL)
987 if (mPausedNs > 0) {
988 (void) mMyCond.waitRelative(mMyLock, mPausedNs);
1048 mPausedNs = ns;
AudioTrack.cpp     [all...]

Completed in 146 milliseconds