Searched refs:mapUserBackedRam (Results 1 – 7 of 7) sorted by relevance
/hardware/google/aemu/host-common/testing/ |
D | MockAndroidVmOperations.cpp | 67 .mapUserBackedRam =
|
/hardware/google/aemu/host-common/include/host-common/ |
D | vm_operations.h | 214 void (*mapUserBackedRam)(uint64_t gpa, void* hva, uint64_t size); member
|
/hardware/google/gfxstream/host/ |
D | GfxStreamAgents.cpp | 405 .mapUserBackedRam =
|
/hardware/google/aemu/host-common/ |
D | address_space_device.cpp | 399 sVmOps->mapUserBackedRam(gpa, ptr, size); in addMemoryMappingLocked()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | GLESv2Decoder.cpp | 476 get_emugl_vm_operations().mapUserBackedRam(paddr, aligned.first, aligned.second); in s_glMapBufferRangeDirect()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkCommonOperations.cpp | 2903 get_emugl_vm_operations().mapUserBackedRam(gpa, memoryInfoPtr->pageAlignedHva, in mapGpaToBufferHandle()
|
D | VkDecoderGlobalState.cpp | 4136 get_emugl_vm_operations().mapUserBackedRam(gpa, hva, sizeToPage); in mapHostVisibleMemoryToGuestPhysicalAddressLocked()
|