Searched refs:premature_scheduling_count (Results 1 – 1 of 1) sorted by relevance
81 premature_scheduling_count = 0; in Reset()104 size_t premature_scheduling_count; member in SchedulingStats291 dst->premature_scheduling_count += src->premature_scheduling_count; in btif_a2dp_source_accumulate_scheduling_stats()1132 stats->premature_scheduling_count++; in update_scheduling_stats()1237 enqueue_stats->premature_scheduling_count); in btif_a2dp_source_debug_dump()1254 if (enqueue_stats->premature_scheduling_count != 0) { in btif_a2dp_source_debug_dump()1256 enqueue_stats->premature_scheduling_count; in btif_a2dp_source_debug_dump()1275 dequeue_stats->premature_scheduling_count); in btif_a2dp_source_debug_dump()1292 if (dequeue_stats->premature_scheduling_count != 0) { in btif_a2dp_source_debug_dump()1294 dequeue_stats->premature_scheduling_count; in btif_a2dp_source_debug_dump()[all …]