Lines Matching refs:accumulated_stats
197 accumulated_stats.Reset(); in Reset()
223 BtifMediaStats accumulated_stats; member in BtifA2dpSource
828 &btif_a2dp_source_cb.accumulated_stats); in btif_a2dp_source_audio_tx_stop_event()
1110 &btif_a2dp_source_cb.accumulated_stats); in btif_a2dp_source_debug_dump()
1112 BtifMediaStats* accumulated_stats = &btif_a2dp_source_cb.accumulated_stats; in btif_a2dp_source_debug_dump() local
1113 SchedulingStats* enqueue_stats = &accumulated_stats->tx_queue_enqueue_stats; in btif_a2dp_source_debug_dump()
1114 SchedulingStats* dequeue_stats = &accumulated_stats->tx_queue_dequeue_stats; in btif_a2dp_source_debug_dump()
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()
1139 accumulated_stats->tx_queue_last_readbuf_us) / in btif_a2dp_source_debug_dump()
1146 accumulated_stats->tx_queue_total_frames / enqueue_stats->total_updates; in btif_a2dp_source_debug_dump()
1150 accumulated_stats->tx_queue_total_frames, in btif_a2dp_source_debug_dump()
1151 accumulated_stats->tx_queue_max_frames_per_packet, ave_size); in btif_a2dp_source_debug_dump()
1156 accumulated_stats->tx_queue_total_flushed_messages, in btif_a2dp_source_debug_dump()
1157 accumulated_stats->tx_queue_total_dropped_messages, 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()
1170 accumulated_stats->tx_queue_last_flushed_us) / in btif_a2dp_source_debug_dump()
1173 (accumulated_stats->tx_queue_last_dropouts_us > 0) in btif_a2dp_source_debug_dump()
1175 accumulated_stats->tx_queue_last_dropouts_us) / in btif_a2dp_source_debug_dump()
1181 accumulated_stats->media_read_total_underflow_count); in btif_a2dp_source_debug_dump()
1185 accumulated_stats->media_read_total_underflow_bytes); in btif_a2dp_source_debug_dump()
1189 (accumulated_stats->media_read_last_underflow_us > 0) in btif_a2dp_source_debug_dump()
1191 accumulated_stats in btif_a2dp_source_debug_dump()