HomeSort by relevance Sort by last modified time
    Searched refs:nativeAllocateBuffers (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
Surface.java 54 private static native void nativeAllocateBuffers(long nativeObject);
434 nativeAllocateBuffers(mNativeObject);
  /frameworks/base/core/jni/
android_view_Surface.cpp 280 static void nativeAllocateBuffers(JNIEnv* /* env */ , jclass /* clazz */,
370 {"nativeAllocateBuffers", "(J)V",
371 (void*)nativeAllocateBuffers },

Completed in 214 milliseconds