Home
last modified time | relevance | path

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

/development/samples/SimpleJNI/jni/
Dnative.cpp31 add(JNIEnv* /*env*/, jobject /*thiz*/, jint a, jint b) { in add() argument
46 static int registerNativeMethods(JNIEnv* env, const char* className, in registerNativeMethods()
69 static int registerNatives(JNIEnv* env) in registerNatives()
87 JNIEnv* env;
96 JNIEnv* env = NULL; in JNI_OnLoad()