Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp1016 ThrottlingArray power_weight; in ParseSensorThrottlingInfo() local
1017 power_weight.fill(1); in ParseSensorThrottlingInfo()
1021 if (!getFloatFromJsonValues(values[j]["PowerWeight"], &power_weight, false, false)) { in ParseSensorThrottlingInfo()
1026 excluded_power_info_map[power_rail] = power_weight; in ParseSensorThrottlingInfo()