Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DImageCapture.kt23 fun captureDisplay(displayId: Int, crop: Rect? = null): Bitmap? method
DImageCaptureImpl.kt45 override fun captureDisplay(displayId: Int, crop: Rect?): Bitmap? { in captureDisplay() method in com.android.systemui.screenshot.ImageCaptureImpl
76 open fun captureDisplay( 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
DImageCaptureImplTest.kt81 override fun captureDisplay(displayToken: IBinder, width: Int, height: Int, crop: Rect): in captureDisplay() method
/frameworks/native/services/surfaceflinger/tests/utils/
DScreenshotUtils.h33 static status_t captureDisplay(DisplayCaptureArgs& captureArgs, in captureDisplay() function
59 static void captureDisplay(std::unique_ptr<ScreenCapture>* sc, in captureDisplay() function
/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl112 void captureDisplay(in DisplayCaptureArgs args, IScreenCaptureListener listener); in captureDisplay() method
/frameworks/native/libs/gui/tests/
DSurface_test.cpp208 static status_t captureDisplay(DisplayCaptureArgs& captureArgs, in captureDisplay() function in android::SurfaceTest
949 binder::Status captureDisplay(const DisplayCaptureArgs&, in captureDisplay() function in android::FakeSurfaceComposerAIDL
DBLASTBufferQueue_test.cpp301 static status_t captureDisplay(DisplayCaptureArgs& captureArgs, in captureDisplay() function in android::BLASTBufferQueueTest
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2457 status_t ScreenshotClient::captureDisplay(const DisplayCaptureArgs& captureArgs, in captureDisplay() function in android::ScreenshotClient
2466 status_t ScreenshotClient::captureDisplay(DisplayId displayId, in captureDisplay() function in android::ScreenshotClient
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp6406 status_t SurfaceFlinger::captureDisplay(const DisplayCaptureArgs& args, in captureDisplay() function in android::SurfaceFlinger
6459 status_t SurfaceFlinger::captureDisplay(DisplayId displayId, in captureDisplay() function in android::SurfaceFlinger
7534 binder::Status SurfaceComposerAIDL::captureDisplay( in captureDisplay() function in android::SurfaceComposerAIDL
/frameworks/base/core/java/android/view/
DSurfaceControl.java2467 public static int captureDisplay(@NonNull DisplayCaptureArgs captureArgs, in captureDisplay() method in SurfaceControl
2478 public static ScreenshotHardwareBuffer captureDisplay(DisplayCaptureArgs captureArgs) { in captureDisplay() method in SurfaceControl