Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h193 ThrottlingArray k_pu; member
Dthermal_info.cpp834 std::array<float, kThrottlingSeverityCount> k_pu; in ParseSensorThrottlingInfo() local
835 k_pu.fill(0.0); in ParseSensorThrottlingInfo()
868 !getFloatFromJsonValues(sensor["PIDInfo"]["K_Pu"], &k_pu, false, false)) { in ParseSensorThrottlingInfo()
942 if (std::isnan(k_po[j]) || std::isnan(k_pu[j]) || std::isnan(k_i[j]) || in ParseSensorThrottlingInfo()
1028 throttling_info->reset(new ThrottlingInfo{k_po, k_pu, k_i, k_d, i_max, max_alloc_power, in ParseSensorThrottlingInfo()
Dthermal_throttling.cpp220 : sensor_info.throttling_info->k_pu[target_state]); in updatePowerBudget()
/hardware/google/pixel/thermal/
DThermal.cpp397 *dump_buf << name_info_pair.second.throttling_info->k_pu[i] << " "; in dumpThrottlingInfo()