Home
last modified time | relevance | path

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

/libnativehelper/
DJNIHelp.c60 jmethodID methodId = (*env)->GetMethodID(env, clazz, methodName, descriptor); in FindMethod() local
62 return methodId; in FindMethod()
/libnativehelper/include/nativehelper/
DJNIHelp.h107 jmethodID methodId = env->GetMethodID(clazz, methodName, descriptor); in FindMethod() local
109 return methodId; in FindMethod()