Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp1513 constexpr int num_type = 19; in logPcmUsageStats() local
1535 if (count_per_type.size() != num_type) { in logPcmUsageStats()
1537 count_per_type.size(), num_type); in logPcmUsageStats()
1551 if (latency_per_type.size() != num_type) { in logPcmUsageStats()
1553 latency_per_type.size(), num_type); in logPcmUsageStats()
1557 for (int index = 0; index < num_type; index++) { in logPcmUsageStats()