Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h161 std::unordered_map<std::string, ThrottlingArray> excluded_power_info_map; member
Dthermal_throttling.cpp292 sensor_info.throttling_info->excluded_power_info_map) { in computeExcludedPower()
335 if (sensor_info.throttling_info->excluded_power_info_map.size()) { in allocatePowerToCdev()
Dthermal_info.cpp617 std::unordered_map<std::string, ThrottlingArray> excluded_power_info_map; in ParseSensorThrottlingInfo() local
636 excluded_power_info_map[power_rail] = power_weight; in ParseSensorThrottlingInfo()
640 i_default, tran_cycle, excluded_power_info_map, binded_cdev_info_map, profile_map}); in ParseSensorThrottlingInfo()