Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h1463 MirrorDisplayState(ui::LayerStack layerStack, sp<IBinder>& rootHandle, in MirrorDisplayState()
1465 : layerStack(layerStack), rootHandle(rootHandle), client(client) {} in MirrorDisplayState()
1468 sp<IBinder> rootHandle; member
DSurfaceFlinger.cpp9281 sp<Layer> rootMirrorLayer = LayerHandle::getLayer(mirrorDisplay.rootHandle); in commitMirrorDisplays()
9304 childMirror->reparent(mirrorDisplay.rootHandle); in commitMirrorDisplays()