Searched refs:sensor_info_map_ (Results 1 – 8 of 8) sorted by relevance
/hardware/google/pixel/thermal/ |
D | thermal-helper.cpp | 124 if (!(sensor_info_map_.count(sensor_name.data()) && in dumpTraces() 135 const auto &sensor_info = sensor_info_map_.at(sensor_name.data()); in dumpTraces() 205 if (!ParseSensorInfo(config, &sensor_info_map_, cooling_device_info_map_)) { in ThermalHelperImpl() 223 if (!sensor_info_map_.contains(sensor)) { in ThermalHelperImpl() 228 if (!thermal_predictions_helper_.initializePredictionSensors(sensor_info_map_)) { in ThermalHelperImpl() 234 if (!thermal_stats_helper_.initializeStats(config, sensor_info_map_, in ThermalHelperImpl() 240 for (auto &[sensor_name, sensor_info] : sensor_info_map_) { in ThermalHelperImpl() 297 if (sensor_info_map_.count( in ThermalHelperImpl() 299 sensor_info_map_[sensor_info.virtual_sensor_info->trigger_sensors[i]] in ThermalHelperImpl() 314 if (!sensor_info_map_.contains(sensor_info.severity_reference[i])) { in ThermalHelperImpl() [all …]
|
D | thermal-helper.h | 156 return sensor_info_map_; in GetSensorInfoMap() 248 std::unordered_map<std::string, SensorInfo> sensor_info_map_; variable
|
/hardware/google/pixel/thermal/utils/ |
D | thermal_stats_helper.h | 138 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_, 178 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_); 181 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_, 185 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_);
|
D | thermal_stats_helper.cpp | 89 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_, in initializeStats() argument 94 if (!ParseSensorStatsConfig(config, sensor_info_map_, &sensor_stats_info, in initializeStats() 105 if (!initializeSensorTempStats(sensor_stats_info, sensor_info_map_)) { in initializeStats() 109 if (!initializeSensorCdevRequestStats(cooling_device_request_info, sensor_info_map_, in initializeStats() 114 if (!initializeSensorAbnormalityStats(abnormal_stats_info, sensor_info_map_)) { in initializeStats() 128 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_, in initializeSensorCdevRequestStats() argument 131 for (const auto &[sensor, sensor_info] : sensor_info_map_) { in initializeSensorCdevRequestStats() 189 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_) { in initializeSensorTempStats() argument 193 for (const auto &[sensor, sensor_info] : sensor_info_map_) { in initializeSensorTempStats() 219 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_) { in initializeSensorAbnormalityStats() argument [all …]
|
D | powerhal_helper.h | 62 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_);
|
D | powerhal_helper.cpp | 131 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_) { in updateSupportedPowerHints() argument 132 for (auto const &name_status_pair : sensor_info_map_) { in updateSupportedPowerHints()
|
D | thermal_info.h | 280 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_,
|
D | thermal_info.cpp | 1908 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_, in ParseSensorAbnormalStatsConfig() argument 1946 if (!sensor_info_map_.count(sensor)) { in ParseSensorAbnormalStatsConfig() 1996 if (!sensor_info_map_.count(sensor)) { in ParseSensorAbnormalStatsConfig() 2027 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_, in ParseSensorStatsConfig() argument 2043 if (!ParseStatsInfo(stats_config["Sensors"], sensor_info_map_, sensor_stats_info_parsed, in ParseSensorStatsConfig() 2049 if (!ParseSensorAbnormalStatsConfig(sensor_config["Abnormality"], sensor_info_map_, in ParseSensorStatsConfig()
|