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

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

Completed in 84 milliseconds