Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
Dlibbinder_rpc_unstable.map.txt9 ARpcServer_start;
Dlibbinder_rpc_unstable.cpp174 void ARpcServer_start(ARpcServer* handle) { in ARpcServer_start() function
/frameworks/native/libs/binder/include_rpc_unstable/
Dbinder_rpc_unstable.hpp88 void ARpcServer_start(ARpcServer* server);
/frameworks/native/libs/binder/rust/rpcbinder/src/server/
Dandroid.rs167 unsafe { binder_rpc_unstable_bindgen::ARpcServer_start(self.as_ptr()) }; in start()