Home | History | Annotate | Download | only in include

Lines Matching refs:GetDirectBufferAddress

476     void*       (*GetDirectBufferAddress)(JNIEnv*, jobject);
1020 void* GetDirectBufferAddress(jobject buf)
1021 { return functions->GetDirectBufferAddress(this, buf); }