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.h204 std::unordered_map<std::string, ThrottlingArray> excluded_power_info_map; member
Dthermal_throttling.cpp332 sensor_info.throttling_info->excluded_power_info_map) { in computeExcludedPower()
378 if (sensor_info.throttling_info->excluded_power_info_map.size()) { in allocatePowerToCdev()
Dthermal_info.cpp1007 std::unordered_map<std::string, ThrottlingArray> excluded_power_info_map; in ParseSensorThrottlingInfo() local
1026 excluded_power_info_map[power_rail] = power_weight; in ParseSensorThrottlingInfo()
1030 i_default_pct, tran_cycle, excluded_power_info_map, in ParseSensorThrottlingInfo()