Home
last modified time | relevance | path

Searched defs:captureArgs (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/
DScreenCapture_test.cpp152 LayerCaptureArgs captureArgs; in TEST_F() local
168 LayerCaptureArgs captureArgs; in TEST_F() local
185 LayerCaptureArgs captureArgs; in TEST_F() local
211 LayerCaptureArgs captureArgs; in TEST_F() local
243 LayerCaptureArgs captureArgs; in TEST_F() local
261 LayerCaptureArgs captureArgs; in TEST_F() local
286 LayerCaptureArgs captureArgs; in TEST_F() local
312 LayerCaptureArgs captureArgs; in TEST_F() local
324 LayerCaptureArgs captureArgs; in TEST_F() local
337 LayerCaptureArgs captureArgs; in TEST_F() local
[all …]
DLayerTypeTransaction_test.cpp65 LayerCaptureArgs captureArgs; in TEST_P() local
DCredentials_test.cpp283 DisplayCaptureArgs captureArgs; in TEST_F() local
295 LayerCaptureArgs captureArgs; in TEST_F() local
/frameworks/native/services/surfaceflinger/tests/utils/
DScreenshotUtils.h32 static status_t captureDisplay(DisplayCaptureArgs& captureArgs, in captureDisplay()
59 DisplayCaptureArgs& captureArgs) { in captureDisplay()
65 static status_t captureLayers(LayerCaptureArgs& captureArgs, in captureLayers()
80 static void captureLayers(std::unique_ptr<ScreenCapture>* sc, LayerCaptureArgs& captureArgs) { in captureLayers()
/frameworks/base/packages/Shell/src/com/android/shell/
DScreenshooter.java43 final SurfaceControl.DisplayCaptureArgs captureArgs = in takeScreenshot() local
/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceFreezer.java137 SurfaceControl.LayerCaptureArgs captureArgs = in createSnapshotBuffer() local
DDisplayContent.java4471 final SurfaceControl.DisplayCaptureArgs captureArgs = in screenshotDisplayLocked() local
/frameworks/base/core/java/android/view/
DSurfaceControl.java99 private static native int nativeCaptureDisplay(DisplayCaptureArgs captureArgs, in nativeCaptureDisplay()
101 private static native int nativeCaptureLayers(LayerCaptureArgs captureArgs, in nativeCaptureLayers()
2295 public static int captureDisplay(@NonNull DisplayCaptureArgs captureArgs, in captureDisplay()
2306 public static ScreenshotHardwareBuffer captureDisplay(DisplayCaptureArgs captureArgs) { in captureDisplay()
2353 LayerCaptureArgs captureArgs = new LayerCaptureArgs.Builder(layer) in captureLayers() local
2365 public static ScreenshotHardwareBuffer captureLayers(LayerCaptureArgs captureArgs) { in captureLayers()
2383 LayerCaptureArgs captureArgs = new LayerCaptureArgs.Builder(layer) in captureLayersExcluding() local
2398 public static int captureLayers(@NonNull LayerCaptureArgs captureArgs, in captureLayers()
/frameworks/base/core/java/android/app/
DUiAutomationConnection.java197 final SurfaceControl.DisplayCaptureArgs captureArgs = in takeScreenshot() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotController.java527 final SurfaceControl.DisplayCaptureArgs captureArgs = in captureScreenshot() local
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp413 static void getCaptureArgs(JNIEnv* env, jobject captureArgsObject, CaptureArgs& captureArgs) { in getCaptureArgs()
434 DisplayCaptureArgs captureArgs; in displayCaptureArgsFromObject() local
453 const DisplayCaptureArgs captureArgs = in nativeCaptureDisplay() local
467 LayerCaptureArgs captureArgs; in nativeCaptureLayers() local
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2158 status_t ScreenshotClient::captureDisplay(const DisplayCaptureArgs& captureArgs, in captureDisplay()
2174 status_t ScreenshotClient::captureLayers(const LayerCaptureArgs& captureArgs, in captureLayers()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp201 static status_t captureDisplay(DisplayCaptureArgs& captureArgs, in captureDisplay()
262 DisplayCaptureArgs captureArgs; in TEST_F() local
DBLASTBufferQueue_test.cpp238 static status_t captureDisplay(DisplayCaptureArgs& captureArgs, in captureDisplay()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5897 static status_t validateScreenshotPermissions(const CaptureArgs& captureArgs) { in validateScreenshotPermissions()