Home
last modified time | relevance | path

Searched defs:childLayer (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/
DRelativeZ_test.cpp72 sp<SurfaceControl> childLayer = in TEST_F() local
158 sp<SurfaceControl> childLayer = in TEST_F() local
DLayerTypeTransaction_test.cpp77 sp<SurfaceControl> childLayer; in TEST_P() local
122 sp<SurfaceControl> childLayer; in TEST_P() local
DScreenCapture_test.cpp149 sp<SurfaceControl> childLayer; in TEST_F() local
187 sp<SurfaceControl> childLayer; in TEST_F() local
248 sp<SurfaceControl> childLayer; in TEST_F() local
828 sp<SurfaceControl> childLayer; in TEST_F() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DGameModeTest.cpp95 sp<Layer> childLayer = createLayer(); in TEST_F() local
105 sp<Layer> childLayer = createLayer(); in TEST_F() local
DLayerLifecycleManagerTest.cpp70 std::unique_ptr<RequestedLayerState> childLayer(uint32_t id, uint32_t parentId) { in childLayer() function in android::surfaceflinger::frontend::LayerLifecycleManagerTest
/frameworks/native/services/surfaceflinger/
DLayer.cpp866 bool Layer::setChildLayer(const sp<Layer>& childLayer, int32_t z) { in setChildLayer()
879 bool Layer::setChildRelativeLayer(const sp<Layer>& childLayer, in setChildRelativeLayer()