Home
last modified time | relevance | path

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

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