Searched refs:getPrediction (Results 1 – 2 of 2) sorted by relevance
171 const Prediction& prediction = getPrediction(*approximateMatch); in getPredictedPlan()273 const Prediction& Predictor::getPrediction(NonBufferHash hash) const { in getPrediction() function in android::compositionengine::impl::planner::Predictor287 Prediction& Predictor::getPrediction(NonBufferHash hash) { in getPrediction() function in android::compositionengine::impl::planner::Predictor288 return const_cast<Prediction&>(const_cast<const Predictor*>(this)->getPrediction(hash)); in getPrediction()376 Prediction& prediction = getPrediction(predictedPlan.hash); in recordPredictedResult()
258 const Prediction& getPrediction(NonBufferHash) const;259 Prediction& getPrediction(NonBufferHash);