Home
last modified time | relevance | path

Searched refs:frames_socket_path (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp147 crosvm_cmd.AddParameter("--wayland-sock=", instance.frames_socket_path()); in StartCommands()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h317 std::string frames_socket_path() const;
Dcuttlefish_config.cpp794 std::string CuttlefishConfig::InstanceSpecific::frames_socket_path() const { in frames_socket_path() function in vsoc::CuttlefishConfig::InstanceSpecific
/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch.cc115 frames_server = CreateUnixInputServer(instance.frames_socket_path()); in CreateStreamerServers()