Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid_audio_source.cc83 size_t media_read_total_underflow_bytes; member
90 media_read_total_underflow_bytes = 0; in Reset()
117 stats.media_read_total_underflow_bytes += bytes_per_tick - bytes_read; in send_audio_data()
450 << stats.media_read_total_underflow_bytes in DebugDump()
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/
Daudio_source_hal_client.cc40 size_t media_read_total_underflow_bytes; member
47 media_read_total_underflow_bytes = 0; in Reset()
221 sStats.media_read_total_underflow_bytes += bytes_per_tick - bytes_read; in SendAudioData()
571 << sStats.media_read_total_underflow_bytes in DebugDump()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_source.cc139 media_read_total_underflow_bytes = 0; in Reset()
168 size_t media_read_total_underflow_bytes; member in BtifMediaStats
318 dst->media_read_total_underflow_bytes += in btif_a2dp_source_accumulate_stats()
319 src->media_read_total_underflow_bytes; in btif_a2dp_source_accumulate_stats()
941 btif_a2dp_source_cb.stats.media_read_total_underflow_bytes += in btif_a2dp_source_read_callback()
1219 accumulated_stats->media_read_total_underflow_bytes); in btif_a2dp_source_debug_dump()
1347 (float)stats.media_read_total_underflow_bytes / in btif_a2dp_source_update_metrics()