Home
last modified time | relevance | path

Searched defs:mirrorLayer (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/
H A DMirrorLayer_test.cpp73 sp<SurfaceControl> mirrorLayer = mClient->mirrorSurface(mChildLayer.get()); in TEST_F() local
174 sp<SurfaceControl> mirrorLayer = mClient->mirrorSurface(mChildLayer.get()); in TEST_F() local
259 sp<SurfaceControl> mirrorLayer = nullptr; in TEST_F() local
319 sp<SurfaceControl> mirrorLayer = nullptr; in TEST_F() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/FrontEnd/
H A DLayerLifecycleManager.cpp425 RequestedLayerState* mirrorLayer = getLayerFromId(mirroringLayerId); in updateDisplayMirrorLayers() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/common/
H A DLayerLifecycleManagerHelper.h161 void mirrorLayer(uint32_t id, uint32_t parentId, uint32_t layerIdToMirror) { in mirrorLayer() function
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableSurfaceFlinger.h556 auto mirrorLayer(const LayerCreationArgs& args, const sp<IBinder>& mirrorFromHandle, in mirrorLayer() function
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp5247 status_t SurfaceFlinger::mirrorLayer(const LayerCreationArgs& args, in mirrorLayer() function in android::SurfaceFlinger
5254 sp<Layer> mirrorLayer; in mirrorLayer() local