HomeSort by relevance Sort by last modified time
    Searched defs:mUnderrunCount (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libaaudio/src/fifo/
FifoBuffer.h 90 int32_t getUnderrunCount() const { return mUnderrunCount; }
131 int32_t mUnderrunCount; // need? just use frames
  /frameworks/av/include/private/media/
AudioTrackShared.h 64 volatile uint32_t mUnderrunCount; // server increments for each underrun occurrence
392 return mCblk->u.mStreaming.mUnderrunCount;
554 mUnderrunCount(0), mUnderrunning(false), mDrained(true) {
611 uint32_t mUnderrunCount; // echoed to mCblk

Completed in 646 milliseconds