Home
last modified time | relevance | path

Searched refs:nativeGetProtectedContentSupport (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceControl.java242 private static native boolean nativeGetProtectedContentSupport(); in nativeGetProtectedContentSupport() method in SurfaceControl
2412 return nativeGetProtectedContentSupport(); in getProtectedContentSupport()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp1477 static jboolean nativeGetProtectedContentSupport(JNIEnv* env, jclass) { in nativeGetProtectedContentSupport() function
2219 (void*)nativeGetProtectedContentSupport },