Searched refs:captureSecureLayers (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/gui/include/gui/ |
D | ISurfaceComposer.h | 222 bool captureSecureLayers = false) = 0;
|
D | SurfaceComposerClient.h | 521 uint32_t rotation, bool captureSecureLayers,
|
/frameworks/native/libs/gui/ |
D | ISurfaceComposer.cpp | 115 ISurfaceComposer::Rotation rotation, bool captureSecureLayers) { in captureScreen() argument 126 data.writeInt32(static_cast<int32_t>(captureSecureLayers)); in captureScreen() 1073 bool captureSecureLayers = static_cast<bool>(data.readInt32()); in onTransact() local 1080 captureSecureLayers); in onTransact()
|
D | SurfaceComposerClient.cpp | 1561 uint32_t rotation, bool captureSecureLayers, in capture() argument 1569 captureSecureLayers); in capture()
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 237 bool useIdentityTransform, int rotation, bool captureSecureLayers) { in nativeScreenshot() argument 251 useIdentityTransform, rotation, captureSecureLayers, &buffer, capturedSecureLayers); in nativeScreenshot()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 422 …bool useIdentityTransform, ISurfaceComposer::Rotation rotation, bool captureSecureLayers) override;
|
D | SurfaceFlinger.cpp | 5659 bool captureSecureLayers) { in captureScreen() argument 5682 renderAreaRotation, captureSecureLayers); in captureScreen()
|
/frameworks/base/core/java/android/view/ |
D | SurfaceControl.java | 91 boolean captureSecureLayers); in nativeScreenshot() argument
|