Home
last modified time | relevance | path

Searched refs:binder_report_exception (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/
Dandroid_util_Binder.h49 void binder_report_exception(JNIEnv* env, jthrowable excep, const char* msg);
Dandroid_util_Binder.cpp306 void binder_report_exception(JNIEnv* env, jthrowable excep, const char* msg) { in binder_report_exception() function
419 binder_report_exception(env, excep.get(), msg.c_str()); in onTransact()
433 binder_report_exception(env, excep.get(), in onTransact()
796 binder_report_exception(env, excep, in binderDied()
849 binder_report_exception(env, excep, in onStateChanged()
1385 binder_report_exception(env, excep.get(), in android_os_BinderInternal_proxyLimitCallback()
1399 binder_report_exception(env, excep.get(), in android_os_BinderInternal_proxyWarningCallback()
Dandroid_os_HwBinder.cpp188 binder_report_exception(env, excep, "Uncaught error or exception in hwbinder!"); in onTransact()
301 binder_report_exception(env, excep, "Uncaught error or exception in hwbinder!"); in JHwBinder_native_transact()