Lines Matching refs:dequeue_stats
1094 SchedulingStats* dequeue_stats = &accumulated_stats->tx_queue_dequeue_stats; in btif_a2dp_source_debug_dump() local
1104 enqueue_stats->total_updates, dequeue_stats->total_updates, in btif_a2dp_source_debug_dump()
1114 (dequeue_stats->last_update_us > 0) in btif_a2dp_source_debug_dump()
1115 ? (unsigned long long)(now_us - dequeue_stats->last_update_us) / 1000 in btif_a2dp_source_debug_dump()
1220 dequeue_stats->overdue_scheduling_count, in btif_a2dp_source_debug_dump()
1221 dequeue_stats->premature_scheduling_count); in btif_a2dp_source_debug_dump()
1224 if (dequeue_stats->overdue_scheduling_count != 0) { in btif_a2dp_source_debug_dump()
1225 ave_time_us = dequeue_stats->total_overdue_scheduling_delta_us / in btif_a2dp_source_debug_dump()
1226 dequeue_stats->overdue_scheduling_count; in btif_a2dp_source_debug_dump()
1232 (unsigned long long)dequeue_stats->total_overdue_scheduling_delta_us / in btif_a2dp_source_debug_dump()
1234 (unsigned long long)dequeue_stats->max_overdue_scheduling_delta_us / 1000, in btif_a2dp_source_debug_dump()
1238 if (dequeue_stats->premature_scheduling_count != 0) { in btif_a2dp_source_debug_dump()
1239 ave_time_us = dequeue_stats->total_premature_scheduling_delta_us / in btif_a2dp_source_debug_dump()
1240 dequeue_stats->premature_scheduling_count; in btif_a2dp_source_debug_dump()
1246 (unsigned long long)dequeue_stats->total_premature_scheduling_delta_us / in btif_a2dp_source_debug_dump()
1248 (unsigned long long)dequeue_stats->max_premature_scheduling_delta_us / in btif_a2dp_source_debug_dump()