Searched refs:AStatus_fromStatus (Results 1 – 6 of 6) sorted by relevance
115 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_fromStatus);220 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_fromStatus); in init_stub_library()
85 AStatus_fromStatus;
45 AStatus* AStatus_fromStatus(binder_status_t status) { in AStatus_fromStatus() function
181 __attribute__((warn_unused_result)) AStatus* AStatus_fromStatus(binder_status_t status)
258 return ScopedAStatus(AStatus_fromStatus(status)); in fromStatus()