Home
last modified time | relevance | path

Searched refs:VIRTUAL_DISPLAY_FLAG_SECURE (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayConfigTest.java51 | DisplayManager.VIRTUAL_DISPLAY_FLAG_SECURE;
H A DVirtualDisplayTest.java215 DisplayManager.VIRTUAL_DISPLAY_FLAG_SECURE in testSecurePublicPresentationVirtualDisplay()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DVirtualDisplayAdapter.java29 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_SECURE;
117 boolean secure = (flags & VIRTUAL_DISPLAY_FLAG_SECURE) != 0; in createVirtualDisplayLocked()
499 if ((mFlags & VIRTUAL_DISPLAY_FLAG_SECURE) != 0) { in getDisplayDeviceInfoLocked()
H A DDisplayManagerService.java34 import static android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_SECURE;
1488 if (callingUid != Process.SYSTEM_UID && (flags & VIRTUAL_DISPLAY_FLAG_SECURE) != 0) { in createVirtualDisplayInternal()
/aosp14/frameworks/base/media/java/android/media/projection/
H A DMediaProjection.java149 flags |= DisplayManager.VIRTUAL_DISPLAY_FLAG_SECURE; in createVirtualDisplay()
/aosp14/frameworks/base/core/java/android/hardware/display/
H A DDisplayManager.java162 VIRTUAL_DISPLAY_FLAG_SECURE,
270 public static final int VIRTUAL_DISPLAY_FLAG_SECURE = 1 << 2; field in DisplayManager
/aosp14/frameworks/base/services/core/java/com/android/server/vr/
H A DVr2dDisplay.java297 flags |= DisplayManager.VIRTUAL_DISPLAY_FLAG_SECURE; in startVirtualDisplay()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt19595 field public static final int VIRTUAL_DISPLAY_FLAG_SECURE = 4; // 0x4