Home
last modified time | relevance | path

Searched defs:rpcTransportCtxFactory (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/native/libs/binder/trusty/rust/binder_rpc_server_bindgen/cpp/
H A DARpcServerTrusty.cpp41 auto rpcTransportCtxFactory = RpcTransportCtxFactoryTipcTrusty::make(); in ARpcServerTrusty_newPerSession() local
/aosp_15_r20/frameworks/native/libs/binder/trusty/
H A DRpcServerTrusty.cpp36 size_t msgMaxSize, std::unique_ptr<RpcTransportCtxFactory> rpcTransportCtxFactory) { in make()
/aosp_15_r20/frameworks/native/libs/binder/
H A DRpcServer.cpp57 sp<RpcServer> RpcServer::make(std::unique_ptr<RpcTransportCtxFactory> rpcTransportCtxFactory) { in make()
H A DRpcSession.cpp75 sp<RpcSession> RpcSession::make(std::unique_ptr<RpcTransportCtxFactory> rpcTransportCtxFactory) { in make()