Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/vnc_server/
Dvirtual_inputs.cpp294 struct virtio_input_event virtio_events[num_events]; in SendEvents() local
296 virtio_events[i] = (struct virtio_input_event) { in SendEvents()
302 auto ret = socket->Write(virtio_events, sizeof(virtio_events)); in SendEvents()