Searched refs:jniGetNioBufferPointer (Results 1 – 3 of 3) sorted by relevance
164 MODULE_API jlong jniGetNioBufferPointer(C_JNIEnv* env, jobject nioBuffer);255 inline jlong jniGetNioBufferPointer(JNIEnv* env, jobject nioBuffer) { in jniGetNioBufferPointer() function256 return jniGetNioBufferPointer(&env->functions, nioBuffer); in jniGetNioBufferPointer()
23 jniGetNioBufferPointer;
373 MODULE_API jlong jniGetNioBufferPointer(C_JNIEnv* env, jobject nioBuffer) { in jniGetNioBufferPointer() function