Searched refs:supportProtectedContent (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | ContainerLayer.h | 45 const bool supportProtectedContent,
|
D | ColorLayer.cpp | 53 const bool supportProtectedContent, in prepareClientLayer() argument 56 supportProtectedContent, layer); in prepareClientLayer()
|
D | ColorLayer.h | 51 const bool supportProtectedContent,
|
D | BufferLayer.cpp | 136 const bool supportProtectedContent, in prepareClientLayer() argument 140 supportProtectedContent, layer); in prepareClientLayer() 168 (isProtected() && !supportProtectedContent) || (isSecure() && !renderArea.isSecure()); in prepareClientLayer()
|
D | BufferLayer.h | 170 const bool supportProtectedContent,
|
D | Layer.h | 470 const bool supportProtectedContent, 535 const bool supportProtectedContent, renderengine::LayerSettings& layer); 537 Region& clearRegion, const bool supportProtectedContent,
|
D | Layer.cpp | 516 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()
|
D | SurfaceFlinger.cpp | 3399 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()
|