Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h195 ThrottlingArray k_d; member
Dthermal_info.cpp838 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()
Dthermal_throttling.cpp250 d = sensor_info.throttling_info->k_d[target_state] * (err - throttling_status.prev_err) / in updatePowerBudget()
/hardware/google/pixel/thermal/
DThermal.cpp407 *dump_buf << name_info_pair.second.throttling_info->k_d[i] << " "; in dumpThrottlingInfo()