Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h150 bool support_pid_compensation; member
Dthermal_info.cpp558 bool support_pid_compensation = false; in ParsePredictorInfo() local
565 support_pid_compensation = true; in ParsePredictorInfo()
586 predictor_info->reset(new PredictorInfo{predict_sensor, support_pid_compensation, in ParsePredictorInfo()
Dthermal_throttling.cpp257 sensor_info.predictor_info->support_pid_compensation) { in updatePowerBudget()
/hardware/google/pixel/thermal/
Dthermal-helper.cpp291 if (name_status_pair.second.predictor_info->support_pid_compensation) { in ThermalHelperImpl()
1458 sensor_info.predictor_info->support_pid_compensation) { in thermalWatcherCallbackFunc()