Home
last modified time | relevance | path

Searched refs:mTotalFlushed (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/media/audio_utils/include/audio_utils/
H A Dfifo.h623 { return mTotalFlushed; } in totalFlushed()
640 uint64_t mTotalFlushed; // total flushed frames, does not include lost frames variable
/aosp12/system/media/audio_utils/
H A Dfifo.cpp443 mTotalLost(0), mTotalFlushed(0) in audio_utils_fifo_reader()
659 mTotalFlushed += flushed; in flush()