Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/
Dresource.rs71 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/
Dstable_version.py106 def get_mapping(self, key): member in _VersionMapHandler
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c107 get_mapping(struct i915_fragment_shader *fs, enum tgsi_semantic semantic, in get_mapping() function
/external/crosvm/vm_memory/src/
Dguest_memory.rs1228 fn get_mapping(mem: &GuestMemory, addr: GuestAddress) -> Result<*const u8> { in get_mapping() function