Searched refs:k_d (Results 1 – 8 of 8) sorted by relevance
/hardware/google/pixel/thermal/pid_1_0/utils/ |
D | thermal_info.h | 92 ThrottlingArray k_d; member
|
D | thermal_info.cpp | 471 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()
|
D | thermal_throttling.cpp | 178 d = sensor_info.throttling_info->k_d[target_state] * in updatePowerBudget()
|
/hardware/google/pixel/thermal/utils/ |
D | thermal_info.h | 92 ThrottlingArray k_d; member
|
D | thermal_info.cpp | 637 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()
|
D | thermal_throttling.cpp | 203 d = sensor_info.throttling_info->k_d[target_state] * (err - throttling_status.prev_err) / in updatePowerBudget()
|
/hardware/google/pixel/thermal/pid_1_0/ |
D | Thermal.cpp | 360 *dump_buf << name_info_pair.second.throttling_info->k_d[i] << " "; in dumpThrottlingInfo()
|
/hardware/google/pixel/thermal/ |
D | Thermal.cpp | 366 *dump_buf << name_info_pair.second.throttling_info->k_d[i] << " "; in dumpThrottlingInfo()
|