Home
last modified time | relevance | path

Searched defs:hasProtectedContent (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLExtensions.h40 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent() function
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLExtensions.h40 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent() function
/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
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DScreenRotationAnimation.java417 private static boolean hasProtectedContent(HardwareBuffer hardwareBuffer) { in hasProtectedContent() method in ScreenRotationAnimation