Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:GetDirectBufferCapacity

492     jlong       (*GetDirectBufferCapacity)(JNIEnv*, jobject);
1038 jlong GetDirectBufferCapacity(jobject buf)
1039 { return functions->GetDirectBufferCapacity(this, buf); }