Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DSurface.java66 private static native long nativeCreateFromSurfaceTexture(SurfaceTexture surfaceTexture) in nativeCreateFromSurfaceTexture() method in Surface
294 setNativeObjectLocked(nativeCreateFromSurfaceTexture(surfaceTexture)); in Surface()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp147 static jlong nativeCreateFromSurfaceTexture(JNIEnv* env, jclass clazz, in nativeCreateFromSurfaceTexture() function
461 (void*)nativeCreateFromSurfaceTexture},
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt65266 Landroid/view/Surface;->nativeCreateFromSurfaceTexture(Landroid/graphics/SurfaceTexture;)J