Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch_streamer.cpp87 SharedFD frames_server = CreateUnixInputServer(instance.frames_socket_path()); in CreateStreamerServers()
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp240 crosvm_cmd.AddParameter("--wayland-sock=", instance.frames_socket_path()); in StartCommands()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h402 std::string frames_socket_path() const;
Dcuttlefish_config_instance.cpp444 std::string CuttlefishConfig::InstanceSpecific::frames_socket_path() const { in frames_socket_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific