Lines Matching defs:NewDirectByteBuffer
490 jobject (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);1032 jobject NewDirectByteBuffer(void* address, jlong capacity)1033 { return functions->NewDirectByteBuffer(this, address, capacity); }