Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/
DVirtualizationGrpcServer.cpp26 auto serverInfo = vhal_impl::VirtualizedVhalServerInfo::fromCommandLine(argc, argv, &err); in main() local
DVirtualizedVehicleService.cpp37 auto serverInfo = vhal_impl::VirtualizedVhalServerInfo::fromRoPropertyStore(); in main() local
DGrpcVehicleServer.cpp42 explicit GrpcVehicleServerImpl(const VirtualizedVhalServerInfo& serverInfo) in GrpcVehicleServerImpl()
132 GrpcVehicleServerPtr makeGrpcVehicleServer(const VirtualizedVhalServerInfo& serverInfo) { in makeGrpcVehicleServer()