Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
DLayerProtoParser.h112 bool isTrustedOverlay; variable
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotSurfaceTest.java122 private boolean isTrustedOverlay(WindowManager.LayoutParams params) { in isTrustedOverlay() method in TaskSnapshotSurfaceTest
DStubTransaction.java271 boolean isTrustedOverlay) { in setTrustedOverlay()
/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java642 static boolean isTrustedOverlay(int type) { in isTrustedOverlay() method in InputMonitor
/frameworks/native/libs/gui/include/gui/
DLayerState.h231 bool isTrustedOverlay; member
/frameworks/native/services/surfaceflinger/
DLayer.cpp854 bool Layer::setTrustedOverlay(bool isTrustedOverlay) { in setTrustedOverlay()
863 bool Layer::isTrustedOverlay() const { in isTrustedOverlay() function in android::Layer
DSurfaceInterceptor.cpp402 bool isTrustedOverlay) { in addTrustedOverlayLocked()
DLayer.h279 bool isTrustedOverlay; member
/frameworks/base/core/java/android/view/
DSurfaceControl.java152 boolean isTrustedOverlay); in nativeSetTrustedOverlay()
3423 public Transaction setTrustedOverlay(SurfaceControl sc, boolean isTrustedOverlay) { in setTrustedOverlay()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1660 const sp<SurfaceControl>& sc, bool isTrustedOverlay) { in setTrustedOverlay()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp827 jlong nativeObject, jboolean isTrustedOverlay) { in nativeSetTrustedOverlay()