Searched refs:CdevInfo (Results 1 – 9 of 9) sorted by relevance
/hardware/google/pixel/thermal/utils/ |
D | thermal_throttling.h | 71 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map); 83 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map, 101 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map, 117 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map, 122 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map); 130 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map,
|
D | thermal_info.h | 233 struct CdevInfo { struct 251 std::unordered_map<std::string, CdevInfo> *cooling_device_parsed); argument 260 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_,
|
D | thermal_throttling.cpp | 121 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map) { in registerThermalThrottling() 188 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map, in updatePowerBudget() 230 const CdevInfo &cdev_info = cooling_device_info_map.at(binded_cdev_info_pair.first); in updatePowerBudget() 360 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map, in allocatePowerToCdev() 463 const CdevInfo &cdev_info = cooling_device_info_map.at(binded_cdev_info_pair.first); in allocatePowerToCdev() 590 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map) { in updateCdevRequestByPower() 596 const CdevInfo &cdev_info = cooling_device_info_map.at(pid_power_budget_pair.first); in updateCdevRequestByPower() 639 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map, in throttlingReleaseUpdate() 738 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map, in thermalThrottlingUpdate()
|
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() 129 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_) { in initializeSensorCdevRequestStats()
|
D | thermal_info.cpp | 1396 std::unordered_map<std::string, CdevInfo> *cooling_devices_parsed) { in ParseCoolingDevice() 1835 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_, in ParseCoolingDeviceStatsConfig()
|
/hardware/google/pixel/thermal/ |
D | thermal-helper.h | 103 virtual const std::unordered_map<std::string, CdevInfo> &GetCdevInfoMap() const = 0; 161 const std::unordered_map<std::string, CdevInfo> &GetCdevInfoMap() const override { in GetCdevInfoMap() 239 std::unordered_map<std::string, CdevInfo> cooling_device_info_map_;
|
D | thermal-helper.cpp | 492 const CdevInfo &cdev_info = cooling_device_info_map_.at(cooling_device.data()); in readCoolingDevice()
|
/hardware/google/pixel/thermal/tests/ |
D | mock_thermal_helper.h | 52 MOCK_METHOD((const std::unordered_map<std::string, CdevInfo> &), GetCdevInfoMap, (),
|