Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:NewDirectByteBuffer

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