/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ImageCapture.kt | 23 fun captureDisplay(displayId: Int, crop: Rect? = null): Bitmap? method
|
D | ImageCaptureImpl.kt | 40 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/ |
D | FakeImageCapture.kt | 29 override fun captureDisplay(displayId: Int, crop: Rect?): Bitmap? { in captureDisplay() method in com.android.systemui.screenshot.FakeImageCapture
|
/frameworks/native/services/surfaceflinger/tests/utils/ |
D | ScreenshotUtils.h | 37 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/ |
D | PolicyRequestProcessorTest.kt | 43 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/ |
D | PolicyRequestProcessor.kt | 178 private suspend fun captureDisplay(displayId: Int): Bitmap? { in <lambda>() method in com.android.systemui.screenshot.policy.PolicyRequestProcessor
|
/frameworks/base/core/java/android/window/ |
D | ScreenCapture.java | 65 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/ |
D | SurfaceComposerClient.h | 859 [[deprecated]] static status_t captureDisplay(DisplayId id, in captureDisplay() function
|
/frameworks/native/libs/gui/aidl/android/gui/ |
D | ISurfaceComposer.aidl | 238 oneway void captureDisplay(in DisplayCaptureArgs args, IScreenCaptureListener listener); in captureDisplay() method
|
/frameworks/base/core/java/android/view/ |
D | IWindowManager.aidl | 1021 oneway void captureDisplay(int displayId, in @nullable ScreenCapture.CaptureArgs captureArgs, in captureDisplay() method
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 3135 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/ |
D | Surface_test.cpp | 785 binder::Status captureDisplay(const DisplayCaptureArgs&, in captureDisplay() function in android::FakeSurfaceComposerAIDL
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 7933 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/ |
D | WindowManagerService.java | 8668 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
|