Home
last modified time | relevance | path

Searched refs:methodName (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/
DJNIHelp.c55 const char* methodName, in FindMethod() argument
60 jmethodID methodId = (*env)->GetMethodID(env, clazz, methodName, descriptor); in FindMethod()
/libnativehelper/include/nativehelper/
DJNIHelp.h108 const char* methodName, const char* descriptor) { in FindMethod() argument
112 jmethodID methodId = env->GetMethodID(clazz, methodName, descriptor); in FindMethod()