Searched refs:mirrorSc (Results 1 – 3 of 3) sorted by relevance
248 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()
128 sp<SurfaceControl> mirrorSc = in TEST_F() local156 sp<SurfaceControl> mirrorSc = in TEST_F() local161 t.setLayerStack(mirrorSc, layerStack); in TEST_F()
75 sp<SurfaceControl> mirrorSc = in getScreenCapture() local84 t.setLayerStack(mirrorSc, layerStack); in getScreenCapture()108 t.setLayerStack(mirrorSc, ui::INVALID_LAYER_STACK); in getScreenCapture()