Searched refs:hasProtectedContent (Results 1 – 17 of 17) sorted by relevance
40 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent() function
39 if (isProtected && GLExtensions::getInstance().hasProtectedContent()) { in buildAttributeList()
233 if (args.enableProtectedContext && extensions.hasProtectedContent()) { in create()
177 if (args.enableProtectedContext && extensions.hasProtectedContent()) { in create()
225 blackOutLayer = (mSnapshot->hasProtectedContent && !targetSettings.isProtected) || in prepareBufferStateClientComposition()228 blackOutLayer = (mSnapshot->hasProtectedContent && !targetSettings.isProtected) || in prepareBufferStateClientComposition()229 ((mSnapshot->isSecure || mSnapshot->hasProtectedContent) && in prepareBufferStateClientComposition()
378 layerInfo->set_is_protected(snapshot.hasProtectedContent); in writeSnapshotToProto()
647 snapshot->hasProtectedContent = isProtected(); in preparePerFrameCompositionState()
8182 (layerFE->mSnapshot->isVisible && layerFE->mSnapshot->hasProtectedContent); in layersHasProtectedLayer()
198 bool hasProtectedContent{false};
119 dumpVal(out, "hasProtectedContent", hasProtectedContent); in dump()
925 if (compState->hasProtectedContent && in findLayerRequestingBackgroundComposition()1247 return layer->getLayerFE().getCompositionState()->hasProtectedContent && in updateProtectedContentState()
19 import static com.android.internal.policy.TransitionAnimation.hasProtectedContent;191 final boolean isProtected = hasProtectedContent(hardwareBuffer.getHardwareBuffer()); in prepare()
1297 public static boolean hasProtectedContent(HardwareBuffer hardwareBuffer) { in hasProtectedContent() method in TransitionAnimation1308 if (hasProtectedContent(hwBuffer)) { in getBorderLuma()1339 if (format != HardwareBuffer.RGBA_8888 || hasProtectedContent(hwBuffer)) { in getBorderLuma()
457 hasProtectedContent = requested.externalTexture && in merge()
497 return layer->getLayerFE().getCompositionState()->hasProtectedContent;
4347 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()