Home
last modified time | relevance | path

Searched refs:captureDisplay (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DImageCaptureImpl.kt40 override fun captureDisplay(displayId: Int, crop: Rect?): Bitmap? { in captureDisplay() method in com.android.systemui.screenshot.ImageCaptureImpl
45 windowManager.captureDisplay(displayId, captureArgs, syncScreenCapture) in captureDisplay()
DImageCapture.kt23 fun captureDisplay(displayId: Int, crop: Rect? = null): Bitmap? method
DHeadlessScreenshotHandler.kt55 screenshot.bitmap = imageCapture.captureDisplay(screenshot.displayId, crop = null) in handleScreenshot()
DScreenshotController.java363 screenshot.setBitmap(mImageCapture.captureDisplay(mDisplay.getDisplayId(), bounds)); in handleScreenshot()
661 Bitmap newScreenshot = mImageCapture.captureDisplay(mDisplay.getDisplayId(), in onScrollButtonClicked()
/frameworks/native/services/surfaceflinger/tests/utils/
DScreenshotUtils.h37 static status_t captureDisplay(DisplayCaptureArgs& captureArgs, in captureDisplay() function
44 binder::Status status = sf->captureDisplay(captureArgs, captureListener); in captureDisplay()
64 captureDisplay(sc, args); in captureScreen()
67 static void captureDisplay(std::unique_ptr<ScreenCapture>* sc, in captureDisplay() function
70 ASSERT_EQ(NO_ERROR, captureDisplay(captureArgs, captureResults)); in captureDisplay()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/policy/
DPolicyRequestProcessor.kt156 val screenshot = captureDisplay(displayId) in <lambda>()
178 private suspend fun captureDisplay(displayId: Int): Bitmap? { in <lambda>() method in com.android.systemui.screenshot.policy.PolicyRequestProcessor
179 return withContext(background) { capture.captureDisplay(displayId) } in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DFakeImageCapture.kt29 override fun captureDisplay(displayId: Int, crop: Rect?): Bitmap? { in captureDisplay() method in com.android.systemui.screenshot.FakeImageCapture
/frameworks/base/packages/Shell/src/com/android/shell/
DScreenshooter.java50 WindowManagerGlobal.getWindowManagerService().captureDisplay(DEFAULT_DISPLAY, null, in takeScreenshot()
/frameworks/base/core/java/android/window/
DScreenCapture.java65 public static int captureDisplay(@NonNull DisplayCaptureArgs captureArgs, in captureDisplay() method in ScreenCapture
76 public static ScreenshotHardwareBuffer captureDisplay( in captureDisplay() method in ScreenCapture
79 int status = captureDisplay(captureArgs, syncScreenCapture); in captureDisplay()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/policy/
DPolicyRequestProcessorTest.kt43 override fun captureDisplay(displayId: Int, crop: Rect?) = null in captureDisplay() method in com.android.systemui.screenshot.policy.PolicyRequestProcessorTest
/frameworks/base/core/java/android/window/flags/
Dwindow_surfaces.aconfig25 description: "Delete uses of ScreenCapture#captureDisplay"
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h853 static status_t captureDisplay(const DisplayCaptureArgs&, const sp<IScreenCaptureListener>&);
854 static status_t captureDisplay(DisplayId, const gui::CaptureArgs&,
859 [[deprecated]] static status_t captureDisplay(DisplayId id, in captureDisplay() function
861 return captureDisplay(id, gui::CaptureArgs(), listener); in captureDisplay()
/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl238 oneway void captureDisplay(in DisplayCaptureArgs args, IScreenCaptureListener listener); in captureDisplay() method
/frameworks/base/cmds/screencap/
Dscreencap.cpp157 ScreenshotClient::captureDisplay(displayId, captureArgs, captureListener); in capture()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DScreenshotTests.java222 windowManager.captureDisplay(DEFAULT_DISPLAY, null, in testCaptureDisplay()
/frameworks/base/core/jni/
Dandroid_window_ScreenCapture.cpp210 return ScreenshotClient::captureDisplay(captureArgs, captureListener); in nativeCaptureDisplay()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerInternal.java1054 public abstract void captureDisplay(int displayId, in captureDisplay() method in WindowManagerInternal
DScreenRotationAnimation.java199 screenshotBuffer = ScreenCapture.captureDisplay(captureArgs); in ScreenRotationAnimation()
/frameworks/base/core/java/android/view/
DIWindowManager.aidl1021 oneway void captureDisplay(int displayId, in @nullable ScreenCapture.CaptureArgs captureArgs, in captureDisplay() method
/frameworks/base/core/java/android/app/
DUiAutomationConnection.java243 mWindowManager.captureDisplay(DEFAULT_DISPLAY, captureArgs, listener); in takeScreenshot()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h575 void captureDisplay(const DisplayCaptureArgs&, const sp<IScreenCaptureListener>&);
576 void captureDisplay(DisplayId, const CaptureArgs&, const sp<IScreenCaptureListener>&);
1614 binder::Status captureDisplay(const DisplayCaptureArgs&,
DSurfaceFlinger.cpp7933 void SurfaceFlinger::captureDisplay(const DisplayCaptureArgs& args, in captureDisplay() function in android::SurfaceFlinger
8002 void SurfaceFlinger::captureDisplay(DisplayId displayId, const CaptureArgs& args, in captureDisplay() function in android::SurfaceFlinger
10016 binder::Status SurfaceComposerAIDL::captureDisplay( in captureDisplay() function in android::SurfaceComposerAIDL
10018 mFlinger->captureDisplay(args, captureListener); in captureDisplay()
10030 mFlinger->captureDisplay(*id, args, captureListener); in captureDisplayById()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp3135 status_t ScreenshotClient::captureDisplay(const DisplayCaptureArgs& captureArgs, in captureDisplay() function in android::ScreenshotClient
3140 binder::Status status = s->captureDisplay(captureArgs, captureListener); in captureDisplay()
3144 status_t ScreenshotClient::captureDisplay(DisplayId displayId, const gui::CaptureArgs& captureArgs, in captureDisplay() function in android::ScreenshotClient
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java2892 return ScreenCapture.captureDisplay(captureArgs); in systemScreenshotInternal()
2906 return ScreenCapture.captureDisplay(captureArgs); in userScreenshotInternal()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAbstractAccessibilityServiceConnection.java1513 mWindowManagerService.captureDisplay(displayId, null, screenCaptureListener); in takeScreenshot()

12