Searched refs:nativeCreateFromSurfaceControl (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DSurface.java56 private static native long nativeCreateFromSurfaceControl(long surfaceControlNativeObject); method in class:Surface
462 long newNativeObject = nativeCreateFromSurfaceControl(surfaceControlPtr);
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp395 static jlong nativeCreateFromSurfaceControl(JNIEnv* env, jclass clazz, function in namespace:android
601 {"nativeCreateFromSurfaceControl", "(J)J",
602 (void*)nativeCreateFromSurfaceControl },

Completed in 765 milliseconds