Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h192 ThrottlingArray k_po; member
Dthermal_info.cpp832 std::array<float, kThrottlingSeverityCount> k_po; in ParseSensorThrottlingInfo() local
833 k_po.fill(0.0); in ParseSensorThrottlingInfo()
861 !getFloatFromJsonValues(sensor["PIDInfo"]["K_Po"], &k_po, 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.cpp219 p = err * (err < 0 ? sensor_info.throttling_info->k_po[target_state] in updatePowerBudget()
/hardware/google/pixel/thermal/
DThermal.cpp392 *dump_buf << name_info_pair.second.throttling_info->k_po[i] << " "; in dumpThrottlingInfo()