Home
last modified time | relevance | path

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

/system/cros-codecs/src/video_frame/
Dgeneric_dma_video_frame.rs126 pub struct DmaMapping<'a> { struct
134 impl<'a> DmaMapping<'a> { argument
258 impl<'a> ReadMapping<'a> for DmaMapping<'a> { implementation
276 impl<'a> WriteMapping<'a> for DmaMapping<'a> { implementation
296 impl<'a> Drop for DmaMapping<'a> { implementation
398 fn map_helper(&self, is_writable: bool) -> Result<DmaMapping, String> { in map_helper()