Home
last modified time | relevance | path

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

/development/ndk/platforms/android-9/include/
Djni.h212 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*); member
605 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig) in GetMethodID() function
606 { return functions->GetMethodID(this, clazz, name, sig); } in GetMethodID()