Home
last modified time | relevance | path

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

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