Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/
Dasync_cmd_desc_map.rs18 pub struct AsyncCmdDescMap(BTreeMap<AsyncCmdTag, DescriptorChain>); struct
20 impl AsyncCmdDescMap { implementation
Ddevice.rs10 use crate::virtio::video::async_cmd_desc_map::AsyncCmdDescMap;
119 desc_map: &mut AsyncCmdDescMap, in process_event() argument
Dworker.rs27 use crate::virtio::video::async_cmd_desc_map::AsyncCmdDescMap;
60 desc_map: AsyncCmdDescMap,
/external/crosvm/devices/src/virtio/video/decoder/
Dmod.rs18 use crate::virtio::video::async_cmd_desc_map::AsyncCmdDescMap;
999 desc_map: &mut AsyncCmdDescMap, in process_event() argument
/external/crosvm/devices/src/virtio/video/encoder/
Dmod.rs23 use crate::virtio::video::async_cmd_desc_map::AsyncCmdDescMap;
1553 _desc_map: &mut AsyncCmdDescMap, in process_event() argument