Searched refs:NewDirectByteBuffer (Results 1 - 6 of 6) sorted by relevance

/ndk/build/platforms/android-3/arch-arm/usr/include/
H A Djni.h475 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong); member in struct:JNINativeInterface
1017 jobject NewDirectByteBuffer(void* address, jlong capacity) function in struct:_JNIEnv
1018 { return functions->NewDirectByteBuffer(this, address, capacity); }
/ndk/build/platforms/android-4/arch-arm/usr/include/
H A Djni.h475 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong); member in struct:JNINativeInterface
1017 jobject NewDirectByteBuffer(void* address, jlong capacity) function in struct:_JNIEnv
1018 { return functions->NewDirectByteBuffer(this, address, capacity); }
/ndk/build/platforms/android-5/arch-arm/usr/include/
H A Djni.h475 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong); member in struct:JNINativeInterface
1017 jobject NewDirectByteBuffer(void* address, jlong capacity) function in struct:_JNIEnv
1018 { return functions->NewDirectByteBuffer(this, address, capacity); }
/ndk/build/platforms/android-5/arch-x86/usr/include/
H A Djni.h475 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong); member in struct:JNINativeInterface
1017 jobject NewDirectByteBuffer(void* address, jlong capacity) function in struct:_JNIEnv
1018 { return functions->NewDirectByteBuffer(this, address, capacity); }
/ndk/build/platforms/android-8/arch-arm/usr/include/
H A Djni.h475 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong); member in struct:JNINativeInterface
1017 jobject NewDirectByteBuffer(void* address, jlong capacity) function in struct:_JNIEnv
1018 { return functions->NewDirectByteBuffer(this, address, capacity); }
/ndk/build/platforms/android-8/arch-x86/usr/include/
H A Djni.h475 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong); member in struct:JNINativeInterface
1017 jobject NewDirectByteBuffer(void* address, jlong capacity) function in struct:_JNIEnv
1018 { return functions->NewDirectByteBuffer(this, address, capacity); }

Completed in 323 milliseconds