OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTotalFlushed
(Results
1 - 2
of
2
) sorted by null
/system/media/audio_utils/include/audio_utils/
fifo.h
602
{ return
mTotalFlushed
; }
619
uint64_t
mTotalFlushed
; // total flushed frames, does not include lost frames
/system/media/audio_utils/
fifo.cpp
425
mTotalLost(0),
mTotalFlushed
(0)
631
mTotalFlushed
+= flushed;
Completed in 63 milliseconds