Home
last modified time | relevance | path

Searched refs:supportsProtected (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp8232 const bool supportsProtected = getRenderEngine().supportsProtectedContent(); in captureScreenCommon() local
8234 if (allowProtected && supportsProtected) { in captureScreenCommon()
8237 const bool isProtected = hasProtectedLayer && allowProtected && supportsProtected; in captureScreenCommon()
8266 const bool supportsProtected = getRenderEngine().supportsProtectedContent(); in captureScreenCommon() local
8268 if (allowProtected && supportsProtected) { in captureScreenCommon()
8272 const bool isProtected = hasProtectedLayer && allowProtected && supportsProtected; in captureScreenCommon()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp1074 protected_caps->supportsProtected = VK_TRUE; in GetPhysicalDeviceSurfaceCapabilities2KHR()