Searched refs:max_alloc_power (Results 1 – 4 of 4) sorted by relevance
/hardware/google/pixel/thermal/utils/ |
D | thermal_info.h | 211 ThrottlingArray max_alloc_power; member
|
D | thermal_info.cpp | 967 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()
|
D | thermal_throttling.cpp | 270 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/ |
D | Thermal.cpp | 426 *dump_buf << name_info_pair.second.throttling_info->max_alloc_power[i] << " "; in dumpThrottlingInfo()
|