Home
last modified time | relevance | path

Searched defs:rpcServer (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/binder/trusty/rust/binder_rpc_server_bindgen/cpp/
DARpcServerTrusty.cpp51 auto rpcServer = RpcServerTrusty::makeRpcServer(std::move(ctx)); in ARpcServerTrusty_newPerSession() local
/frameworks/native/libs/binder/
Dservicedispatcher.cpp90 auto rpcServer = RpcServer::make(); in Dispatch() local
215 auto rpcServer = RpcServer::make(); in wrapServiceManager() local
DBinder.cpp230 RpcServerLink(const sp<RpcServer>& rpcServer, const sp<IBinder>& keepAliveBinder, in RpcServerLink()
694 auto rpcServer = RpcServer::make(); in setRpcClientDebug() local
/frameworks/native/libs/binder/trusty/include/binder/
DRpcServerTrusty.h95 auto rpcServer = sp<RpcServer>::make(std::move(ctx)); in makeRpcServer() local
/frameworks/native/libs/binder/trusty/
DRpcServerTrusty.cpp103 int RpcServerTrusty::handleConnectInternal(RpcServer* rpcServer, handle_t chan, const uuid* peer, in handleConnectInternal()
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp1389 auto rpcServer = RpcServer::make(); in TEST() local
1495 auto rpcServer = RpcServer::make(newTlsFactory(rpcSecurity)); in setUp() local
DbinderLibTest.cpp1604 auto rpcServer = RpcServer::make(); in CreateSocket() local