Searched refs:max_alloc_power (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/google/pixel/thermal/utils/ |
H A D | config_parser.cpp | 403 std::array<float, kThrottlingSeverityCount> max_alloc_power; in ParseSensorInfo() local 404 max_alloc_power.fill(NAN); in ParseSensorInfo() 457 !getFloatFromJsonValues(sensors[i]["PIDInfo"]["MaxAllocPower"], &max_alloc_power, in ParseSensorInfo() 495 std::isnan(max_alloc_power[j]) || std::isnan(min_alloc_power[j]) || in ParseSensorInfo() 655 new ThrottlingInfo{k_po, k_pu, k_i, k_d, i_max, max_alloc_power, min_alloc_power, in ParseSensorInfo()
|
H A D | config_parser.h | 92 ThrottlingArray max_alloc_power; member
|
/aosp12/hardware/google/pixel/thermal/ |
H A D | thermal-helper.cpp | 617 if (power_budget > sensor_info.throttling_info->max_alloc_power[target_state]) { in pidPowerCalculator() 618 power_budget = sensor_info.throttling_info->max_alloc_power[target_state]; in pidPowerCalculator()
|
H A D | Thermal.cpp | 361 *dump_buf << name_info_pair.second.throttling_info->max_alloc_power[i] << " "; in dumpThrottlingInfo()
|