Home
last modified time | relevance | path

Searched refs:fakeHardware (Results 1 – 2 of 2) sorted by relevance

/device/google/trout/hal/vehicle/aidl/
DVirtualizedVehicleServer.cpp48 auto fakeHardware = std::make_unique<FakeVehicleHardware>(); in main() local
50 std::make_unique<GrpcVehicleProxyServer>(vsock->str(), std::move(fakeHardware)); in main()
/device/google/cuttlefish/host/commands/vhal_proxy_server/
DVhalProxyServer.cpp44 auto fakeHardware = std::make_unique<FakeVehicleHardware>(argv[1], "", false); in main() local
46 vsock.str(), std::move(fakeHardware)); in main()