Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp594 std::unordered_map<std::string, BindedCdevInfo> *binded_cdev_info_map, in ParseBindedCdevInfo() argument
612 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
620 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
628 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
638 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
646 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
672 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
682 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
698 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
706 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()
[all …]
Dthermal_throttling.cpp140 for (auto &binded_cdev_pair : throttling_info->binded_cdev_info_map) { in registerThermalThrottling()
228 sensor_info.throttling_info->binded_cdev_info_map) { in updatePowerBudget()
392 : sensor_info.throttling_info->binded_cdev_info_map)) { in allocatePowerToCdev()
408 : sensor_info.throttling_info->binded_cdev_info_map)) { in allocatePowerToCdev()
619 : sensor_info.throttling_info->binded_cdev_info_map)) { in updateCdevRequestBySeverity()
648 for (const auto &binded_cdev_info_pair : sensor_info.throttling_info->binded_cdev_info_map) { in throttlingReleaseUpdate()
787 const auto &binded_cdev_info_map = in computeCoolingDevicesRequest() local
790 : sensor_info.throttling_info->binded_cdev_info_map; in computeCoolingDevicesRequest()
796 const auto &binded_cdev_info = binded_cdev_info_map.at(cdev_name); in computeCoolingDevicesRequest()
Dthermal_info.h205 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()
/hardware/google/pixel/thermal/
Dthermal-helper.h230 std::unordered_map<std::string, BindedCdevInfo> *binded_cdev_info_map);
DThermal.cpp381 if (name_info_pair.second.throttling_info->binded_cdev_info_map.size()) { in dumpThrottlingInfo()
443 : name_info_pair.second.throttling_info->binded_cdev_info_map) { in dumpThrottlingInfo()
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()
215 maxCoolingRequestCheck(&name_status_pair.second.throttling_info->binded_cdev_info_map); in ThermalHelperImpl()