Home | History | Annotate | Download | only in include

Lines Matching refs:NewDirectByteBuffer

475     jobject     (*NewDirectByteBuffer)(JNIEnv*, void*, jlong);
1017 jobject NewDirectByteBuffer(void* address, jlong capacity)
1018 { return functions->NewDirectByteBuffer(this, address, capacity); }