Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/pid_1_0/utils/
Dthermal_throttling.cpp79 thermal_throttling_status_map_.at(sensor_name.data()).throttling_release_map) { in clearThrottlingData()
139 .throttling_release_map[binded_cdev_pair.first] = 0; in registerThermalThrottling()
275 if (!thermal_throttling_status.throttling_release_map.count(binded_cdev_info_pair.first) || in throttlingReleaseUpdate()
283 thermal_throttling_status.throttling_release_map.at(binded_cdev_info_pair.first); in throttlingReleaseUpdate()
370 if (thermal_throttling_status_map_[temp.name].throttling_release_map.size()) { in thermalThrottlingUpdate()
388 const auto &cdev_release_map = thermal_throttling_status.throttling_release_map; in computeCoolingDevicesRequest()
Dthermal_throttling.h46 std::unordered_map<std::string, int> throttling_release_map; member
/hardware/google/pixel/thermal/utils/
Dthermal_throttling.cpp84 thermal_throttling_status_map_.at(sensor_name.data()).throttling_release_map) { in clearThrottlingData()
153 .throttling_release_map[binded_cdev_pair.first] = 0; in registerThermalThrottling()
527 if (!thermal_throttling_status.throttling_release_map.count(binded_cdev_info_pair.first) || in throttlingReleaseUpdate()
535 thermal_throttling_status.throttling_release_map.at(binded_cdev_info_pair.first); in throttlingReleaseUpdate()
636 if (thermal_throttling_status_map_[temp.name].throttling_release_map.size()) { in thermalThrottlingUpdate()
654 const auto &cdev_release_map = thermal_throttling_status.throttling_release_map; in computeCoolingDevicesRequest()
Dthermal_throttling.h46 std::unordered_map<std::string, int> throttling_release_map; member
/hardware/google/pixel/thermal/pid_1_0/
DThermal.cpp488 if (thermal_throttling_status_pair.second.throttling_release_map.size()) { in dumpThrottlingRequestStatus()
491 thermal_throttling_status_pair.second.throttling_release_map) { in dumpThrottlingRequestStatus()
/hardware/google/pixel/thermal/
DThermal.cpp494 if (thermal_throttling_status_pair.second.throttling_release_map.size()) { in dumpThrottlingRequestStatus()
497 thermal_throttling_status_pair.second.throttling_release_map) { in dumpThrottlingRequestStatus()