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

/frameworks/base/core/java/android/view/
H A DSurface.java37 private static native int nativeCreateFromSurfaceControl(int surfaceControlNativeObject); method in class:Surface
315 int newNativeObject = nativeCreateFromSurfaceControl(surfaceControlPtr);
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp288 static jint nativeCreateFromSurfaceControl(JNIEnv* env, jclass clazz, function in namespace:android
366 {"nativeCreateFromSurfaceControl", "(I)I",
367 (void*)nativeCreateFromSurfaceControl },

Completed in 1415 milliseconds