Home
last modified time | relevance | path

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

/frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/
DAttachedChoreographerTest.java248 SurfaceControl mirrorSc = SurfaceControl.mirrorSurface(sc); in testMirrorSurfaceControl()
250 assertFalse(mirrorSc.hasChoreographer()); in testMirrorSurfaceControl()
251 mirrorSc.getChoreographer(); in testMirrorSurfaceControl()
252 assertTrue(mirrorSc.hasChoreographer()); in testMirrorSurfaceControl()
254 mirrorSc.release(); in testMirrorSurfaceControl()
257 assertFalse(mirrorSc.isValid()); in testMirrorSurfaceControl()
258 assertFalse(mirrorSc.hasChoreographer()); in testMirrorSurfaceControl()
259 assertThrows(NullPointerException.class, mirrorSc::getChoreographer); in testMirrorSurfaceControl()
/frameworks/native/services/surfaceflinger/tests/
DMultiDisplayLayerBounds_test.cpp128 sp<SurfaceControl> mirrorSc = in TEST_F() local
156 sp<SurfaceControl> mirrorSc = in TEST_F() local
161 t.setLayerStack(mirrorSc, layerStack); in TEST_F()
DTransactionTestHarnesses.h75 sp<SurfaceControl> mirrorSc = in getScreenCapture() local
84 t.setLayerStack(mirrorSc, layerStack); in getScreenCapture()
108 t.setLayerStack(mirrorSc, ui::INVALID_LAYER_STACK); in getScreenCapture()