Searched refs:AStatus_getExceptionCode (Results 1 – 9 of 9) sorted by relevance
241 binder_exception_t AStatus_getExceptionCode(const AStatus* status) __INTRODUCED_IN(29);
53 binder_exception_t AStatus_getExceptionCode(const AStatus* status) { in AStatus_getExceptionCode() function
86 AStatus_getExceptionCode;
108 EXPECT_EQ(STATUS_OK, AStatus_getExceptionCode(status.get())) in TEST()
197 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_getExceptionCode);386 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_getExceptionCode); in init_stub_library()
266 binder_exception_t getExceptionCode() const { return AStatus_getExceptionCode(get()); } in getExceptionCode()
221 let code = unsafe { sys::AStatus_getExceptionCode(self.as_native()) }; in exception_code()