Home
last modified time | relevance | path

Searched defs:JNINativeInterface (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h149 struct JNINativeInterface { struct
150 void* reserved0;
151 void* reserved1;
152 void* reserved2;
153 void* reserved3;
155 jint (*GetVersion)(JNIEnv *);
172 jint (*Throw)(JNIEnv*, jthrowable);
174 jthrowable (*ExceptionOccurred)(JNIEnv*);
175 void (*ExceptionDescribe)(JNIEnv*);
176 void (*ExceptionClear)(JNIEnv*);
[all …]
/aosp12/libnativehelper/include_jni/
H A Djni.h149 struct JNINativeInterface { struct
150 void* reserved0;
151 void* reserved1;
152 void* reserved2;
153 void* reserved3;
155 jint (*GetVersion)(JNIEnv *);
172 jint (*Throw)(JNIEnv*, jthrowable);
174 jthrowable (*ExceptionOccurred)(JNIEnv*);
175 void (*ExceptionDescribe)(JNIEnv*);
176 void (*ExceptionClear)(JNIEnv*);
[all …]