Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/virtualtemp_estimator/
Dvirtualtemp_estimator.cpp82 return kVtEstimatorUnSupported; in DumpTraces()
543 return kVtEstimatorUnSupported; in Estimate()
559 return kVtEstimatorUnSupported; in TFliteGetMaxPredictWindowMs()
571 return kVtEstimatorUnSupported; in GetMaxPredictWindowMs()
609 return kVtEstimatorUnSupported; in TFlitePredictAfterTimeMs()
639 return kVtEstimatorUnSupported; in PredictAfterTimeMs()
677 return kVtEstimatorUnSupported; in GetAllPredictions()
718 return kVtEstimatorUnSupported; in DumpStatus()
731 return kVtEstimatorUnSupported; in Initialize()
Dvirtualtemp_estimator.h33 kVtEstimatorUnSupported = 4, enumerator
/hardware/google/pixel/thermal/
Dthermal-helper.cpp1137 } else if (ret == ::thermal::vtestimator::kVtEstimatorUnSupported) { in readPredictionAfterTimeMs()