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.cpp82 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_, in initializeStats()
102 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_, in initializeSensorCdevRequestStats()
163 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_) { in initializeSensorTempStats()
Dpowerhal_helper.cpp130 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_) { in updateSupportedPowerHints()
Dthermal_info.cpp1236 const std::unordered_map<std::string, SensorInfo> &sensor_info_map_, in ParseStatsConfig()
/hardware/google/pixel/thermal/
Dthermal-helper.h218 std::unordered_map<std::string, SensorInfo> sensor_info_map_; variable