Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_a2dp_source.cc197 accumulated_stats.Reset(); in Reset()
223 BtifMediaStats accumulated_stats; member in BtifA2dpSource
1112 BtifMediaStats* accumulated_stats = &btif_a2dp_source_cb.accumulated_stats; in btif_a2dp_source_debug_dump() local
1125 accumulated_stats->tx_queue_total_readbuf_calls); in btif_a2dp_source_debug_dump()
1137 (accumulated_stats->tx_queue_last_readbuf_us > 0) in btif_a2dp_source_debug_dump()
1150 accumulated_stats->tx_queue_total_frames, in btif_a2dp_source_debug_dump()
1158 accumulated_stats->tx_queue_dropouts); in btif_a2dp_source_debug_dump()
1162 accumulated_stats->tx_queue_max_dropped_messages); in btif_a2dp_source_debug_dump()
1168 (accumulated_stats->tx_queue_last_flushed_us > 0) in btif_a2dp_source_debug_dump()
1173 (accumulated_stats->tx_queue_last_dropouts_us > 0) in btif_a2dp_source_debug_dump()
[all …]