Searched refs:RegisterNatives (Results 1 - 4 of 4) sorted by relevance

/dalvik/libnativehelper/
H A DJNIHelp.c43 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0) {
44 LOGE("RegisterNatives failed for '%s'\n", className);
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h454 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*, member in struct:JNINativeInterface
974 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, function in struct:_JNIEnv
976 { return functions->RegisterNatives(this, clazz, methods, nMethods); }
/dalvik/vm/
H A DJni.c3291 static jint RegisterNatives(JNIEnv* env, jclass jclazz, function
4173 RegisterNatives,
H A DCheckJni.c2133 result = BASE_ENV(env)->RegisterNatives(env, clazz, methods, nMethods);

Completed in 322 milliseconds