Searched defs:excep (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp184 static void report_exception(JNIEnv* env, jthrowable excep, const char* msg) argument
199 gLogOffsets.mClass, gLogOffsets.mLogE, tagstr, msgstr, excep);
206 if (env->IsInstanceOf(excep, gErrorOffsets.mClass)) {
217 env->Throw(excep);
279 jthrowable excep = env->ExceptionOccurred(); local
281 if (excep) {
282 report_exception(env, excep,
288 env->DeleteLocalRef(excep);
410 jthrowable excep = env->ExceptionOccurred(); local
411 if (excep) {
[all...]

Completed in 560 milliseconds