Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.cpp647 auto &thermal_throttling_status = thermal_throttling_status_map_.at(sensor_name.data()); in throttlingReleaseUpdate() local
651 if (!thermal_throttling_status.throttling_release_map.count(binded_cdev_info_pair.first) || in throttlingReleaseUpdate()
659 thermal_throttling_status.throttling_release_map.at(binded_cdev_info_pair.first); in throttlingReleaseUpdate()
783 auto &thermal_throttling_status = thermal_throttling_status_map_.at(sensor_name.data()); in computeCoolingDevicesRequest() local
784 const auto &cdev_release_map = thermal_throttling_status.throttling_release_map; in computeCoolingDevicesRequest()
792 for (auto &cdev_request_pair : thermal_throttling_status.cdev_status_map) { in computeCoolingDevicesRequest()
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()
806 if (thermal_throttling_status.hardlimit_cdev_request_map.count(cdev_name)) { in computeCoolingDevicesRequest()
808 thermal_throttling_status.hardlimit_cdev_request_map.at(cdev_name); in computeCoolingDevicesRequest()