Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp113 if (sensor_info.virtual_sensor_info->vt_estimator) { in dumpTraces()
114 sensor_info.virtual_sensor_info->vt_estimator->DumpTraces(); in dumpTraces()
284 predictor_sensor_info.virtual_sensor_info->vt_estimator == nullptr) { in ThermalHelperImpl()
297 predictor_sensor_info.virtual_sensor_info->vt_estimator->GetAllPredictions( in ThermalHelperImpl()
1012 sensor_info.virtual_sensor_info->vt_estimator == nullptr) { in runVirtualTempEstimator()
1037 sensor_info.virtual_sensor_info->vt_estimator->Estimate(model_inputs, &model_outputs); in runVirtualTempEstimator()
1079 sensor_info.virtual_sensor_info->vt_estimator == nullptr) { in dumpVtEstimatorStatus()
1083 sensor_info.virtual_sensor_info->vt_estimator->DumpStatus(sensor_name, dump_buf); in dumpVtEstimatorStatus()
1101 predictor_sensor_info.virtual_sensor_info->vt_estimator->GetMaxPredictWindowMs( in getPredictionMaxWindowMs()
1129 predictor_sensor_info.virtual_sensor_info->vt_estimator->PredictAfterTimeMs( in readPredictionAfterTimeMs()
[all …]
/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp276 std::unique_ptr<::thermal::vtestimator::VirtualTempEstimator> vt_estimator; in ParseVirtualSensorInfo() local
427 vt_estimator = std::make_unique<::thermal::vtestimator::VirtualTempEstimator>( in ParseVirtualSensorInfo()
429 if (!vt_estimator) { in ParseVirtualSensorInfo()
473 ::thermal::vtestimator::VtEstimatorStatus ret = vt_estimator->Initialize(init_data); in ParseVirtualSensorInfo()
496 vt_estimator = std::make_unique<::thermal::vtestimator::VirtualTempEstimator>( in ParseVirtualSensorInfo()
498 if (!vt_estimator) { in ParseVirtualSensorInfo()
526 ::thermal::vtestimator::VtEstimatorStatus ret = vt_estimator->Initialize(init_data); in ParseVirtualSensorInfo()
540 vt_estimator_model_file, std::move(vt_estimator), backup_sensor}); in ParseVirtualSensorInfo()
Dthermal_info.h144 std::unique_ptr<::thermal::vtestimator::VirtualTempEstimator> vt_estimator; member