Searched refs:control_socket_path (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/crosvm/vm_control/src/ |
H A D | gpu.rs | 214 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 D | linux.rs | 77 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/ |
D | server_loop_impl_snapshot.cpp | 228 const auto control_socket_path = in TakeCrosvmGuestSnapshot() local 232 control_socket_path}; in TakeCrosvmGuestSnapshot()
|
/aosp_15_r20/device/google/cuttlefish/host/libs/config/ |
D | cuttlefish_config_environment.cpp | 79 std::string CuttlefishConfig::EnvironmentSpecific::control_socket_path() const { in control_socket_path() function in cuttlefish::CuttlefishConfig::EnvironmentSpecific
|
D | cuttlefish_config.h | 957 std::string control_socket_path() const;
|