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