Home
last modified time | relevance | path

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

/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/main/cpp/
Dnative-lib.cpp32 jthrowable obj = (jthrowable)env->NewObject(cls, cid, msg, err); in ThrowErrnoException()
/system/extras/module_ndk_libs/libnativehelper/include_jni/
Djni.h74 typedef _jthrowable* jthrowable; typedef
96 typedef jobject jthrowable; typedef
172 jint (*Throw)(JNIEnv*, jthrowable);
174 jthrowable (*ExceptionOccurred)(JNIEnv*);
523 jint Throw(jthrowable obj) in Throw()
529 jthrowable ExceptionOccurred() in ExceptionOccurred()