Searched refs:AStatus_fromStatus (Results 1 – 9 of 9) sorted by relevance
217 __attribute__((warn_unused_result)) AStatus* AStatus_fromStatus(binder_status_t status)
45 AStatus* AStatus_fromStatus(binder_status_t status) { in AStatus_fromStatus() function
85 AStatus_fromStatus;
195 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromStatus);384 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromStatus); in init_stub_library()
332 return ScopedAStatus(AStatus_fromStatus(status)); in fromStatus()
361 AStatus_getDescription(AStatus_fromStatus(status))); in monitor()
311 let ptr = unsafe { sys::AStatus_fromStatus(status) }; in from()