Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
Dlibbinder_rpc_unstable.map.txt7 ARpcServer_newVsock;
Dlibbinder_rpc_unstable.cpp84 ARpcServer* ARpcServer_newVsock(AIBinder* service, unsigned int cid, unsigned int port) { in ARpcServer_newVsock() function
/frameworks/native/libs/binder/include_rpc_unstable/
Dbinder_rpc_unstable.hpp40 [[nodiscard]] ARpcServer* ARpcServer_newVsock(AIBinder* service, unsigned int cid,
/frameworks/native/libs/binder/rust/rpcbinder/src/server/
Dandroid.rs53 Self::checked_from_ptr(binder_rpc_unstable_bindgen::ARpcServer_newVsock( in new_vsock()