Home
last modified time | relevance | path

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

12

/frameworks/native/services/surfaceflinger/tests/
DScreenCapture_test.cpp99 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 …]
DTextureFiltering_test.cpp89 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 …]
DLayerTypeTransaction_test.cpp68 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()
DInvalidHandles_test.cpp60 ASSERT_EQ(NAME_NOT_FOUND, ScreenCapture::captureLayers(args, captureResults)); in TEST_F()
DCredentials_test.cpp285 return ScreenCapture::captureLayers(captureArgs, captureResults); in TEST_F()
DMirrorLayer_test.cpp355 ScreenCapture::captureLayers(&shot, captureArgs); in TEST_F()
/frameworks/base/core/java/android/window/
DScreenCapture.java104 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/
DScreenshotUtils.h75 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/
DBLASTBufferQueue_test.cpp464 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/
DDdmHandleViewDebug.java128 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/
DScreenshotUtils.java40 consumer.accept(ScreenCapture.captureLayers( in captureLayer()
/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl262 oneway void captureLayers(in LayerCaptureArgs args, IScreenCaptureListener listener); in captureLayers() method
/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceFreezer.java200 return ScreenCapture.captureLayers(captureArgs); in createSnapshotBuffer()
DScreenRotationAnimation.java212 screenshotBuffer = ScreenCapture.captureLayers(captureArgs); in ScreenRotationAnimation()
222 screenshotBuffer = ScreenCapture.captureLayers(captureArgs); in ScreenRotationAnimation()
DDisplayHashController.java221 ScreenCapture.captureLayers(args.build()); in generateDisplayHash()
DSurfaceAnimationRunner.java459 ScreenCapture.captureLayers(captureArgs); in doCreateExtensionSurface()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DScreenshotTests.java146 ScreenCapture.captureLayers(args, new ScreenCapture.ScreenCaptureListener( in testScreenshotSecureLayers()
/frameworks/base/core/jni/
Dandroid_window_ScreenCapture.cpp230 return ScreenshotClient::captureLayers(captureArgs, captureListener, sync); in nativeCaptureLayers()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DScreenRotationAnimation.java150 ScreenCapture.captureLayers(args); in ScreenRotationAnimation()
DTransitionAnimationHelper.java394 ScreenCapture.captureLayers(captureArgs); in createExtensionSurface()
/frameworks/base/core/java/android/app/
DUiAutomationConnection.java269 int status = ScreenCapture.captureLayers(args, listener); in takeSurfaceControlScreenshot()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h856 static status_t captureLayers(const LayerCaptureArgs&, const sp<IScreenCaptureListener>&,
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java631 return ScreenCapture.captureLayers( in snapshotActivitySurface()
/frameworks/base/core/java/android/view/
DViewDebug.java555 captureLayers(view, new DataOutputStream(clientStream)); in dispatchCommand()
765 public static void captureLayers(View root, final DataOutputStream clientStream)
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h578 void captureLayers(const LayerCaptureArgs&, const sp<IScreenCaptureListener>&);
1618 binder::Status captureLayers(const LayerCaptureArgs&,

12