Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/virtualtemp_estimator/
Dvirtualtemp_estimator.h107 VtEstimatorStatus GetAllPredictions(std::vector<float> *output);
Dvirtualtemp_estimator.cpp671 VtEstimatorStatus VirtualTempEstimator::GetAllPredictions(std::vector<float> *output) { in GetAllPredictions() function in thermal::vtestimator::VirtualTempEstimator
/hardware/google/pixel/thermal/
Dthermal-helper.cpp297 predictor_sensor_info.virtual_sensor_info->vt_estimator->GetAllPredictions( in ThermalHelperImpl()
1172 predictor_sensor_info.virtual_sensor_info->vt_estimator->GetAllPredictions(predictions); in readTemperaturePredictions()