Searched refs:supportProtectedContent (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | ContainerLayer.h | 47 const bool supportProtectedContent,
|
D | ColorLayer.h | 51 const bool supportProtectedContent,
|
D | ColorLayer.cpp | 53 const bool supportProtectedContent, in prepareClientLayer() argument 56 supportProtectedContent, layer); in prepareClientLayer()
|
D | BufferLayer.h | 171 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 | Layer.h | 461 const bool supportProtectedContent, 526 const bool supportProtectedContent, renderengine::LayerSettings& layer); 528 Region& clearRegion, const bool supportProtectedContent,
|
D | Layer.cpp | 517 Region& clearRegion, const bool supportProtectedContent, in prepareClientLayer() argument 519 return prepareClientLayer(renderArea, clip, false, clearRegion, supportProtectedContent, layer); in prepareClientLayer() 523 Region& clearRegion, const bool supportProtectedContent, in prepareClientLayer() argument 526 clearRegion, supportProtectedContent, layer); in prepareClientLayer()
|
D | SurfaceFlinger.cpp | 3328 const bool supportProtectedContent = renderEngine.supportsProtectedContent(); in doComposeSurfaces() local 3345 if (displayDevice->isPrimary() && supportProtectedContent) { in doComposeSurfaces() 3429 supportProtectedContent, layerSettings); in doComposeSurfaces() 3445 supportProtectedContent, layerSettings); in doComposeSurfaces()
|