Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/input/
H A Dmod.rs188 fn set_payload_bitmap(&mut self, bitmap: &virtio_input_bitmap) { in set_payload_bitmap()
204 pub struct virtio_input_bitmap { struct
212 impl virtio_input_bitmap { impl
213 fn new(bitmap: [u8; 128]) -> virtio_input_bitmap { in new()
222 fn from_bits(set_indices: &[u16]) -> virtio_input_bitmap { in from_bits()
266 properties: virtio_input_bitmap, in new()
267 supported_events: BTreeMap<u16, virtio_input_bitmap>, in new() argument
H A Devdev.rs174 pub fn properties<T: AsRawDescriptor>(descriptor: &T) -> Result<virtio_input_bitmap> { in properties()
192 ) -> Result<BTreeMap<u16, virtio_input_bitmap>> { in supported_events() argument
H A Ddefaults.rs161 supported_events: BTreeMap<u16, virtio_input_bitmap>, in new_custom_config() argument