Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_stats_helper.cpp300 for (size_t threshold_set_idx = 0; in reportAllSensorTempStats() local
301 threshold_set_idx < temp_stats.stats_by_custom_threshold.size(); threshold_set_idx++) { in reportAllSensorTempStats()
302 auto &stats_by_threshold = temp_stats.stats_by_custom_threshold[threshold_set_idx]; in reportAllSensorTempStats()
304 sensor + kCustomThresholdSetSuffix.data() + std::to_string(threshold_set_idx)); in reportAllSensorTempStats()
375 for (size_t threshold_set_idx = 0; in reportAllSensorCdevRequestStats() local
376 threshold_set_idx < request_stats.stats_by_custom_threshold.size(); in reportAllSensorCdevRequestStats()
377 threshold_set_idx++) { in reportAllSensorCdevRequestStats()
379 request_stats.stats_by_custom_threshold[threshold_set_idx]; in reportAllSensorCdevRequestStats()
382 std::to_string(threshold_set_idx)); in reportAllSensorCdevRequestStats()