/frameworks/native/services/surfaceflinger/tests/ |
D | ScreenCapture_test.cpp | 99 ASSERT_EQ(PERMISSION_DENIED, ScreenCapture::captureLayers(mCaptureArgs, mCaptureResults)); in TEST_F() 107 ASSERT_EQ(NO_ERROR, ScreenCapture::captureLayers(mCaptureArgs, mCaptureResults)); in TEST_F() 117 ASSERT_EQ(NO_ERROR, ScreenCapture::captureLayers(mCaptureArgs, mCaptureResults)); in TEST_F() 127 ASSERT_EQ(PERMISSION_DENIED, ScreenCapture::captureLayers(mCaptureArgs, mCaptureResults)); in TEST_F() 136 ASSERT_EQ(PERMISSION_DENIED, ScreenCapture::captureLayers(mCaptureArgs, mCaptureResults)); in TEST_F() 168 ASSERT_EQ(NO_ERROR, ScreenCapture::captureLayers(mCaptureArgs, mCaptureResults)); in TEST_F() 205 ASSERT_EQ(NO_ERROR, ScreenCapture::captureLayers(captureArgs, mCaptureResults)); in TEST_F() 214 ASSERT_EQ(NO_ERROR, ScreenCapture::captureLayers(captureArgs, mCaptureResults)); in TEST_F() 224 ASSERT_EQ(NO_ERROR, ScreenCapture::captureLayers(captureArgs, mCaptureResults)); in TEST_F() 233 ASSERT_EQ(NO_ERROR, ScreenCapture::captureLayers(captureArgs, mCaptureResults)); in TEST_F() [all …]
|
D | TextureFiltering_test.cpp | 89 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F() 98 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F() 110 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F() 121 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F() 134 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F() 144 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F() 153 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F() 166 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F() 176 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F() 187 ScreenCapture::captureLayers(&mCapture, captureArgs); in TEST_F() [all …]
|
D | LayerTypeTransaction_test.cpp | 68 ScreenCapture::captureLayers(&screenshot, captureArgs); in TEST_P() 177 ASSERT_EQ(PERMISSION_DENIED, ScreenCapture::captureLayers(args, captureResults)); in TEST_P() 181 ASSERT_EQ(NO_ERROR, ScreenCapture::captureLayers(args, captureResults)); in TEST_P()
|
D | InvalidHandles_test.cpp | 60 ASSERT_EQ(NAME_NOT_FOUND, ScreenCapture::captureLayers(args, captureResults)); in TEST_F()
|
D | Credentials_test.cpp | 285 return ScreenCapture::captureLayers(captureArgs, captureResults); in TEST_F()
|
D | MirrorLayer_test.cpp | 355 ScreenCapture::captureLayers(&shot, captureArgs); in TEST_F()
|
/frameworks/base/core/java/android/window/ |
D | ScreenCapture.java | 104 public static ScreenshotHardwareBuffer captureLayers(SurfaceControl layer, Rect sourceCrop, in captureLayers() method in ScreenCapture 106 return captureLayers(layer, sourceCrop, frameScale, PixelFormat.RGBA_8888); in captureLayers() 123 public static ScreenshotHardwareBuffer captureLayers(@NonNull SurfaceControl layer, in captureLayers() method in ScreenCapture 131 return captureLayers(captureArgs); in captureLayers() 137 public static ScreenshotHardwareBuffer captureLayers(LayerCaptureArgs captureArgs) { in captureLayers() method in ScreenCapture 167 return captureLayers(captureArgs); in captureLayersExcluding() 175 public static int captureLayers(@NonNull LayerCaptureArgs captureArgs, in captureLayers() method in ScreenCapture
|
/frameworks/native/services/surfaceflinger/tests/utils/ |
D | ScreenshotUtils.h | 75 static status_t captureLayers(LayerCaptureArgs& captureArgs, in captureLayers() function 82 binder::Status status = sf->captureLayers(captureArgs, captureListener); in captureLayers() 91 static void captureLayers(std::unique_ptr<ScreenCapture>* sc, LayerCaptureArgs& captureArgs) { in captureLayers() function 93 ASSERT_EQ(NO_ERROR, captureLayers(captureArgs, captureResults)); in captureLayers()
|
/frameworks/native/libs/gui/tests/ |
D | BLASTBufferQueue_test.cpp | 464 ASSERT_EQ(NO_ERROR, ScreenCapture::captureLayers(mCaptureArgs, mCaptureResults)); in TEST_F() 549 ASSERT_EQ(NO_ERROR, ScreenCapture::captureLayers(mCaptureArgs, mCaptureResults)); in TEST_F() 600 ASSERT_EQ(NO_ERROR, ScreenCapture::captureLayers(mCaptureArgs, mCaptureResults)); in TEST_F() 653 ASSERT_EQ(NO_ERROR, ScreenCapture::captureLayers(mCaptureArgs, mCaptureResults)); in TEST_F() 710 ASSERT_EQ(NO_ERROR, ScreenCapture::captureLayers(mCaptureArgs, mCaptureResults)); in TEST_F() 760 ASSERT_EQ(NO_ERROR, ScreenCapture::captureLayers(mCaptureArgs, mCaptureResults)); in TEST_F() 796 ASSERT_EQ(NO_ERROR, ScreenCapture::captureLayers(mCaptureArgs, mCaptureResults)); in TEST_F() 831 ASSERT_EQ(NO_ERROR, ScreenCapture::captureLayers(mCaptureArgs, mCaptureResults)); in TEST_F() 836 ASSERT_EQ(NO_ERROR, ScreenCapture::captureLayers(mCaptureArgs, mCaptureResults)); in TEST_F() 876 ASSERT_EQ(NO_ERROR, ScreenCapture::captureLayers(mCaptureArgs, mCaptureResults)); in TEST_F() [all …]
|
/frameworks/base/core/java/android/ddm/ |
D | DdmHandleViewDebug.java | 128 return captureLayers(rootView); in handleChunk() 243 private Chunk captureLayers(View rootView) { in captureLayers() method in DdmHandleViewDebug 247 ViewDebug.captureLayers(rootView, dos); in captureLayers()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | ScreenshotUtils.java | 40 consumer.accept(ScreenCapture.captureLayers( in captureLayer()
|
/frameworks/native/libs/gui/aidl/android/gui/ |
D | ISurfaceComposer.aidl | 262 oneway void captureLayers(in LayerCaptureArgs args, IScreenCaptureListener listener); in captureLayers() method
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SurfaceFreezer.java | 200 return ScreenCapture.captureLayers(captureArgs); in createSnapshotBuffer()
|
D | ScreenRotationAnimation.java | 212 screenshotBuffer = ScreenCapture.captureLayers(captureArgs); in ScreenRotationAnimation() 222 screenshotBuffer = ScreenCapture.captureLayers(captureArgs); in ScreenRotationAnimation()
|
D | DisplayHashController.java | 221 ScreenCapture.captureLayers(args.build()); in generateDisplayHash()
|
D | SurfaceAnimationRunner.java | 459 ScreenCapture.captureLayers(captureArgs); in doCreateExtensionSurface()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ScreenshotTests.java | 146 ScreenCapture.captureLayers(args, new ScreenCapture.ScreenCaptureListener( in testScreenshotSecureLayers()
|
/frameworks/base/core/jni/ |
D | android_window_ScreenCapture.cpp | 230 return ScreenshotClient::captureLayers(captureArgs, captureListener, sync); in nativeCaptureLayers()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | ScreenRotationAnimation.java | 150 ScreenCapture.captureLayers(args); in ScreenRotationAnimation()
|
D | TransitionAnimationHelper.java | 394 ScreenCapture.captureLayers(captureArgs); in createExtensionSurface()
|
/frameworks/base/core/java/android/app/ |
D | UiAutomationConnection.java | 269 int status = ScreenCapture.captureLayers(args, listener); in takeSurfaceControlScreenshot()
|
/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 856 static status_t captureLayers(const LayerCaptureArgs&, const sp<IScreenCaptureListener>&,
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleExpandedView.java | 631 return ScreenCapture.captureLayers( in snapshotActivitySurface()
|
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 555 captureLayers(view, new DataOutputStream(clientStream)); in dispatchCommand() 765 public static void captureLayers(View root, final DataOutputStream clientStream)
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 578 void captureLayers(const LayerCaptureArgs&, const sp<IScreenCaptureListener>&); 1618 binder::Status captureLayers(const LayerCaptureArgs&,
|