Searched refs:cooling_device_info_map_ (Results 1 – 6 of 6) sorted by relevance
/hardware/google/pixel/thermal/utils/ |
D | thermal_stats_helper.h | 139 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_, 182 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_);
|
D | thermal_stats_helper.cpp | 90 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_, in initializeStats() argument 100 if (!ParseCoolingDeviceStatsConfig(config, cooling_device_info_map_, in initializeStats() 110 cooling_device_info_map_)) { in initializeStats() 129 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_) { in initializeSensorCdevRequestStats() argument 136 cooling_device_info_map_.at(binded_cdev_info_pair.first).max_state; in initializeSensorCdevRequestStats()
|
D | thermal_info.h | 260 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_,
|
D | thermal_info.cpp | 1835 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_, in ParseCoolingDeviceStatsConfig() argument 1849 cooling_device_info_map_, cooling_device_request_info_parsed, -1)) { in ParseCoolingDeviceStatsConfig()
|
/hardware/google/pixel/thermal/ |
D | thermal-helper.cpp | 127 const auto &cdev_info = cooling_device_info_map_.at(binded_cdev_info_pair.first); in maxCoolingRequestCheck() 161 if (!ParseCoolingDevice(config, &cooling_device_info_map_)) { in ThermalHelperImpl() 190 cooling_device_info_map_, this)) { in ThermalHelperImpl() 208 cooling_device_info_map_)) { in ThermalHelperImpl() 333 cooling_device_info_map_.clear(); in ThermalHelperImpl() 492 const CdevInfo &cdev_info = cooling_device_info_map_.at(cooling_device.data()); in readCoolingDevice() 674 for (const auto &cdev_info_pair : cooling_device_info_map_) { in clearAllThrottling() 732 for (auto &cooling_device_info_pair : cooling_device_info_map_) { in initializeCoolingDevices() 951 for (const auto &name_info_pair : cooling_device_info_map_) { in fillCurrentCoolingDevices() 1468 power_files_.GetPowerStatusMap(), cooling_device_info_map_, max_throttling, in thermalWatcherCallbackFunc()
|
D | thermal-helper.h | 162 return cooling_device_info_map_; in GetCdevInfoMap() 239 std::unordered_map<std::string, CdevInfo> cooling_device_info_map_; variable
|