Searched refs:AStatus_getExceptionCode (Results 1 – 11 of 11) sorted by relevance
143 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_getExceptionCode);276 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_getExceptionCode); in init_stub_library()
220 binder_exception_t AStatus_getExceptionCode(const AStatus* status) __INTRODUCED_IN(29);
38 #define TO_EXCEPTION(__ex__) AStatus_getExceptionCode(AStatus_fromExceptionCode(__ex__));
86 AStatus_getExceptionCode;
54 binder_exception_t AStatus_getExceptionCode(const AStatus* status) { in AStatus_getExceptionCode() function
108 EXPECT_EQ(STATUS_OK, AStatus_getExceptionCode(status.get())) in TEST()
244 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode()
214 sys::AStatus_getExceptionCode(self.as_native()) in exception_code()
147 _transaction_log.exception_code = AStatus_getExceptionCode(_aidl_status.get()); in _aidl_onTransact()382 _transaction_log.exception_code = AStatus_getExceptionCode(_aidl_status.get()); in LogThis()