Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/pid_1_0/utils/
Dthermal_info.h90 ThrottlingArray k_pu; member
Dthermal_info.cpp467 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()
Dthermal_throttling.cpp165 : sensor_info.throttling_info->k_pu[target_state]); in updatePowerBudget()
/hardware/google/pixel/thermal/utils/
Dthermal_info.h90 ThrottlingArray k_pu; member
Dthermal_info.cpp633 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()
Dthermal_throttling.cpp190 : sensor_info.throttling_info->k_pu[target_state]); in updatePowerBudget()
/hardware/google/pixel/thermal/pid_1_0/
DThermal.cpp350 *dump_buf << name_info_pair.second.throttling_info->k_pu[i] << " "; in dumpThrottlingInfo()
/hardware/google/pixel/thermal/
DThermal.cpp356 *dump_buf << name_info_pair.second.throttling_info->k_pu[i] << " "; in dumpThrottlingInfo()