Searched defs: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__))) macro