Searched defs:get_mapping (Results 1 – 4 of 4) sorted by relevance
/external/crosvm/devices/src/virtio/video/ |
D | resource.rs | 71 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError>; in get_mapping() method 98 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError> { in get_mapping() method 142 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError> { in get_mapping() method 164 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError> { in get_mapping() method
|
/external/autotest/site_utils/stable_images/ |
D | stable_version.py | 106 def get_mapping(self, key): member in _VersionMapHandler
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_translate.c | 107 get_mapping(struct i915_fragment_shader *fs, enum tgsi_semantic semantic, in get_mapping() function
|
/external/crosvm/vm_memory/src/ |
D | guest_memory.rs | 1228 fn get_mapping(mem: &GuestMemory, addr: GuestAddress) -> Result<*const u8> { in get_mapping() function
|