Home
last modified time | relevance | path

Searched defs:captureDisplay (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DImageCapture.kt23 fun captureDisplay(displayId: Int, crop: Rect? = null): Bitmap? method
DImageCaptureImpl.kt40 override fun captureDisplay(displayId: Int, crop: Rect?): Bitmap? { in captureDisplay() method in com.android.systemui.screenshot.ImageCaptureImpl
/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/native/services/surfaceflinger/tests/utils/
DScreenshotUtils.h37 static status_t captureDisplay(DisplayCaptureArgs& captureArgs, in captureDisplay() function
67 static void captureDisplay(std::unique_ptr<ScreenCapture>* sc, in captureDisplay() function
/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/packages/SystemUI/src/com/android/systemui/screenshot/policy/
DPolicyRequestProcessor.kt178 private suspend fun captureDisplay(displayId: Int): Bitmap? { in <lambda>() method in com.android.systemui.screenshot.policy.PolicyRequestProcessor
/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
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h859 [[deprecated]] static status_t captureDisplay(DisplayId id, in captureDisplay() function
/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl238 oneway void captureDisplay(in DisplayCaptureArgs args, IScreenCaptureListener listener); in captureDisplay() method
/frameworks/base/core/java/android/view/
DIWindowManager.aidl1021 oneway void captureDisplay(int displayId, in @nullable ScreenCapture.CaptureArgs captureArgs, in captureDisplay() method
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp3135 status_t ScreenshotClient::captureDisplay(const DisplayCaptureArgs& captureArgs, in captureDisplay() function in android::ScreenshotClient
3144 status_t ScreenshotClient::captureDisplay(DisplayId displayId, const gui::CaptureArgs& captureArgs, in captureDisplay() function in android::ScreenshotClient
/frameworks/native/libs/gui/tests/
DSurface_test.cpp785 binder::Status captureDisplay(const DisplayCaptureArgs&, in captureDisplay() function in android::FakeSurfaceComposerAIDL
/frameworks/native/services/surfaceflinger/
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
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java8668 public void captureDisplay(int displayId, @Nullable ScreenCapture.CaptureArgs captureArgs, in captureDisplay() method in WindowManagerService.LocalService
9981 public void captureDisplay(int displayId, @Nullable ScreenCapture.CaptureArgs captureArgs, in captureDisplay() method in WindowManagerService