Searched refs:ARpcServer_shutdown (Results 1 – 4 of 4) sorted by relevance
8 ARpcServer_shutdown;
182 bool ARpcServer_shutdown(ARpcServer* handle) { in ARpcServer_shutdown() function189 (void)ARpcServer_shutdown(handle); in ARpcServer_free()
97 [[nodiscard]] bool ARpcServer_shutdown(ARpcServer* server);
181 if unsafe { binder_rpc_unstable_bindgen::ARpcServer_shutdown(self.as_ptr()) } { in shutdown()