Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/pid_1_0/utils/
Dthermal_throttling.cpp105 for (auto &binded_cdev_pair : throttling_info->binded_cdev_info_map) { in registerThermalThrottling()
213 for (const auto &binded_cdev_info_pair : sensor_info.throttling_info->binded_cdev_info_map) { in updateCdevRequestByPower()
223 for (const auto &binded_cdev_info_pair : sensor_info.throttling_info->binded_cdev_info_map) { in updateCdevRequestByPower()
250 for (auto const &binded_cdev_info_pair : sensor_info.throttling_info->binded_cdev_info_map) { in updateCdevRequestBySeverity()
272 for (const auto &binded_cdev_info_pair : sensor_info.throttling_info->binded_cdev_info_map) { in throttlingReleaseUpdate()
394 sensor_info.throttling_info->binded_cdev_info_map.at(cdev_request_pair.first); in computeCoolingDevicesRequest()
Dthermal_info.h99 std::unordered_map<std::string, BindedCdevInfo> binded_cdev_info_map; member
Dthermal_info.cpp592 std::unordered_map<std::string, BindedCdevInfo> binded_cdev_info_map; in ParseSensorInfo() local
730 binded_cdev_info_map[cdev_name] = { in ParseSensorInfo()
762 s_power, i_cutoff, err_integral_default, binded_cdev_info_map}); in ParseSensorInfo()
/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp140 std::unordered_map<std::string, BindedCdevInfo> *binded_cdev_info_map, in ParseBindedCdevInfo() argument
157 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
165 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
174 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
184 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
202 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
235 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
244 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
261 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
267 (*binded_cdev_info_map)[cdev_name] = { in ParseBindedCdevInfo()
[all …]
Dthermal_throttling.cpp119 for (auto &binded_cdev_pair : throttling_info->binded_cdev_info_map) { in registerThermalThrottling()
316 for (const auto &binded_cdev_info_pair : sensor_info.throttling_info->binded_cdev_info_map) { in allocatePowerToCdev()
328 sensor_info.throttling_info->binded_cdev_info_map) { in allocatePowerToCdev()
502 for (auto const &binded_cdev_info_pair : sensor_info.throttling_info->binded_cdev_info_map) { in updateCdevRequestBySeverity()
524 for (const auto &binded_cdev_info_pair : sensor_info.throttling_info->binded_cdev_info_map) { in throttlingReleaseUpdate()
660 sensor_info.throttling_info->binded_cdev_info_map.at(cdev_request_pair.first); in computeCoolingDevicesRequest()
Dthermal_info.h101 std::unordered_map<std::string, BindedCdevInfo> binded_cdev_info_map; member
/hardware/google/pixel/thermal/pid_1_0/
DThermal.cpp338 if (name_info_pair.second.throttling_info->binded_cdev_info_map.size()) { in dumpThrottlingInfo()
391 name_info_pair.second.throttling_info->binded_cdev_info_map) { in dumpThrottlingInfo()
Dthermal-helper.cpp236 name_status_pair.second.throttling_info->binded_cdev_info_map) { in ThermalHelper()
/hardware/google/pixel/thermal/
DThermal.cpp344 if (name_info_pair.second.throttling_info->binded_cdev_info_map.size()) { in dumpThrottlingInfo()
397 name_info_pair.second.throttling_info->binded_cdev_info_map) { in dumpThrottlingInfo()
Dthermal-helper.cpp236 name_status_pair.second.throttling_info->binded_cdev_info_map) { in ThermalHelper()