Home
last modified time | relevance | path

Searched refs:k_p_compensate (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_info.h152 ThrottlingArray k_p_compensate; member
Dthermal_info.cpp560 ThrottlingArray k_p_compensate; in ParsePredictorInfo() local
579 if (!getFloatFromJsonValues(predictor["KPCompensate"], &k_p_compensate, false, false)) { in ParsePredictorInfo()
587 prediction_weights, k_p_compensate}); in ParsePredictorInfo()
Dthermal_throttling.cpp265 compensation *= sensor_info.predictor_info->k_p_compensate[target_state]; in updatePowerBudget()