navit  0.5.3-trunk
android.h File Reference
#include <jni.h>

Go to the source code of this file.

Data Structures

struct  jni_object
 

Functions

int android_find_class_global (char *name, jclass *ret)
 
int android_find_method (jclass class, char *name, char *args, jmethodID *ret)
 
int android_find_static_method (jclass class, char *name, char *args, jmethodID *ret)
 

Variables

JNIEnv * jnienv
 
jobject * android_activity
 

Function Documentation

◆ android_find_class_global()

int android_find_class_global ( char *  name,
jclass *  ret 
)

◆ android_find_method()

int android_find_method ( jclass  class,
char *  name,
char *  args,
jmethodID *  ret 
)

References dbg, jnienv, lvl_error, and name.

Referenced by speech_android_init(), and vehicle_android_init().

◆ android_find_static_method()

int android_find_static_method ( jclass  class,
char *  name,
char *  args,
jmethodID *  ret 
)

References dbg, jnienv, lvl_error, and name.

Variable Documentation

◆ android_activity

◆ jnienv