Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_a2dp_source.cc76 total_premature_scheduling_delta_us = 0; in Reset()
101 uint64_t total_premature_scheduling_delta_us; member in SchedulingStats
280 dst->total_premature_scheduling_delta_us += in btif_a2dp_source_accumulate_scheduling_stats()
281 src->total_premature_scheduling_delta_us; in btif_a2dp_source_accumulate_scheduling_stats()
1098 stats->total_premature_scheduling_delta_us += delta_us; in update_scheduling_stats()
1222 ave_time_us = enqueue_stats->total_premature_scheduling_delta_us / in btif_a2dp_source_debug_dump()
1229 (unsigned long long)enqueue_stats->total_premature_scheduling_delta_us / in btif_a2dp_source_debug_dump()
1260 ave_time_us = dequeue_stats->total_premature_scheduling_delta_us / in btif_a2dp_source_debug_dump()
1267 (unsigned long long)dequeue_stats->total_premature_scheduling_delta_us / in btif_a2dp_source_debug_dump()