Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceControl.java117 private static native long nativeCopyFromSurfaceControl(long nativeObject); in nativeCopyFromSurfaceControl() method in SurfaceControl
806 assignNativeObject(nativeCopyFromSurfaceControl(other.mNativeObject), callsite); in copyFrom()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp1685 static jlong nativeCopyFromSurfaceControl(JNIEnv* env, jclass clazz, jlong surfaceControlNativeObj)… in nativeCopyFromSurfaceControl() function
2097 (void*)nativeCopyFromSurfaceControl },