Home
last modified time | relevance | path

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

/libnativehelper/
DJNIHelp.c56 const char* descriptor) { in FindMethod() argument
60 jmethodID methodId = (*env)->GetMethodID(env, clazz, methodName, descriptor); in FindMethod()
DJniConstants.c48 V(FileDescriptor, descriptor, "I", false) \
/libnativehelper/include/nativehelper/
DJNIHelp.h108 const char* methodName, const char* descriptor) { in FindMethod() argument
112 jmethodID methodId = env->GetMethodID(clazz, methodName, descriptor); in FindMethod()