Home
last modified time | relevance | path

Searched defs:device_event_queue_tx (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/virtio/vsock/sys/windows/
H A Dvsock.rs429 device_event_queue_tx: mpsc::Sender<virtio_vsock_event>, field
1514 let mut device_event_queue_tx = self.device_event_queue_tx.clone(); in run() localVariable