Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp700 std::unordered_map<std::string, BindedCdevInfo> *binded_cdev_info_map, in ParseBindedCdevInfo() argument
718 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
726 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
734 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
744 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
752 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
778 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
788 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
804 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
812 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
[all …]
Dthermal_throttling.cpp140 for (auto &binded_cdev_pair : throttling_info->binded_cdev_info_map) { in registerThermalThrottling()
209 ? sensor_info.throttling_info->binded_cdev_info_map in updatePowerBudget()
249 sensor_info.throttling_info->binded_cdev_info_map) { in updatePowerBudget()
422 : sensor_info.throttling_info->binded_cdev_info_map)) { in allocatePowerToCdev()
438 : sensor_info.throttling_info->binded_cdev_info_map)) { in allocatePowerToCdev()
649 : sensor_info.throttling_info->binded_cdev_info_map)) { in updateCdevRequestBySeverity()
678 for (const auto &binded_cdev_info_pair : sensor_info.throttling_info->binded_cdev_info_map) { in throttlingReleaseUpdate()
817 const auto &binded_cdev_info_map = in computeCoolingDevicesRequest() local
820 : sensor_info.throttling_info->binded_cdev_info_map; in computeCoolingDevicesRequest()
826 const auto &binded_cdev_info = binded_cdev_info_map.at(cdev_name); in computeCoolingDevicesRequest()
Dthermal_info.h219 std::unordered_map<std::string, BindedCdevInfo> binded_cdev_info_map; member
Dthermal_stats_helper.cpp133 sensor_info.throttling_info->binded_cdev_info_map) { in initializeSensorCdevRequestStats()
/aosp_15_r20/hardware/google/pixel/thermal/
Dthermal-helper.cpp125 std::unordered_map<std::string, BindedCdevInfo> *binded_cdev_info_map) { in maxCoolingRequestCheck() argument
126 for (auto &binded_cdev_info_pair : *binded_cdev_info_map) { in maxCoolingRequestCheck()
225 maxCoolingRequestCheck(&name_status_pair.second.throttling_info->binded_cdev_info_map); in ThermalHelperImpl()
Dthermal-helper.h229 std::unordered_map<std::string, BindedCdevInfo> *binded_cdev_info_map);
DThermal.cpp385 if (name_info_pair.second.throttling_info->binded_cdev_info_map.size()) { in dumpThrottlingInfo()
452 : name_info_pair.second.throttling_info->binded_cdev_info_map) { in dumpThrottlingInfo()