Home | History | Annotate | Download | only in include

Lines Matching refs:NewDirectByteBuffer

491     jobject     (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
1050 jobject NewDirectByteBuffer(void* address, jlong capacity)
1051 { return functions->NewDirectByteBuffer(this, address, capacity); }