Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_a2dp_source.cc111 size_t premature_scheduling_count; member
219 dst->premature_scheduling_count += src->premature_scheduling_count; in btif_a2dp_source_accumulate_scheduling_stats()
877 stats->premature_scheduling_count++; in update_scheduling_stats()
985 enqueue_stats->premature_scheduling_count); in btif_a2dp_source_debug_dump()
1002 if (enqueue_stats->premature_scheduling_count != 0) { in btif_a2dp_source_debug_dump()
1004 enqueue_stats->premature_scheduling_count; in btif_a2dp_source_debug_dump()
1023 dequeue_stats->premature_scheduling_count); in btif_a2dp_source_debug_dump()
1040 if (dequeue_stats->premature_scheduling_count != 0) { in btif_a2dp_source_debug_dump()
1042 dequeue_stats->premature_scheduling_count; in btif_a2dp_source_debug_dump()
1086 enqueue_stats->premature_scheduling_count + in btif_a2dp_source_update_metrics()