Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
Dlibbinder_rpc_unstable.map.txt4 ARpcServer_join;
Dlibbinder_rpc_unstable.cpp178 void ARpcServer_join(ARpcServer* handle) { in ARpcServer_join() function
/frameworks/native/libs/binder/include_rpc_unstable/
Dbinder_rpc_unstable.hpp94 void ARpcServer_join(ARpcServer* server);
/frameworks/native/libs/binder/rust/rpcbinder/src/server/
Dandroid.rs174 unsafe { binder_rpc_unstable_bindgen::ARpcServer_join(self.as_ptr()) }; in join()