Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DJNIHelp.h43 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()
Djni.h146 } JNINativeMethod; typedef
469 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*,
989 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, in RegisterNatives()
/libnativehelper/
DJNIHelp.cpp67 const JNINativeMethod* gMethods, int numMethods) in jniRegisterNativeMethods()