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);
484 nativeAllocateBuffers(mNativeObject);
  /frameworks/base/core/jni/
android_view_Surface.cpp 374 static void nativeAllocateBuffers(JNIEnv* /* env */ , jclass /* clazz */,
530 {"nativeAllocateBuffers", "(J)V",
531 (void*)nativeAllocateBuffers },

Completed in 173 milliseconds