Searched refs:AStatus_fromExceptionCode (Results 1 – 9 of 9) sorted by relevance
159 __attribute__((warn_unused_result)) AStatus* AStatus_fromExceptionCode(binder_exception_t exception)
29 AStatus* AStatus_fromExceptionCode(binder_exception_t exception) { in AStatus_fromExceptionCode() function
81 AStatus_fromExceptionCode;
67 return ndk::ScopedAStatus(AStatus_fromExceptionCode(EX_ILLEGAL_ARGUMENT)); in requestVibrationParams()
203 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromExceptionCode);404 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromExceptionCode); in init_stub_library()
318 return ScopedAStatus(AStatus_fromExceptionCode(exception)); in fromExceptionCode()
321 let ptr = unsafe { sys::AStatus_fromExceptionCode(code as i32) }; in from()