Home
last modified time | relevance | path

Searched refs:hasProtectedContent (Results 1 – 17 of 17) sorted by relevance

/frameworks/av/media/libstagefright/renderfright/gl/
DGLExtensions.h40 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent() function
DGLImage.cpp39 if (isProtected && GLExtensions::getInstance().hasProtectedContent()) { in buildAttributeList()
DGLESRenderEngine.cpp233 if (args.enableProtectedContext && extensions.hasProtectedContent()) { in create()
/frameworks/native/libs/renderengine/skia/
DGLExtensions.h40 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent() function
DSkiaGLRenderEngine.cpp177 if (args.enableProtectedContext && extensions.hasProtectedContent()) { in create()
/frameworks/native/services/surfaceflinger/
DLayerFE.cpp225 blackOutLayer = (mSnapshot->hasProtectedContent && !targetSettings.isProtected) || in prepareBufferStateClientComposition()
228 blackOutLayer = (mSnapshot->hasProtectedContent && !targetSettings.isProtected) || in prepareBufferStateClientComposition()
229 ((mSnapshot->isSecure || mSnapshot->hasProtectedContent) && in prepareBufferStateClientComposition()
DLayerProtoHelper.cpp378 layerInfo->set_is_protected(snapshot.hasProtectedContent); in writeSnapshotToProto()
DLayer.cpp647 snapshot->hasProtectedContent = isProtected(); in preparePerFrameCompositionState()
DSurfaceFlinger.cpp8182 (layerFE->mSnapshot->isVisible && layerFE->mSnapshot->hasProtectedContent); in layersHasProtectedLayer()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DLayerFECompositionState.h198 bool hasProtectedContent{false};
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DLayerFECompositionState.cpp119 dumpVal(out, "hasProtectedContent", hasProtectedContent); in dump()
DOutput.cpp925 if (compState->hasProtectedContent && in findLayerRequestingBackgroundComposition()
1247 return layer->getLayerFE().getCompositionState()->hasProtectedContent && in updateProtectedContentState()
/frameworks/base/services/core/java/com/android/server/display/
DColorFade.java19 import static com.android.internal.policy.TransitionAnimation.hasProtectedContent;
191 final boolean isProtected = hasProtectedContent(hardwareBuffer.getHardwareBuffer()); in prepare()
/frameworks/base/core/java/com/android/internal/policy/
DTransitionAnimation.java1297 public static boolean hasProtectedContent(HardwareBuffer hardwareBuffer) { in hasProtectedContent() method in TransitionAnimation
1308 if (hasProtectedContent(hwBuffer)) { in getBorderLuma()
1339 if (format != HardwareBuffer.RGBA_8888 || hasProtectedContent(hwBuffer)) { in getBorderLuma()
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshot.cpp457 hasProtectedContent = requested.externalTexture && in merge()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DLayerState.h497 return layer->getLayerFE().getCompositionState()->hasProtectedContent;
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputTest.cpp4347 mLayer1.mLayerFEState.hasProtectedContent = false; in OutputComposeSurfacesTest_HandlesProtectedContent()
4348 mLayer2.mLayerFEState.hasProtectedContent = false; in OutputComposeSurfacesTest_HandlesProtectedContent()
4385 mLayer2.mLayerFEState.hasProtectedContent = false; in TEST_F()
4404 mLayer2.mLayerFEState.hasProtectedContent = true; in TEST_F()
4431 mLayer2.mLayerFEState.hasProtectedContent = true; in TEST_F()
4449 mLayer2.mLayerFEState.hasProtectedContent = true; in TEST_F()
5438 mLayer1.mLayerFEState.hasProtectedContent = false; in TEST_F()
5439 mLayer2.mLayerFEState.hasProtectedContent = true; in TEST_F()
5454 mLayer1.mLayerFEState.hasProtectedContent = false; in TEST_F()
5455 mLayer2.mLayerFEState.hasProtectedContent = true; in TEST_F()