Lines Matching defs:NewDirectByteBuffer
477 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);1019 jobject NewDirectByteBuffer(void* address, jlong capacity)1020 { return functions->NewDirectByteBuffer(this, address, capacity); }