Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h1012 sp<DisplayDevice> getDisplayWithInputByLayer(Layer* layer) const REQUIRES(mStateLock);
H A DSurfaceFlinger.cpp3125 ? ON_MAIN_THREAD(getDisplayWithInputByLayer(layer)) in notifyWindowInfos()
4559 sp<DisplayDevice> SurfaceFlinger::getDisplayWithInputByLayer(Layer* layer) const { in getDisplayWithInputByLayer() function in android::SurfaceFlinger