Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DContainerLayer.h47 const bool supportProtectedContent,
DColorLayer.h51 const bool supportProtectedContent,
DColorLayer.cpp53 const bool supportProtectedContent, in prepareClientLayer() argument
56 supportProtectedContent, layer); in prepareClientLayer()
DBufferLayer.h171 const bool supportProtectedContent,
DBufferLayer.cpp136 const bool supportProtectedContent, in prepareClientLayer() argument
140 supportProtectedContent, layer); in prepareClientLayer()
168 (isProtected() && !supportProtectedContent) || (isSecure() && !renderArea.isSecure()); in prepareClientLayer()
DLayer.h461 const bool supportProtectedContent,
526 const bool supportProtectedContent, renderengine::LayerSettings& layer);
528 Region& clearRegion, const bool supportProtectedContent,
DLayer.cpp517 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()
DSurfaceFlinger.cpp3328 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()