Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp98 sensor_status_map_.count(sensor_name.data()))) { in dumpTraces()
104 const auto &sensor_status = sensor_status_map_.at(sensor_name.data()); in dumpTraces()
196 sensor_status_map_[name_status_pair.first] = { in ThermalHelperImpl()
391 auto &sensor_status = sensor_status_map_.at(sensor_name.data()); in checkUpdateSensorForEmul()
407 if (!sensor_status_map_.count(target_sensor.data())) { in emulTemp()
412 auto &sensor_status = sensor_status_map_.at(target_sensor.data()); in emulTemp()
431 if (!sensor_status_map_.count(target_sensor.data()) || in emulSeverity()
446 auto &sensor_status = sensor_status_map_.at(target_sensor.data()); in emulSeverity()
463 for (auto &[sensor_name, sensor_status] : sensor_status_map_) { in emulClear()
468 } else if (sensor_status_map_.count(target_sensor.data())) { in emulClear()
[all …]
Dthermal-helper.h167 return sensor_status_map_; in GetSensorStatusMap()
246 std::unordered_map<std::string, SensorStatus> sensor_status_map_; variable