Home
last modified time | relevance | path

Searched refs:captureLayers (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/native/services/surfaceflinger/tests/
DScreenCapture_test.cpp157 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F()
173 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F()
191 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F()
218 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F()
250 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F()
267 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F()
291 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F()
317 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F()
330 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F()
342 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F()
[all …]
DInvalidHandles_test.cpp60 ASSERT_EQ(NAME_NOT_FOUND, ScreenCapture::captureLayers(args, captureResults)); in TEST_F()
DLayerTypeTransaction_test.cpp68 ScreenCapture::captureLayers(&screenshot, captureArgs); in TEST_P()
DCredentials_test.cpp300 return ScreenCapture::captureLayers(captureArgs, captureResults); in TEST_F()
DMirrorLayer_test.cpp324 ScreenCapture::captureLayers(&shot, captureArgs); in TEST_F()
/frameworks/native/services/surfaceflinger/tests/utils/
DScreenshotUtils.h67 static status_t captureLayers(LayerCaptureArgs& captureArgs, in captureLayers() function
74 binder::Status status = sf->captureLayers(captureArgs, captureListener); in captureLayers()
82 static void captureLayers(std::unique_ptr<ScreenCapture>* sc, LayerCaptureArgs& captureArgs) { in captureLayers() function
84 ASSERT_EQ(NO_ERROR, captureLayers(captureArgs, captureResults)); in captureLayers()
/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl119 void captureLayers(in LayerCaptureArgs args, IScreenCaptureListener listener); in captureLayers() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DScreenshotUtils.java39 consumer.accept(SurfaceControl.captureLayers( in captureLayer()
/frameworks/base/core/java/android/ddm/
DDdmHandleViewDebug.java134 return captureLayers(rootView); in handleChunk()
249 private Chunk captureLayers(View rootView) { in captureLayers() method in DdmHandleViewDebug
253 ViewDebug.captureLayers(rootView, dos); in captureLayers()
/frameworks/base/services/core/java/com/android/server/wm/utils/
DRotationAnimationUtils.java122 SurfaceControl.captureLayers(surfaceControl, crop, 1); in getLumaOfSurfaceControl()
/frameworks/base/core/java/android/view/
DSurfaceControl.java2503 public static ScreenshotHardwareBuffer captureLayers(SurfaceControl layer, Rect sourceCrop, in captureLayers() method in SurfaceControl
2505 return captureLayers(layer, sourceCrop, frameScale, PixelFormat.RGBA_8888); in captureLayers()
2523 public static ScreenshotHardwareBuffer captureLayers(SurfaceControl layer, Rect sourceCrop, in captureLayers() method in SurfaceControl
2531 return captureLayers(captureArgs); in captureLayers()
2537 public static ScreenshotHardwareBuffer captureLayers(LayerCaptureArgs captureArgs) { in captureLayers() method in SurfaceControl
2540 int status = captureLayers(captureArgs, screenCaptureListener); in captureLayers()
2562 return captureLayers(captureArgs); in captureLayersExcluding()
2570 public static int captureLayers(@NonNull LayerCaptureArgs captureArgs, in captureLayers() method in SurfaceControl
DViewDebug.java545 captureLayers(view, new DataOutputStream(clientStream)); in dispatchCommand()
753 public static void captureLayers(View root, final DataOutputStream clientStream)
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DScreenRotationAnimation.java154 SurfaceControl.captureLayers(args); in ScreenRotationAnimation()
485 SurfaceControl.captureLayers(surfaceControl, crop, 1); in getLumaOfSurfaceControl()
DTransitionAnimationHelper.java327 SurfaceControl.captureLayers(captureArgs); in createExtensionSurface()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DScreenshotTests.java105 SurfaceControl.ScreenshotHardwareBuffer hardwareBuffer = SurfaceControl.captureLayers(args); in testScreenshotSecureLayers()
/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceFreezer.java199 return SurfaceControl.captureLayers(captureArgs); in createSnapshotBuffer()
DDisplayHashController.java221 SurfaceControl.captureLayers(args.build()); in generateDisplayHash()
DSurfaceAnimationRunner.java446 SurfaceControl.captureLayers(captureArgs); in doCreateExtensionSurface()
DScreenRotationAnimation.java204 screenshotBuffer = SurfaceControl.captureLayers(captureArgs); in ScreenRotationAnimation()
DWallpaperController.java935 SurfaceControl.ScreenshotHardwareBuffer wallpaperBuffer = SurfaceControl.captureLayers( in screenshotWallpaperLocked()
/frameworks/base/core/java/android/app/
DUiAutomationConnection.java248 captureBuffer = SurfaceControl.captureLayers( in takeSurfaceControlScreenshot()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h562 status_t captureLayers(const LayerCaptureArgs&, const sp<IScreenCaptureListener>&);
1476 binder::Status captureLayers(const LayerCaptureArgs&,
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h730 static status_t captureLayers(const LayerCaptureArgs&, const sp<IScreenCaptureListener>&);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java537 return SurfaceControl.captureLayers( in snapshotActivitySurface()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2475 status_t ScreenshotClient::captureLayers(const LayerCaptureArgs& captureArgs, in captureLayers() function in android::ScreenshotClient
2480 binder::Status status = s->captureLayers(captureArgs, captureListener); in captureLayers()

12