Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_stats_helper.cpp422 for (auto &[sensor, temp_stats] : sensor_stats.temp_stats_map_) { in reportAllSensorTempStats()
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()
428 if (!reportSensorTempStats(stats_client, sensor_name, temp_stats, in reportAllSensorTempStats()
433 if (temp_stats.stats_by_default_threshold.has_value()) { in reportAllSensorTempStats()
434 if (!reportSensorTempStats(stats_client, sensor, temp_stats, in reportAllSensorTempStats()
435 &temp_stats.stats_by_default_threshold.value())) { in reportAllSensorTempStats()
440 temp_stats.max_temp = std::numeric_limits<float>::min(); in reportAllSensorTempStats()
441 temp_stats.min_temp = std::numeric_limits<float>::max(); in reportAllSensorTempStats()
635 for (auto &temp_stats : sensor_temp_stats_pair.second.stats_by_custom_threshold) { in GetSensorTempStatsSnapshot() local
[all …]