Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:GetDirectBufferAddress

478     void*       (*GetDirectBufferAddress)(JNIEnv*, jobject);
1022 void* GetDirectBufferAddress(jobject buf)
1023 { return functions->GetDirectBufferAddress(this, buf); }