Searched refs:k_po (Results 1 – 4 of 4) sorted by relevance
/hardware/google/pixel/thermal/utils/ |
D | thermal_info.h | 192 ThrottlingArray k_po; member
|
D | thermal_info.cpp | 832 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()
|
D | thermal_throttling.cpp | 219 p = err * (err < 0 ? sensor_info.throttling_info->k_po[target_state] in updatePowerBudget()
|
/hardware/google/pixel/thermal/ |
D | Thermal.cpp | 392 *dump_buf << name_info_pair.second.throttling_info->k_po[i] << " "; in dumpThrottlingInfo()
|