Home
last modified time | relevance | path

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

/libnativehelper/
DJniConstants.h38 static jmethodID GetNioAccessGetBaseArrayMethod(JNIEnv* env);
DJniConstants.cpp160 jmethodID JniConstants::GetNioAccessGetBaseArrayMethod(JNIEnv* env) { in GetNioAccessGetBaseArrayMethod() function in JniConstants
DJNIHelp.cpp361 jmethodID getBaseArrayMethod = JniConstants::GetNioAccessGetBaseArrayMethod(e); in jniGetNioBufferBaseArray()