Home
last modified time | relevance | path

Searched refs:existingMemoryInfo (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp4125 auto* existingMemoryInfo = android::base::find(mOccupiedGpas, gpa); in mapHostVisibleMemoryToGuestPhysicalAddressLocked() local
4126 if (existingMemoryInfo) { in mapHostVisibleMemoryToGuestPhysicalAddressLocked()
4130 get_emugl_vm_operations().unmapUserBackedRam(existingMemoryInfo->gpa, in mapHostVisibleMemoryToGuestPhysicalAddressLocked()
4131 existingMemoryInfo->sizeToPage); in mapHostVisibleMemoryToGuestPhysicalAddressLocked()
4169 auto* existingMemoryInfo = android::base::find(mOccupiedGpas, gpa); in unmapMemoryAtGpaIfExists() local
4170 if (!existingMemoryInfo) return; in unmapMemoryAtGpaIfExists()
4172 get_emugl_vm_operations().unmapUserBackedRam(existingMemoryInfo->gpa, in unmapMemoryAtGpaIfExists()
4173 existingMemoryInfo->sizeToPage); in unmapMemoryAtGpaIfExists()