Home
last modified time | relevance | path

Searched refs:GetNioBufferAddressField (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/
DJniConstants.h47 static jfieldID GetNioBufferAddressField(JNIEnv* env);
DJNIHelp.cpp375 jlong baseAddress = e->GetLongField(nioBuffer, JniConstants::GetNioBufferAddressField(e)); in jniGetNioBufferPointer()
392 return e->GetLongField(nioBuffer, JniConstants::GetNioBufferAddressField(e)); in jniGetNioBufferFields()
DJniConstants.cpp179 jfieldID JniConstants::GetNioBufferAddressField(JNIEnv* env) { in GetNioBufferAddressField() function in JniConstants