Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/renderfright/gl/
DGLExtensions.h40 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent() function
/frameworks/native/libs/renderengine/gl/
DGLExtensions.h40 bool hasProtectedContent() const { return mHasProtectedContent; } in hasProtectedContent() function
/frameworks/base/services/core/java/com/android/server/wm/utils/
DRotationAnimationUtils.java44 public static boolean hasProtectedContent(HardwareBuffer hardwareBuffer) { in hasProtectedContent() method in RotationAnimationUtils