Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
Dlibbinder_rpc_unstable.map.txt6 ARpcServer_newBoundSocket;
Dlibbinder_rpc_unstable.cpp114 ARpcServer* ARpcServer_newBoundSocket(AIBinder* service, int socketFd) { in ARpcServer_newBoundSocket() function
/frameworks/native/libs/binder/include_rpc_unstable/
Dbinder_rpc_unstable.hpp49 [[nodiscard]] ARpcServer* ARpcServer_newBoundSocket(AIBinder* service, int socketFd);
/frameworks/native/libs/binder/rust/rpcbinder/src/server/
Dandroid.rs72 Self::checked_from_ptr(binder_rpc_unstable_bindgen::ARpcServer_newBoundSocket( in new_bound_socket()