Searched refs:AStatus_fromExceptionCodeWithMessage (Results 1 – 7 of 7) sorted by relevance
121 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromExceptionCodeWithMessage);237 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromExceptionCodeWithMessage); in init_stub_library()
152 __attribute__((warn_unused_result)) AStatus* AStatus_fromExceptionCodeWithMessage(
82 AStatus_fromExceptionCodeWithMessage;
34 AStatus* AStatus_fromExceptionCodeWithMessage(binder_exception_t exception, const char* message) { in AStatus_fromExceptionCodeWithMessage() function
291 return ScopedAStatus(AStatus_fromExceptionCodeWithMessage(exception, message)); in fromExceptionCodeWithMessage()
153 sys::AStatus_fromExceptionCodeWithMessage(exception as i32, message.as_ptr()) in new_exception()