Searched refs:JNINativeMethod (Results 1 – 3 of 3) sorted by relevance
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 43 int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, const JNINativeMethod* gMethods,… 115 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMet… in jniRegisterNativeMethods()
|
D | jni.h | 146 } JNINativeMethod; typedef 469 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*, 989 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, in RegisterNatives()
|
/libnativehelper/ |
D | JNIHelp.cpp | 67 const JNINativeMethod* gMethods, int numMethods) in jniRegisterNativeMethods()
|