Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DContainerLayer.h45 const bool supportProtectedContent,
DColorLayer.cpp53 const bool supportProtectedContent, in prepareClientLayer() argument
56 supportProtectedContent, layer); in prepareClientLayer()
DColorLayer.h51 const bool supportProtectedContent,
DBufferLayer.cpp136 const bool supportProtectedContent, in prepareClientLayer() argument
140 supportProtectedContent, layer); in prepareClientLayer()
168 (isProtected() && !supportProtectedContent) || (isSecure() && !renderArea.isSecure()); in prepareClientLayer()
DBufferLayer.h170 const bool supportProtectedContent,
DLayer.h470 const bool supportProtectedContent,
535 const bool supportProtectedContent, renderengine::LayerSettings& layer);
537 Region& clearRegion, const bool supportProtectedContent,
DLayer.cpp516 Region& clearRegion, const bool supportProtectedContent, in prepareClientLayer() argument
518 return prepareClientLayer(renderArea, clip, false, clearRegion, supportProtectedContent, layer); in prepareClientLayer()
522 Region& clearRegion, const bool supportProtectedContent, in prepareClientLayer() argument
525 clearRegion, supportProtectedContent, layer); in prepareClientLayer()
DSurfaceFlinger.cpp3399 const bool supportProtectedContent = renderEngine.supportsProtectedContent(); in doComposeSurfaces() local
3417 if (displayDevice->isPrimary() && supportProtectedContent) { in doComposeSurfaces()
3510 supportProtectedContent, layerSettings); in doComposeSurfaces()
3526 supportProtectedContent, layerSettings); in doComposeSurfaces()