Home
last modified time | relevance | path

Searched refs:nativeCreateFromSurfaceControl (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DSurface.java69 private static native long nativeCreateFromSurfaceControl(long surfaceControlNativeObject); in nativeCreateFromSurfaceControl() method in Surface
669 long newNativeObject = nativeCreateFromSurfaceControl(surfaceControlPtr); in createFrom()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp273 static jlong nativeCreateFromSurfaceControl(JNIEnv* env, jclass clazz, in nativeCreateFromSurfaceControl() function
470 {"nativeCreateFromSurfaceControl", "(J)J", (void*)nativeCreateFromSurfaceControl},
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt65265 Landroid/view/Surface;->nativeCreateFromSurfaceControl(J)J