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.cpp423 for (size_t threshold_set_idx = 0; in reportAllSensorTempStats() local
424 threshold_set_idx < temp_stats.stats_by_custom_threshold.size(); threshold_set_idx++) { in reportAllSensorTempStats()
425 auto &stats_by_threshold = temp_stats.stats_by_custom_threshold[threshold_set_idx]; in reportAllSensorTempStats()
427 sensor + kCustomThresholdSetSuffix.data() + std::to_string(threshold_set_idx)); in reportAllSensorTempStats()
498 for (size_t threshold_set_idx = 0; in reportAllSensorCdevRequestStats() local
499 threshold_set_idx < request_stats.stats_by_custom_threshold.size(); in reportAllSensorCdevRequestStats()
500 threshold_set_idx++) { in reportAllSensorCdevRequestStats()
502 request_stats.stats_by_custom_threshold[threshold_set_idx]; in reportAllSensorCdevRequestStats()
505 std::to_string(threshold_set_idx)); in reportAllSensorCdevRequestStats()