Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/pid_1_0/utils/
Dthermal_info.h92 ThrottlingArray k_d; member
Dthermal_info.cpp471 std::array<float, kThrottlingSeverityCount> k_d; in ParseSensorInfo() local
472 k_d.fill(0.0); in ParseSensorInfo()
514 !getFloatFromJsonValues(sensors[i]["PIDInfo"]["K_D"], &k_d, false, false)) { in ParseSensorInfo()
571 std::isnan(k_d[j]) || std::isnan(i_max[j]) || in ParseSensorInfo()
761 new ThrottlingInfo{k_po, k_pu, k_i, k_d, i_max, max_alloc_power, min_alloc_power, in ParseSensorInfo()
Dthermal_throttling.cpp178 d = sensor_info.throttling_info->k_d[target_state] * in updatePowerBudget()
/hardware/google/pixel/thermal/utils/
Dthermal_info.h92 ThrottlingArray k_d; member
Dthermal_info.cpp637 std::array<float, kThrottlingSeverityCount> k_d; in ParseSensorInfo() local
638 k_d.fill(0.0); in ParseSensorInfo()
681 !getFloatFromJsonValues(sensors[i]["PIDInfo"]["K_D"], &k_d, false, false)) { in ParseSensorInfo()
738 std::isnan(k_d[j]) || std::isnan(i_max[j]) || in ParseSensorInfo()
809 k_po, k_pu, k_i, k_d, i_max, max_alloc_power, min_alloc_power, s_power, i_cutoff, in ParseSensorInfo()
Dthermal_throttling.cpp203 d = sensor_info.throttling_info->k_d[target_state] * (err - throttling_status.prev_err) / in updatePowerBudget()
/hardware/google/pixel/thermal/pid_1_0/
DThermal.cpp360 *dump_buf << name_info_pair.second.throttling_info->k_d[i] << " "; in dumpThrottlingInfo()
/hardware/google/pixel/thermal/
DThermal.cpp366 *dump_buf << name_info_pair.second.throttling_info->k_d[i] << " "; in dumpThrottlingInfo()