Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp749 auto predictionsIterator = mPredictions.find(token); in getPredictionsForToken() local
750 if (predictionsIterator != mPredictions.end()) { in getPredictionsForToken()
751 return predictionsIterator->second; in getPredictionsForToken()