Home
last modified time | relevance | path

Searched refs:cooling_device_info_map (Results 1 – 2 of 2) 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_throttling.cpp121 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map) { in registerThermalThrottling() argument
141 if (!cooling_device_info_map.count(binded_cdev_pair.first)) { in registerThermalThrottling()
188 const std::unordered_map<std::string, CdevInfo> &cooling_device_info_map, in updatePowerBudget() argument
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() argument
374 updatePowerBudget(temp, sensor_info, cooling_device_info_map, time_elapsed_ms, 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() argument
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() argument
[all …]