Searched refs:k_pu (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/google/pixel/thermal/utils/ |
H A D | config_parser.cpp | 395 std::array<float, kThrottlingSeverityCount> k_pu; in ParseSensorInfo() local 396 k_pu.fill(0.0); in ParseSensorInfo() 425 !getFloatFromJsonValues(sensors[i]["PIDInfo"]["K_Pu"], &k_pu, false, false)) { in ParseSensorInfo() 493 if (std::isnan(k_po[j]) || std::isnan(k_pu[j]) || std::isnan(k_i[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 | 88 ThrottlingArray k_pu; member
|
/aosp12/hardware/google/pixel/thermal/ |
H A D | Thermal.cpp | 341 *dump_buf << name_info_pair.second.throttling_info->k_pu[i] << " "; in dumpThrottlingInfo()
|
H A D | thermal-helper.cpp | 595 : sensor_info.throttling_info->k_pu[target_state]); in pidPowerCalculator()
|