Searched refs:AStatus_fromExceptionCode (Results 1 – 7 of 7) sorted by relevance
111 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromExceptionCode);216 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromExceptionCode); in init_stub_library()
81 AStatus_fromExceptionCode;
29 AStatus* AStatus_fromExceptionCode(binder_exception_t exception) { in AStatus_fromExceptionCode() function
124 __attribute__((warn_unused_result)) AStatus* AStatus_fromExceptionCode(binder_exception_t exception)
244 return ScopedAStatus(AStatus_fromExceptionCode(exception)); in fromExceptionCode()
42 return ndk::ScopedAStatus(AStatus_fromExceptionCode(EX_NULL_POINTER)); in NullptrStatus()