Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.h271 simple_stats_t fifo_underruns; // TODO: keep a list of the last N fifo underrun times. member
Daudio_hw.c2895 simple_stats_to_string(&out->fifo_underruns, buffer, sizeof(buffer)); in out_dump()
3495 simple_stats_log(&out->fifo_underruns, 1.); // Note: log one frame for compressed. in out_write()
3558 simple_stats_log(&out->fifo_underruns, underrun); in out_write()
3563 (long long)out->fifo_underruns.n, in out_write()