Searched refs:nioBuffer (Results 1 – 2 of 2) sorted by relevance
23 AutoBufferPointer::AutoBufferPointer(JNIEnv* env, jobject nioBuffer, jboolean commit) in AutoBufferPointer() argument25 jlong pointer = jniGetNioBufferPointer(fEnv, nioBuffer); in AutoBufferPointer()33 jint byteOffset = jniGetNioBufferBaseArrayOffset(fEnv, nioBuffer); in AutoBufferPointer()34 fArray = jniGetNioBufferBaseArray(fEnv, nioBuffer); in AutoBufferPointer()
47 AutoBufferPointer(JNIEnv* env, jobject nioBuffer, jboolean commit);