Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/virtualtemp_estimator/
Dvirtualtemp_estimator_test.cpp123 if (ret != thermal::vtestimator::kVtEstimatorOk) { in run_random_input_inference()
150 if (ret != thermal::vtestimator::kVtEstimatorOk) { in run_random_input_inference()
259 if (ret != thermal::vtestimator::kVtEstimatorOk) { in run_single_inference()
281 if ((ret != thermal::vtestimator::kVtEstimatorOk) && in run_single_inference()
327 if (ret != thermal::vtestimator::kVtEstimatorOk) { in run_batch_process()
381 if (ret != thermal::vtestimator::kVtEstimatorOk) { in run_batch_process()
Dvirtualtemp_estimator.cpp135 return kVtEstimatorOk; in DumpTraces()
256 return kVtEstimatorOk; in LinearModelInitialize()
356 return kVtEstimatorOk; in TFliteInitialize()
415 return kVtEstimatorOk; in LinearModelEstimate()
531 return kVtEstimatorOk; in TFliteEstimate()
562 return kVtEstimatorOk; in TFliteGetMaxPredictWindowMs()
630 return kVtEstimatorOk; in TFlitePredictAfterTimeMs()
668 return kVtEstimatorOk; in TFliteGetAllPredictions()
708 return kVtEstimatorOk; in TFLiteDumpStatus()
Dvirtualtemp_estimator.h29 kVtEstimatorOk = 0, enumerator
/hardware/google/pixel/thermal/
Dthermal-helper.cpp300 if (predict_check != ::thermal::vtestimator::kVtEstimatorOk) { in ThermalHelperImpl()
1039 if (ret == ::thermal::vtestimator::kVtEstimatorOk) { in runVirtualTempEstimator()
1104 if (ret != ::thermal::vtestimator::kVtEstimatorOk) { in getPredictionMaxWindowMs()
1132 if (ret == ::thermal::vtestimator::kVtEstimatorOk) { in readPredictionAfterTimeMs()
1174 if (ret != ::thermal::vtestimator::kVtEstimatorOk) { in readTemperaturePredictions()
/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp474 if (ret != ::thermal::vtestimator::kVtEstimatorOk) { in ParseVirtualSensorInfo()
527 if (ret != ::thermal::vtestimator::kVtEstimatorOk) { in ParseVirtualSensorInfo()