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

  /system/media/audio_utils/include/audio_utils/
fifo.h 593 { return mTotalLost; }
618 uint64_t mTotalLost; // total lost frames, does not include flushed frames
  /system/media/audio_utils/
fifo.cpp 425 mTotalLost(0), mTotalFlushed(0)
581 mTotalLost += *lost;

Completed in 87 milliseconds