Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/video/
H A Dresource.rs77 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError>; in get_mapping() method
104 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError> { in get_mapping() method
148 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError> { in get_mapping() method
170 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError> { in get_mapping() method
/aosp_15_r20/external/autotest/site_utils/stable_images/
H A Dstable_version.py106 def get_mapping(self, key): member in _VersionMapHandler
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c107 get_mapping(struct i915_fragment_shader *fs, enum tgsi_semantic semantic, in get_mapping() function
/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dpprof_proto_generator.py526 def get_mapping(self, mapping_id): member in PprofProfileGenerator
/aosp_15_r20/external/crosvm/vm_memory/src/
H A Dguest_memory.rs1137 fn get_mapping(mem: &GuestMemory, addr: GuestAddress) -> Result<*const u8> { in get_mapping() function