Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dmedia.rs190 struct GuestMemoryMapping { struct
195 impl GuestMemoryMapping { argument
255 impl GuestMemoryRange for GuestMemoryMapping { implementation
369 type GuestMemoryMapping = GuestMemoryChunk; typedef
371 fn new_mapping(&self, sgs: Vec<SgEntry>) -> anyhow::Result<Self::GuestMemoryMapping> { in new_mapping()
/aosp_15_r20/external/virtio-media/device/src/
H A Dlib.rs111 type GuestMemoryMapping: GuestMemoryRange; typedef
115 fn new_mapping(&self, sgs: Vec<SgEntry>) -> anyhow::Result<Self::GuestMemoryMapping>; in new_mapping()
/aosp_15_r20/external/virtio-media/device/src/devices/
H A Dv4l2_device_proxy.rs107 ) -> anyhow::Result<(V4l2Buffer, Vec<M::GuestMemoryMapping>)> { in guest_v4l2_buffer_to_host()
301 guest_resources: Vec<M::GuestMemoryMapping>, in register_userptr_addresses()