Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/vm_control/src/
H A Dgpu.rs214 control_socket_path: T, in do_gpu_display_add()
218 handle_request(&request, control_socket_path) in do_gpu_display_add()
224 control_socket_path: T, in do_gpu_display_list()
227 handle_request(&request, control_socket_path) in do_gpu_display_list()
233 control_socket_path: T, in do_gpu_display_remove()
237 handle_request(&request, control_socket_path) in do_gpu_display_remove()
243 control_socket_path: T, in do_gpu_set_display_mouse_mode()
251 handle_request(&request, control_socket_path) in do_gpu_set_display_mouse_mode()
/aosp_15_r20/external/crosvm/e2e_tests/fixture/src/sys/
H A Dlinux.rs77 pub control_socket_path: PathBuf, field
143 let control_socket_path = test_dir.path().join(CONTROL_PIPE); in new_generic() localVariable
227 control_socket_path, in new_generic()
371 args.push(self.control_socket_path.to_str().unwrap().to_string()); in crosvm_command()
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl_snapshot.cpp228 const auto control_socket_path = in TakeCrosvmGuestSnapshot() local
232 control_socket_path}; in TakeCrosvmGuestSnapshot()
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_environment.cpp79 std::string CuttlefishConfig::EnvironmentSpecific::control_socket_path() const { in control_socket_path() function in cuttlefish::CuttlefishConfig::EnvironmentSpecific
Dcuttlefish_config.h957 std::string control_socket_path() const;