Home
last modified time | relevance | path

Searched refs:captureSecureLayers (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h222 bool captureSecureLayers = false) = 0;
DSurfaceComposerClient.h521 uint32_t rotation, bool captureSecureLayers,
/frameworks/native/libs/gui/
DISurfaceComposer.cpp115 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()
DSurfaceComposerClient.cpp1561 uint32_t rotation, bool captureSecureLayers, in capture() argument
1569 captureSecureLayers); in capture()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp237 bool useIdentityTransform, int rotation, bool captureSecureLayers) { in nativeScreenshot() argument
251 useIdentityTransform, rotation, captureSecureLayers, &buffer, capturedSecureLayers); in nativeScreenshot()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h422 …bool useIdentityTransform, ISurfaceComposer::Rotation rotation, bool captureSecureLayers) override;
DSurfaceFlinger.cpp5659 bool captureSecureLayers) { in captureScreen() argument
5682 renderAreaRotation, captureSecureLayers); in captureScreen()
/frameworks/base/core/java/android/view/
DSurfaceControl.java91 boolean captureSecureLayers); in nativeScreenshot() argument