Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/testing/
DHostAddressSpace.h64 static int allocSharedHostRegionFixedLocked(uint64_t page_aligned_size, uint64_t offset);
DHostAddressSpace.cpp278 int allocSharedHostRegionFixedLocked(uint64_t page_aligned_size, uint64_t offset) { in allocSharedHostRegionFixedLocked() function in android::HostAddressSpaceDevice::Impl
486 int HostAddressSpaceDevice::allocSharedHostRegionFixedLocked(uint64_t page_aligned_size, uint64_t o… in allocSharedHostRegionFixedLocked() function in android::HostAddressSpaceDevice
487 …return HostAddressSpaceDevice::getImpl()->allocSharedHostRegionFixedLocked(page_aligned_size, offs… in allocSharedHostRegionFixedLocked()
498 &HostAddressSpaceDevice::allocSharedHostRegionFixedLocked,
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_device.h103 int (*allocSharedHostRegionFixedLocked)(uint64_t page_aligned_size, uint64_t offset); member
/hardware/google/aemu/host-common/
Daddress_space_shared_slots_host_memory_allocator.cpp58 if (hw->allocSharedHostRegionFixedLocked(size, offset)) { in allocateAddressSpaceBlockFixed()
Daddress_space_graphics.cpp474 allocSharedHostRegionFixedLocked( in fillBlockLocked()