Home
last modified time | relevance | path

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

/external/crosvm/src/
Dlinux.rs1271 let mut control_sockets = Vec::new(); in run_config() localVariable
1274 control_sockets.push(TaggedControlSocket::VmMemory(wayland_host_socket)); in run_config()
1293 control_sockets.push(TaggedControlSocket::VmMemory(gpu_host_socket)); in run_config()
1359 control_sockets, in run_config()
1372 mut control_sockets: Vec<TaggedControlSocket>, in run_control()
1434 for (index, socket) in control_sockets.iter().enumerate() { in run_control()
1638 index: control_sockets.len(), in run_control()
1642 control_sockets in run_control()
1650 if let Some(socket) = control_sockets.get(index) { in run_control()
1724 match control_sockets in run_control()
[all …]