/aosp12/frameworks/base/services/core/java/com/android/server/wm/utils/ |
H A D | RotationAnimationUtils.java | 44 public static boolean hasProtectedContent(HardwareBuffer hardwareBuffer) { in hasProtectedContent() method in RotationAnimationUtils 56 || hasProtectedContent(hardwareBuffer)) { in getMedianBorderLuma()
|
/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | GLExtensions.h | 40 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent() function
|
H A D | GLImage.cpp | 40 if (isProtected && GLExtensions::getInstance().hasProtectedContent()) { in buildAttributeList()
|
H A D | GLESRenderEngine.cpp | 280 if (args.enableProtectedContext && extensions.hasProtectedContent()) { in create()
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLExtensions.h | 40 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent() function
|
H A D | GLImage.cpp | 39 if (isProtected && GLExtensions::getInstance().hasProtectedContent()) { in buildAttributeList()
|
H A D | GLESRenderEngine.cpp | 233 if (args.enableProtectedContext && extensions.hasProtectedContent()) { in create()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
H A D | LayerFECompositionState.h | 193 bool hasProtectedContent{false};
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
H A D | LayerFECompositionState.cpp | 120 dumpVal(out, "hasProtectedContent", hasProtectedContent); in dump()
|
H A D | Output.cpp | 1022 return layer->getLayerFE().getCompositionState()->hasProtectedContent; in composeSurfaces()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | ScreenRotationAnimation.java | 372 || 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 D | ColorFade.java | 19 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 D | OutputTest.cpp | 3459 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 D | LayerState.h | 246 return getOutputLayer()->getLayerFE().getCompositionState()->hasProtectedContent;
|
/aosp12/frameworks/native/libs/renderengine/skia/ |
H A D | SkiaGLRenderEngine.cpp | 191 if (args.enableProtectedContext && extensions.hasProtectedContent()) { in create()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | Layer.cpp | 485 compositionState->hasProtectedContent = isProtected(); in preparePerFrameCompositionState()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 50933 HPLcom/android/server/wm/utils/RotationAnimationUtils;->hasProtectedContent(Landroid/hardware/Hardw…
|