Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3181 ui::DisplayMap<ui::LayerStack, const DisplayDevice*> layerStackToDisplay; in onCompositionPresented() local
3186 layerStackToDisplay.emplace_or_replace(display->getLayerStack(), display.get()); in onCompositionPresented()
3196 auto optDisplay = layerStackToDisplay.get(layerStack); in onCompositionPresented()
3371 displayOpt = layerStackToDisplay.get(snapshot->outputFilter.layerStack); in onCompositionPresented()