Searched refs:AStatus_fromExceptionCode (Results 1 – 8 of 8) sorted by relevance
153 __attribute__((warn_unused_result)) AStatus* AStatus_fromExceptionCode(binder_exception_t exception)
144 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromExceptionCode);284 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromExceptionCode); in init_stub_library()
81 AStatus_fromExceptionCode;
31 AStatus* AStatus_fromExceptionCode(binder_exception_t exception) { in AStatus_fromExceptionCode() function
46 return ndk::ScopedAStatus(AStatus_fromExceptionCode(EX_NULL_POINTER)); in NullptrStatus()
300 return ScopedAStatus(AStatus_fromExceptionCode(exception)); in getDescription()
322 sys::AStatus_fromExceptionCode(code as i32) in from()