Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/utils/
H A DRotationAnimationUtils.java44 public static boolean hasProtectedContent(HardwareBuffer hardwareBuffer) { in hasProtectedContent() method in RotationAnimationUtils
56 || hasProtectedContent(hardwareBuffer)) { in getMedianBorderLuma()
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLExtensions.h40 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent() function
H A DGLImage.cpp40 if (isProtected && GLExtensions::getInstance().hasProtectedContent()) { in buildAttributeList()
H A DGLESRenderEngine.cpp280 if (args.enableProtectedContext && extensions.hasProtectedContent()) { in create()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLExtensions.h40 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent() function
H A DGLImage.cpp39 if (isProtected && GLExtensions::getInstance().hasProtectedContent()) { in buildAttributeList()
H A DGLESRenderEngine.cpp233 if (args.enableProtectedContext && extensions.hasProtectedContent()) { in create()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DLayerFECompositionState.h193 bool hasProtectedContent{false};
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DLayerFECompositionState.cpp120 dumpVal(out, "hasProtectedContent", hasProtectedContent); in dump()
H A DOutput.cpp1022 return layer->getLayerFE().getCompositionState()->hasProtectedContent; in composeSurfaces()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DScreenRotationAnimation.java372 || hasProtectedContent(hardwareBuffer)) { in getMedianBorderLuma()
417 private static boolean hasProtectedContent(HardwareBuffer hardwareBuffer) { in hasProtectedContent() method in ScreenRotationAnimation
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java19 import static com.android.server.wm.utils.RotationAnimationUtils.hasProtectedContent;
184 final boolean isProtected = hasProtectedContent(hardwareBuffer.getHardwareBuffer()); in prepare()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputTest.cpp3459 mLayer1.mLayerFEState.hasProtectedContent = false; in OutputComposeSurfacesTest_HandlesProtectedContent()
3460 mLayer2.mLayerFEState.hasProtectedContent = false; in OutputComposeSurfacesTest_HandlesProtectedContent()
3487 mLayer2.mLayerFEState.hasProtectedContent = true; in TEST_F()
3497 mLayer2.mLayerFEState.hasProtectedContent = true; in TEST_F()
3505 mLayer2.mLayerFEState.hasProtectedContent = false; in TEST_F()
3517 mLayer2.mLayerFEState.hasProtectedContent = true; in TEST_F()
3537 mLayer2.mLayerFEState.hasProtectedContent = true; in TEST_F()
3547 mLayer2.mLayerFEState.hasProtectedContent = true; in TEST_F()
3558 mLayer2.mLayerFEState.hasProtectedContent = true; in TEST_F()
3569 mLayer2.mLayerFEState.hasProtectedContent = true; in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
H A DLayerState.h246 return getOutputLayer()->getLayerFE().getCompositionState()->hasProtectedContent;
/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp191 if (args.enableProtectedContext && extensions.hasProtectedContent()) { in create()
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.cpp485 compositionState->hasProtectedContent = isProtected(); in preparePerFrameCompositionState()
/aosp12/frameworks/base/services/
H A Dart-profile50933 HPLcom/android/server/wm/utils/RotationAnimationUtils;->hasProtectedContent(Landroid/hardware/Hardw…