Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h211 ThrottlingArray max_alloc_power; member
Dthermal_info.cpp967 std::array<float, kThrottlingSeverityCount> max_alloc_power; in ParseSensorThrottlingInfo() local
968 max_alloc_power.fill(NAN); in ParseSensorThrottlingInfo()
1041 !getFloatFromJsonValues(sensor["PIDInfo"]["MaxAllocPower"], &max_alloc_power, false, in ParseSensorThrottlingInfo()
1089 std::isnan(max_alloc_power[j]) || std::isnan(min_alloc_power[j]) || in ParseSensorThrottlingInfo()
1176 throttling_info->reset(new ThrottlingInfo{k_po, k_pu, k_io, k_iu, k_d, i_max, max_alloc_power, in ParseSensorThrottlingInfo()
Dthermal_throttling.cpp270 sensor_info.throttling_info->max_alloc_power[target_state] && in updatePowerBudget()
317 sensor_info.throttling_info->max_alloc_power[target_state]); in updatePowerBudget()
/hardware/google/pixel/thermal/
DThermal.cpp426 *dump_buf << name_info_pair.second.throttling_info->max_alloc_power[i] << " "; in dumpThrottlingInfo()