Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/input/
Dmod.rs180 fn set_payload_bitmap(&mut self, bitmap: &virtio_input_bitmap) { in set_payload_bitmap()
196 pub struct virtio_input_bitmap { struct
200 impl virtio_input_bitmap { implementation
201 fn new(bitmap: [u8; 128]) -> virtio_input_bitmap { in new()
210 fn from_bits(set_indices: &[u16]) -> virtio_input_bitmap { in from_bits()
253 properties: virtio_input_bitmap, in new()
254 supported_events: BTreeMap<u16, virtio_input_bitmap>, in new() argument
Devdev.rs163 pub fn properties<T: AsRawDescriptor>(descriptor: &T) -> Result<virtio_input_bitmap> { in properties()
180 ) -> Result<BTreeMap<u16, virtio_input_bitmap>> { in supported_events() argument