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.rs175 fn set_payload_bitmap(&mut self, bitmap: &virtio_input_bitmap) { in set_payload_bitmap()
191 pub struct virtio_input_bitmap { struct
199 impl virtio_input_bitmap { argument
200 fn new(bitmap: [u8; 128]) -> virtio_input_bitmap { in new()
209 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.rs166 pub fn properties<T: AsRawDescriptor>(descriptor: &T) -> Result<virtio_input_bitmap> { in properties()
184 ) -> Result<BTreeMap<u16, virtio_input_bitmap>> { in supported_events() argument