Searched defs:NewDirectByteBuffer (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/ |
H A D | jni.h | 475 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong); member 1017 jobject NewDirectByteBuffer(void* address, jlong capacity) in NewDirectByteBuffer() function
|
/aosp12/libnativehelper/include_jni/ |
H A D | jni.h | 475 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong); member 1017 jobject NewDirectByteBuffer(void* address, jlong capacity) in NewDirectByteBuffer() function
|
/aosp12/art/runtime/jni/ |
H A D | check_jni.cc | 2759 static jobject NewDirectByteBuffer(JNIEnv* env, void* address, jlong capacity) { in NewDirectByteBuffer() function in art::__anone2f7feb60110::CheckJNI
|
H A D | jni_internal.cc | 2660 static jobject NewDirectByteBuffer(JNIEnv* env, void* address, jlong capacity) { in NewDirectByteBuffer() function in art::JNI
|