Searched refs:k_d (Results 1 – 4 of 4) sorted by relevance
/hardware/google/pixel/thermal/utils/ |
D | thermal_info.h | 195 ThrottlingArray k_d; member
|
D | thermal_info.cpp | 838 std::array<float, kThrottlingSeverityCount> k_d; in ParseSensorThrottlingInfo() local 839 k_d.fill(0.0); in ParseSensorThrottlingInfo() 882 !getFloatFromJsonValues(sensor["PIDInfo"]["K_D"], &k_d, false, false)) { in ParseSensorThrottlingInfo() 943 std::isnan(k_d[j]) || std::isnan(i_max[j]) || std::isnan(max_alloc_power[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 | 250 d = sensor_info.throttling_info->k_d[target_state] * (err - throttling_status.prev_err) / in updatePowerBudget()
|
/hardware/google/pixel/thermal/ |
D | Thermal.cpp | 407 *dump_buf << name_info_pair.second.throttling_info->k_d[i] << " "; in dumpThrottlingInfo()
|