Searched refs:k_pu (Results 1 – 8 of 8) sorted by relevance
/hardware/google/pixel/thermal/pid_1_0/utils/ |
D | thermal_info.h | 90 ThrottlingArray k_pu; member
|
D | thermal_info.cpp | 467 std::array<float, kThrottlingSeverityCount> k_pu; in ParseSensorInfo() local 468 k_pu.fill(0.0); in ParseSensorInfo() 498 !getFloatFromJsonValues(sensors[i]["PIDInfo"]["K_Pu"], &k_pu, false, false)) { in ParseSensorInfo() 570 if (std::isnan(k_po[j]) || std::isnan(k_pu[j]) || std::isnan(k_i[j]) || in ParseSensorInfo() 761 new ThrottlingInfo{k_po, k_pu, k_i, k_d, i_max, max_alloc_power, min_alloc_power, in ParseSensorInfo()
|
D | thermal_throttling.cpp | 165 : sensor_info.throttling_info->k_pu[target_state]); in updatePowerBudget()
|
/hardware/google/pixel/thermal/utils/ |
D | thermal_info.h | 90 ThrottlingArray k_pu; member
|
D | thermal_info.cpp | 633 std::array<float, kThrottlingSeverityCount> k_pu; in ParseSensorInfo() local 634 k_pu.fill(0.0); in ParseSensorInfo() 665 !getFloatFromJsonValues(sensors[i]["PIDInfo"]["K_Pu"], &k_pu, false, false)) { in ParseSensorInfo() 737 if (std::isnan(k_po[j]) || std::isnan(k_pu[j]) || std::isnan(k_i[j]) || in ParseSensorInfo() 809 k_po, k_pu, k_i, k_d, i_max, max_alloc_power, min_alloc_power, s_power, i_cutoff, in ParseSensorInfo()
|
D | thermal_throttling.cpp | 190 : sensor_info.throttling_info->k_pu[target_state]); in updatePowerBudget()
|
/hardware/google/pixel/thermal/pid_1_0/ |
D | Thermal.cpp | 350 *dump_buf << name_info_pair.second.throttling_info->k_pu[i] << " "; in dumpThrottlingInfo()
|
/hardware/google/pixel/thermal/ |
D | Thermal.cpp | 356 *dump_buf << name_info_pair.second.throttling_info->k_pu[i] << " "; in dumpThrottlingInfo()
|