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

/frameworks/base/core/java/android/view/
H A DSurface.java57 private static native long nativeGetFromSurfaceControl(long surfaceControlNativeObject); method in class:Surface
430 long newNativeObject = nativeGetFromSurfaceControl(surfaceControlPtr);
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp405 static jlong nativeGetFromSurfaceControl(JNIEnv* env, jclass clazz, function in namespace:android
603 {"nativeGetFromSurfaceControl", "(J)J",
604 (void*)nativeGetFromSurfaceControl },

Completed in 881 milliseconds