Searched refs:existingMemoryInfo (Results 1 – 1 of 1) sorted by relevance
4125 auto* existingMemoryInfo = android::base::find(mOccupiedGpas, gpa); in mapHostVisibleMemoryToGuestPhysicalAddressLocked() local4126 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() local4170 if (!existingMemoryInfo) return; in unmapMemoryAtGpaIfExists()4172 get_emugl_vm_operations().unmapUserBackedRam(existingMemoryInfo->gpa, in unmapMemoryAtGpaIfExists()4173 existingMemoryInfo->sizeToPage); in unmapMemoryAtGpaIfExists()