Searched refs:AStatus_getStatus (Results 1 – 8 of 8) sorted by relevance
269 binder_status_t AStatus_getStatus(const AStatus* status) __INTRODUCED_IN(29);
61 binder_status_t AStatus_getStatus(const AStatus* status) { in AStatus_getStatus() function
89 AStatus_getStatus;
200 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AStatus_getStatus);389 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AStatus_getStatus); in init_stub_library()
276 binder_status_t getStatus() const { return AStatus_getStatus(get()); } in getStatus()
234 let code = unsafe { sys::AStatus_getStatus(self.as_native()) }; in transaction_error()