Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DPredictor.cpp243 if (const auto predictionsEntry = mPredictions.find(hash); in describeLayerStack() local
244 predictionsEntry != mPredictions.cend()) { in describeLayerStack()
245 const auto& [hash, prediction] = *predictionsEntry; in describeLayerStack()