Home
last modified time | relevance | path

Searched refs:ARpcServer_shutdown (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/
Dlibbinder_rpc_unstable.map.txt8 ARpcServer_shutdown;
Dlibbinder_rpc_unstable.cpp182 bool ARpcServer_shutdown(ARpcServer* handle) { in ARpcServer_shutdown() function
189 (void)ARpcServer_shutdown(handle); in ARpcServer_free()
/frameworks/native/libs/binder/include_rpc_unstable/
Dbinder_rpc_unstable.hpp97 [[nodiscard]] bool ARpcServer_shutdown(ARpcServer* server);
/frameworks/native/libs/binder/rust/rpcbinder/src/server/
Dandroid.rs181 if unsafe { binder_rpc_unstable_bindgen::ARpcServer_shutdown(self.as_ptr()) } { in shutdown()