Home
last modified time | relevance | path

Searched refs:pid_power_budget_map (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.cpp90 thermal_throttling_status_map_.at(sensor_name.data()).pid_power_budget_map) { in clearThrottlingData()
150 .pid_power_budget_map[binded_cdev_pair.first] = in registerThermalThrottling()
482 thermal_throttling_status_map_[temp.name].pid_power_budget_map.at( in allocatePowerToCdev()
559 thermal_throttling_status_map_[temp.name].pid_power_budget_map.at( in allocatePowerToCdev()
562 << thermal_throttling_status_map_[temp.name].pid_power_budget_map.at( in allocatePowerToCdev()
595 thermal_throttling_status_map_[sensor_name.data()].pid_power_budget_map) { in updateCdevRequestByPower()
748 if (thermal_throttling_status_map_[temp.name].pid_power_budget_map.size()) { in thermalThrottlingUpdate()
Dthermal_throttling.h40 std::unordered_map<std::string, int> pid_power_budget_map; member
/hardware/google/pixel/thermal/
DThermal.cpp388 .pid_power_budget_map.size()) { in dumpThrottlingInfo()
446 .pid_power_budget_map.size()) { in dumpThrottlingInfo()
516 if (thermal_throttling_status_pair.second.pid_power_budget_map.size()) { in dumpThrottlingRequestStatus()
519 thermal_throttling_status_pair.second.pid_power_budget_map) { in dumpThrottlingRequestStatus()