Home
last modified time | relevance | path

Searched defs:prediction (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DPredictor.cpp187 const Prediction& prediction = getPrediction(*approximateMatch); in getPredictedPlan() local
281 const Prediction& prediction = mPredictions.at(hash); in listSimilarStacks() local
392 Prediction& prediction = getPrediction(predictedPlan.hash); in recordPredictedResult() local
445 const Prediction& prediction = mPredictions.at(hash); in findSimilarPrediction() local
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DPredictorTest.cpp379 Prediction prediction({}, plan); in TEST_F() local
389 Prediction prediction({}, {}); in TEST_F() local
407 Prediction prediction({}, {}); in TEST_F() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp263 auto prediction = mTokenManager->getPredictionsForToken( in expectVsyncEventFrameTimelinesCorrect() local
425 auto prediction = in TEST_F() local
DVSyncPredictorTest.cpp373 auto const prediction = tracker.nextAnticipatedVSyncTimeFrom(timePoint); in TEST_F() local
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncPredictor.cpp231 auto const prediction = (ordinalRequest * slope) + intercept + oldest; in nextAnticipatedVSyncTimeFromLocked() local
/frameworks/native/services/surfaceflinger/
DBufferStateLayer.cpp418 const auto prediction = in setBuffer() local
DSurfaceFlinger.cpp3934 const auto prediction = mFrameTimeline->getTokenManager()->getPredictionsForToken(vsyncId); in frameIsEarly() local