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

/frameworks/base/core/java/android/view/
H A DSurface.java69 private static native void nativeAllocateBuffers(long nativeObject); method in class:Surface
575 nativeAllocateBuffers(mNativeObject);
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp383 static void nativeAllocateBuffers(JNIEnv* /* env */ , jclass /* clazz */, function in namespace:android
599 {"nativeAllocateBuffers", "(J)V",
600 (void*)nativeAllocateBuffers },

Completed in 243 milliseconds