Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
Daddress_space_shared_slots_host_memory_allocator.h98 uint64_t populatePhysAddr(AddressSpaceDevicePingInfo *info,
/hardware/google/aemu/host-common/
Daddress_space_shared_slots_host_memory_allocator.cpp337 return populatePhysAddr(info, physAddr, alignedSize, &kv.second); in allocate()
354 return populatePhysAddr(info, physAddr, alignedSize, &r.first->second); in allocate()
394 uint64_t AddressSpaceSharedSlotsHostMemoryAllocatorContext::populatePhysAddr( in populatePhysAddr() function in android::emulation::AddressSpaceSharedSlotsHostMemoryAllocatorContext