Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.cpp95 thermal_throttling_status_map_.at(sensor_name.data()).pid_cdev_request_map) { in clearThrottlingData()
153 .pid_cdev_request_map[binded_cdev_pair.first] = 0; in registerThermalThrottling()
449 thermal_throttling_status_map_[temp.name].pid_cdev_request_map.at( in allocatePowerToCdev()
471 thermal_throttling_status_map_[temp.name].pid_cdev_request_map.at( in allocatePowerToCdev()
509 thermal_throttling_status_map_[temp.name].pid_cdev_request_map.at( in allocatePowerToCdev()
603 thermal_throttling_status_map_[sensor_name.data()].pid_cdev_request_map.at( in updateCdevRequestByPower()
755 thermal_throttling_status_map_[temp.name].pid_cdev_request_map) { in thermalThrottlingUpdate()
802 if (thermal_throttling_status.pid_cdev_request_map.count(cdev_name)) { in computeCoolingDevicesRequest()
803 pid_cdev_request = thermal_throttling_status.pid_cdev_request_map.at(cdev_name); in computeCoolingDevicesRequest()
Dthermal_throttling.h41 std::unordered_map<std::string, int> pid_cdev_request_map; member
/hardware/google/pixel/thermal/
DThermal.cpp524 if (thermal_throttling_status_pair.second.pid_cdev_request_map.size()) { in dumpThrottlingRequestStatus()
527 thermal_throttling_status_pair.second.pid_cdev_request_map) { in dumpThrottlingRequestStatus()