Searched defs:RpcServer (Results 1 – 2 of 2) sorted by relevance
32 class RpcServer; variable185 friend RpcServer; variable
47 RpcServer::RpcServer(std::unique_ptr<RpcTransportCtx> ctx) : mCtx(std::move(ctx)) {} in RpcServer() function in android::RpcServer