Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp282 const auto &predictor_sensor_info = sensor_info_map_.at(predict_sensor_name); in ThermalHelperImpl() local
283 if (predictor_sensor_info.virtual_sensor_info == nullptr || in ThermalHelperImpl()
284 predictor_sensor_info.virtual_sensor_info->vt_estimator == nullptr) { in ThermalHelperImpl()
297 predictor_sensor_info.virtual_sensor_info->vt_estimator->GetAllPredictions( in ThermalHelperImpl()
1099 const auto &predictor_sensor_info = sensor_info_map_.at(predict_sensor_name.data()); in getPredictionMaxWindowMs() local
1101 predictor_sensor_info.virtual_sensor_info->vt_estimator->GetMaxPredictWindowMs( in getPredictionMaxWindowMs()
1127 const auto &predictor_sensor_info = sensor_info_map_.at(predict_sensor_name.data()); in readPredictionAfterTimeMs() local
1129 predictor_sensor_info.virtual_sensor_info->vt_estimator->PredictAfterTimeMs( in readPredictionAfterTimeMs()
1170 const auto &predictor_sensor_info = sensor_info_map_.at(predict_sensor_name); in readTemperaturePredictions() local
1172 predictor_sensor_info.virtual_sensor_info->vt_estimator->GetAllPredictions(predictions); in readTemperaturePredictions()