Home
last modified time | relevance | path

Searched refs:rotary_socket_path (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dvhost_input_devices.cpp256 CF_EXPECT(NewDeviceSockets(instance_.rotary_socket_path()), in ResultSetup()
/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp769 qemu_cmd.AddParameter("socket,path=", instance.rotary_socket_path(), ",id=rotary0"); in StartCommands()
Dcrosvm_manager.cpp688 crosvm_cmd.AddVhostUser("input", instance.rotary_socket_path()); in StartCommands()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h415 std::string rotary_socket_path() const;
Dcuttlefish_config_instance.cpp2047 std::string CuttlefishConfig::InstanceSpecific::rotary_socket_path() const { in rotary_socket_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific