From bd0ec82a25ad0e9d9452a21ec11a6f30dd97eb0e Mon Sep 17 00:00:00 2001 From: Circle CI Date: Fri, 22 Feb 2019 22:31:03 +0000 Subject: update:doc:Doxygen update for commit bb34c13a582e1a6b13f3da7a342fc7eccb081b42 [ci skip] --- android_8h_source.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'android_8h_source.html') diff --git a/android_8h_source.html b/android_8h_source.html index 7262cf157..ef01a241d 100644 --- a/android_8h_source.html +++ b/android_8h_source.html @@ -84,17 +84,18 @@ $(document).ready(function(){initNavTree('android_8h_source.html','');});
android.h
-Go to the documentation of this file.
1 #include <jni.h>
2 extern JNIEnv *jnienv;
3 extern jobject *android_activity;
4 extern int android_version;
5 int android_find_class_global(char *name, jclass *ret);
6 int android_find_method(jclass class, char *name, char *args, jmethodID *ret);
7 int android_find_static_method(jclass class, char *name, char *args, jmethodID *ret);
8 
9 struct jni_object {
10  JNIEnv* env;
11  jobject jo;
12  jmethodID jm;
13 };
jobject jo
Definition: android.h:11
-
int android_find_static_method(jclass class, char *name, char *args, jmethodID *ret)
Definition: android.c:60
-
Definition: android.h:9
-
JNIEnv * env
Definition: android.h:10
-
int android_version
Definition: android.c:26
-
int android_find_class_global(char *name, jclass *ret)
Definition: android.c:40
-
jmethodID jm
Definition: android.h:12
-
int android_find_method(jclass class, char *name, char *args, jmethodID *ret)
Definition: android.c:50
+Go to the documentation of this file.
1 #include <jni.h>
2 extern JNIEnv *jnienv;
3 extern jobject *android_activity;
4 extern jobject *android_application;
5 extern int android_version;
6 int android_find_class_global(char *name, jclass *ret);
7 int android_find_method(jclass class, char *name, char *args, jmethodID *ret);
8 int android_find_static_method(jclass class, char *name, char *args, jmethodID *ret);
9 
10 struct jni_object {
11  JNIEnv* env;
12  jobject jo;
13  jmethodID jm;
14 };
jobject jo
Definition: android.h:12
+
int android_find_static_method(jclass class, char *name, char *args, jmethodID *ret)
Definition: android.c:61
+
Definition: android.h:10
+
JNIEnv * env
Definition: android.h:11
+
int android_version
Definition: android.c:27
+
int android_find_class_global(char *name, jclass *ret)
Definition: android.c:41
+
jmethodID jm
Definition: android.h:13
+
int android_find_method(jclass class, char *name, char *args, jmethodID *ret)
Definition: android.c:51
JNIEnv * jnienv
Definition: android.c:24
jobject * android_activity
Definition: android.c:25
char name[0]
Definition: street.c:496
+
jobject * android_application
Definition: android.c:26
-- cgit v1.2.1