Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.cpp140 for (auto &binded_cdev_pair : throttling_info->binded_cdev_info_map) { in registerThermalThrottling() local
141 if (!cooling_device_info_map.count(binded_cdev_pair.first)) { in registerThermalThrottling()
143 << binded_cdev_pair.first; in registerThermalThrottling()
147 for (const auto &cdev_weight : binded_cdev_pair.second.cdev_weight_for_pid) { in registerThermalThrottling()
150 .pid_power_budget_map[binded_cdev_pair.first] = in registerThermalThrottling()
153 .pid_cdev_request_map[binded_cdev_pair.first] = 0; in registerThermalThrottling()
155 .cdev_status_map[binded_cdev_pair.first] = 0; in registerThermalThrottling()
156 cdev_all_request_map_[binded_cdev_pair.first].insert(0); in registerThermalThrottling()
161 for (const auto &limit_info : binded_cdev_pair.second.limit_info) { in registerThermalThrottling()
164 .hardlimit_cdev_request_map[binded_cdev_pair.first] = 0; in registerThermalThrottling()
[all …]