Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.h85 const std::vector<float> &sensor_predictions = std::vector<float>{});
104 const std::vector<float> &sensor_predictions = std::vector<float>{});
118 const bool max_throttling, const std::vector<float> &sensor_predictions);
Dthermal_throttling.cpp190 const bool max_throttling, const std::vector<float> &sensor_predictions) { in updatePowerBudget() argument
260 for (size_t i = 0; i < sensor_predictions.size(); ++i) { in updatePowerBudget()
261 float prediction_err = target - (sensor_predictions[i] * sensor_info.multiplier); in updatePowerBudget()
361 const bool max_throttling, const std::vector<float> &sensor_predictions) { in allocatePowerToCdev() argument
375 curr_severity, max_throttling, sensor_predictions); in allocatePowerToCdev()
739 const bool max_throttling, const std::vector<float> &sensor_predictions) { in thermalThrottlingUpdate() argument
751 sensor_predictions)) { in thermalThrottlingUpdate()
/hardware/google/pixel/thermal/
Dthermal-helper.cpp1456 std::vector<float> sensor_predictions; in thermalWatcherCallbackFunc() local
1459 if (!readTemperaturePredictions(name_status_pair.first, &sensor_predictions)) { in thermalWatcherCallbackFunc()
1469 sensor_predictions); in thermalWatcherCallbackFunc()