Home | History | Annotate | Download | only in include

Lines Matching refs:GetDirectBufferAddress

492     void*       (*GetDirectBufferAddress)(JNIEnv*, jobject);
1053 void* GetDirectBufferAddress(jobject buf)
1054 { return functions->GetDirectBufferAddress(this, buf); }