Home
last modified time | relevance | path

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

/system/netd/include/
DBinderUtil.h21 #define IS_BINDER_OK(__ex__) (__ex__ == ::android::binder::Status::EX_NONE) macro
30 #define IS_BINDER_OK(__ex__) (AStatus_isOk(AStatus_fromExceptionCode(__ex__))) macro
85 if (hasReturnArgs || !IS_BINDER_OK(exceptionCode)) { in binderCallLogFn()
90 if (!IS_BINDER_OK(exceptionCode)) { in binderCallLogFn()