OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
515
nativeAllocateBuffers
(mNativeObject);
/frameworks/base/core/jni/
android_view_Surface.cpp
378
static void
nativeAllocateBuffers
(JNIEnv* /* env */ , jclass /* clazz */,
555
{"
nativeAllocateBuffers
", "(J)V",
556
(void*)
nativeAllocateBuffers
},
Completed in 77 milliseconds