Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3167 ui::DisplayMap<ui::LayerStack, const DisplayDevice*> layerStackToDisplay; in onCompositionPresented() local
3172 layerStackToDisplay.emplace_or_replace(display->getLayerStack(), display.get()); in onCompositionPresented()
3182 auto optDisplay = layerStackToDisplay.get(layerStack); in onCompositionPresented()
3334 displayOpt = layerStackToDisplay.get(snapshot->outputFilter.layerStack); in onCompositionPresented()