Home
last modified time | relevance | path

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

/development/samples/SimpleJNI/jni/
Dnative.cpp33 static JNINativeMethod methods[] = {
41 JNINativeMethod* gMethods, int numMethods) in registerNativeMethods()
/development/ndk/platforms/android-3/include/
Djni.h147 } JNINativeMethod; typedef
470 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*,
1007 jint RegisterNatives(jclass clazz, const JNINativeMethod* methods, in RegisterNatives()