Lines Matching refs:vtestimator
296 ::thermal::vtestimator::VtEstimatorStatus predict_check = in ThermalHelperImpl()
300 if (predict_check != ::thermal::vtestimator::kVtEstimatorOk) { in ThermalHelperImpl()
1036 ::thermal::vtestimator::VtEstimatorStatus ret = in runVirtualTempEstimator()
1039 if (ret == ::thermal::vtestimator::kVtEstimatorOk) { in runVirtualTempEstimator()
1042 } else if (ret == ::thermal::vtestimator::kVtEstimatorLowConfidence || in runVirtualTempEstimator()
1043 ret == ::thermal::vtestimator::kVtEstimatorUnderSampling) { in runVirtualTempEstimator()
1100 ::thermal::vtestimator::VtEstimatorStatus ret = in getPredictionMaxWindowMs()
1104 if (ret != ::thermal::vtestimator::kVtEstimatorOk) { in getPredictionMaxWindowMs()
1128 ::thermal::vtestimator::VtEstimatorStatus ret = in readPredictionAfterTimeMs()
1132 if (ret == ::thermal::vtestimator::kVtEstimatorOk) { in readPredictionAfterTimeMs()
1134 } else if (ret == ::thermal::vtestimator::kVtEstimatorUnderSampling) { in readPredictionAfterTimeMs()
1137 } else if (ret == ::thermal::vtestimator::kVtEstimatorUnSupported) { in readPredictionAfterTimeMs()
1171 ::thermal::vtestimator::VtEstimatorStatus ret = in readTemperaturePredictions()
1174 if (ret != ::thermal::vtestimator::kVtEstimatorOk) { in readTemperaturePredictions()