Home
last modified time | relevance | path

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

/system/netd/include/binder_utils/
DBinderUtil.h23 #define IS_BINDER_OK(__ex__) (__ex__ == ::android::binder::Status::EX_NONE) macro
32 #define IS_BINDER_OK(__ex__) (AStatus_isOk(AStatus_fromExceptionCode(__ex__))) macro
82 if (hasReturnArgs || !IS_BINDER_OK(exceptionCode)) { in binderCallLogFn()
87 if (!IS_BINDER_OK(exceptionCode)) { in binderCallLogFn()