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
279 dst->total_premature_scheduling_delta_us += in btif_a2dp_source_accumulate_scheduling_stats()
280 src->total_premature_scheduling_delta_us; in btif_a2dp_source_accumulate_scheduling_stats()
1077 stats->total_premature_scheduling_delta_us += delta_us; in update_scheduling_stats()
1201 ave_time_us = enqueue_stats->total_premature_scheduling_delta_us / in btif_a2dp_source_debug_dump()
1208 (unsigned long long)enqueue_stats->total_premature_scheduling_delta_us / in btif_a2dp_source_debug_dump()
1239 ave_time_us = dequeue_stats->total_premature_scheduling_delta_us / in btif_a2dp_source_debug_dump()
1246 (unsigned long long)dequeue_stats->total_premature_scheduling_delta_us / in btif_a2dp_source_debug_dump()