Searched refs:binder_report_exception (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_util_Binder.h | 49 void binder_report_exception(JNIEnv* env, jthrowable excep, const char* msg);
|
D | android_os_HwBinder.cpp | 187 binder_report_exception(env, excep, "Uncaught error or exception in hwbinder!"); in onTransact() 300 binder_report_exception(env, excep, "Uncaught error or exception in hwbinder!"); in JHwBinder_native_transact()
|
D | android_util_Binder.cpp | 305 void binder_report_exception(JNIEnv* env, jthrowable excep, const char* msg) { in binder_report_exception() function 418 binder_report_exception(env, excep.get(), msg.c_str()); in onTransact() 432 binder_report_exception(env, excep.get(), in onTransact() 641 binder_report_exception(env, excep, in binderDied() 1253 binder_report_exception(env, excep.get(), in android_os_BinderInternal_proxyLimitCallback() 1267 binder_report_exception(env, excep.get(), in android_os_BinderInternal_proxyWarningCallback()
|