Searched refs:k_i (Results 1 – 4 of 4) sorted by relevance
/hardware/google/pixel/thermal/utils/ |
D | thermal_info.h | 194 ThrottlingArray k_i; member
|
D | thermal_info.cpp | 836 std::array<float, kThrottlingSeverityCount> k_i; in ParseSensorThrottlingInfo() local 837 k_i.fill(0.0); in ParseSensorThrottlingInfo() 875 !getFloatFromJsonValues(sensor["PIDInfo"]["K_I"], &k_i, 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 | 240 throttling_status.i_budget += err * sensor_info.throttling_info->k_i[target_state]; in updatePowerBudget()
|
/hardware/google/pixel/thermal/ |
D | Thermal.cpp | 402 *dump_buf << name_info_pair.second.throttling_info->k_i[i] << " "; in dumpThrottlingInfo()
|