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.rs72 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/
Dstable_version.py106 def get_mapping(self, key): member in _VersionMapHandler
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c145 static uint get_mapping(struct i915_fragment_shader* fs, int unit) in get_mapping() function
/external/crosvm/vm_memory/src/
Dguest_memory.rs1107 fn get_mapping(mem: &GuestMemory, addr: GuestAddress) -> Result<*const u8> { in get_mapping() function