Home
last modified time | relevance | path

Searched refs:jniGetNioBufferPointer (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/include/nativehelper/
DJNIHelp.h164 MODULE_API jlong jniGetNioBufferPointer(C_JNIEnv* env, jobject nioBuffer);
255 inline jlong jniGetNioBufferPointer(JNIEnv* env, jobject nioBuffer) { in jniGetNioBufferPointer() function
256 return jniGetNioBufferPointer(&env->functions, nioBuffer); in jniGetNioBufferPointer()
/libnativehelper/
Dlibnativehelper.map.txt23 jniGetNioBufferPointer;
DJNIHelp.cpp373 MODULE_API jlong jniGetNioBufferPointer(C_JNIEnv* env, jobject nioBuffer) { in jniGetNioBufferPointer() function