Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceControl.java84 private static native long nativeCopyFromSurfaceControl(long nativeObject); in nativeCopyFromSurfaceControl() method in SurfaceControl
412 assignNativeObject(nativeCopyFromSurfaceControl(other.mNativeObject)); in copyFrom()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1215 static jlong nativeCopyFromSurfaceControl(JNIEnv* env, jclass clazz, jlong surfaceControlNativeObj)… in nativeCopyFromSurfaceControl() function
1266 (void*)nativeCopyFromSurfaceControl },