Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_stats_helper.cpp152 .stats_by_custom_threshold.emplace_back(threshold_list); in initializeSensorCdevRequestStats()
176 .stats_by_custom_threshold.emplace_back(threshold_list); in initializeSensorCdevRequestStats()
208 temp_stats_map_[sensor].stats_by_custom_threshold.emplace_back(threshold_list); in initializeSensorTempStats()
286 for (auto &stats_by_threshold : request_stats.stats_by_custom_threshold) { in updateSensorCdevRequestStats()
315 for (auto &stats_by_threshold : sensor_temp_stats.stats_by_custom_threshold) { in updateSensorTempStatsByThreshold()
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()
499 threshold_set_idx < request_stats.stats_by_custom_threshold.size(); in reportAllSensorCdevRequestStats()
502 request_stats.stats_by_custom_threshold[threshold_set_idx]; in reportAllSensorCdevRequestStats()
635 for (auto &temp_stats : sensor_temp_stats_pair.second.stats_by_custom_threshold) { in GetSensorTempStatsSnapshot()
[all …]
Dthermal_stats_helper.h101 std::vector<StatsByThreshold<ValueType>> stats_by_custom_threshold; member
/hardware/google/pixel/thermal/
DThermal.cpp647 for (const auto &stats_by_threshold : sensor_temp_stats.stats_by_custom_threshold) { in dumpThermalStats()
676 for (const auto &stats_by_threshold : request_stats.stats_by_custom_threshold) { in dumpThermalStats()