Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/trusty/
DRpcServerTrusty.cpp36 size_t msgMaxSize, std::unique_ptr<RpcTransportCtxFactory> rpcTransportCtxFactory) { in make()
/frameworks/native/libs/binder/
DRpcServer.cpp57 sp<RpcServer> RpcServer::make(std::unique_ptr<RpcTransportCtxFactory> rpcTransportCtxFactory) { in make()
DRpcSession.cpp76 sp<RpcSession> RpcSession::make(std::unique_ptr<RpcTransportCtxFactory> rpcTransportCtxFactory) { in make()