Home
last modified time | relevance | path

Searched defs:sensor_info_map_ (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_stats_helper.cpp89 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_, in initializeStats()
128 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_, in initializeSensorCdevRequestStats()
189 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_) { in initializeSensorTempStats()
219 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_) { in initializeSensorAbnormalityStats()
Dpowerhal_helper.cpp131 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_) { in updateSupportedPowerHints()
Dthermal_info.cpp1684 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_, in ParseSensorAbnormalStatsConfig()
1803 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_, in ParseSensorStatsConfig()
/hardware/google/pixel/thermal/
Dthermal-helper.h240 std::unordered_map<std::string, SensorInfo> sensor_info_map_; variable