Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp340 instance.frames_socket_path()); in BuildVhostUserGpu()
418 crosvm_cmd->AddParameter("--wayland-sock=", instance.frames_socket_path()); in ConfigureGpu()
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/launch/
Dstreamer.cpp160 frames_server_ = CreateUnixInputServer(instance_.frames_socket_path()); in ResultSetup()
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc174 frames_socket_path, CF_DEFAULTS_FRAME_SOCKET_PATH,
1233 CF_EXPECT(GET_FLAG_STR_VALUE(frames_socket_path)); in InitializeCuttlefishConfiguration()
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h623 std::string frames_socket_path() const;
Dcuttlefish_config_instance.cpp1888 std::string CuttlefishConfig::InstanceSpecific::frames_socket_path() const { in frames_socket_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific