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 69 private static native void nativeAllocateBuffers(long nativeObject);
579 nativeAllocateBuffers(mNativeObject);
  /frameworks/base/core/jni/
android_view_Surface.cpp 389 static void nativeAllocateBuffers(JNIEnv* /* env */ , jclass /* clazz */,
619 {"nativeAllocateBuffers", "(J)V",
620 (void*)nativeAllocateBuffers },

Completed in 70 milliseconds