Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:GetDirectBufferCapacity

479     jlong       (*GetDirectBufferCapacity)(JNIEnv*, jobject);
1025 jlong GetDirectBufferCapacity(jobject buf)
1026 { return functions->GetDirectBufferCapacity(this, buf); }