Searched defs:get_mapping (Results 1 – 4 of 4) sorted by relevance
| /external/crosvm/devices/src/virtio/video/ |
| D | resource.rs | 72 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError>; in get_mapping() method 99 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError> { in get_mapping() method 143 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError> { in get_mapping() method 165 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 | 145 static uint get_mapping(struct i915_fragment_shader* fs, int unit) in get_mapping() function
|
| /external/crosvm/vm_memory/src/ |
| D | guest_memory.rs | 1107 fn get_mapping(mem: &GuestMemory, addr: GuestAddress) -> Result<*const u8> { in get_mapping() function
|