Searched refs:IS_BINDER_OK (Results 1 – 1 of 1) sorted by relevance
23 #define IS_BINDER_OK(__ex__) (__ex__ == ::android::binder::Status::EX_NONE) macro32 #define IS_BINDER_OK(__ex__) (AStatus_isOk(AStatus_fromExceptionCode(__ex__))) macro82 if (hasReturnArgs || !IS_BINDER_OK(exceptionCode)) { in binderCallLogFn()87 if (!IS_BINDER_OK(exceptionCode)) { in binderCallLogFn()