Home
last modified time | relevance | path

Searched refs:CdevInfo (Results 1 – 9 of 9) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.h71 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,
Dthermal_info.h233 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_,
Dthermal_throttling.cpp121 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()
Dthermal_stats_helper.h139 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_,
182 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map_);
Dthermal_stats_helper.cpp90 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()
Dthermal_info.cpp1396 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/
Dthermal-helper.h103 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_;
Dthermal-helper.cpp492 const CdevInfo &cdev_info = cooling_device_info_map_.at(cooling_device.data()); in readCoolingDevice()
/hardware/google/pixel/thermal/tests/
Dmock_thermal_helper.h52 MOCK_METHOD((const std::unordered_map<std::string, CdevInfo> &), GetCdevInfoMap, (),