Home
last modified time | relevance | path

Searched refs:media_read_total_underflow_count (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid_audio_source.cc84 size_t media_read_total_underflow_count; member
91 media_read_total_underflow_count = 0; in Reset()
118 stats.media_read_total_underflow_count++; in send_audio_data()
448 << stats.media_read_total_underflow_count in DebugDump()
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/
Daudio_source_hal_client.cc41 size_t media_read_total_underflow_count; member
48 media_read_total_underflow_count = 0; in Reset()
222 sStats.media_read_total_underflow_count++; in SendAudioData()
569 << sStats.media_read_total_underflow_count in DebugDump()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_source.cc140 media_read_total_underflow_count = 0; in Reset()
169 size_t media_read_total_underflow_count; member in BtifMediaStats
320 dst->media_read_total_underflow_count += in btif_a2dp_source_accumulate_stats()
321 src->media_read_total_underflow_count; in btif_a2dp_source_accumulate_stats()
943 btif_a2dp_source_cb.stats.media_read_total_underflow_count++; in btif_a2dp_source_read_callback()
1215 accumulated_stats->media_read_total_underflow_count); in btif_a2dp_source_debug_dump()
1343 metrics.buffer_underruns_count = stats.media_read_total_underflow_count; in btif_a2dp_source_update_metrics()