Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Daddress_space_shared_slots_host_memory_allocator.cpp34 typedef AddressSpaceSharedSlotsHostMemoryAllocatorContext ASSSHMAC;
295 AddressSpaceSharedSlotsHostMemoryAllocatorContext::AddressSpaceSharedSlotsHostMemoryAllocatorContex… in AddressSpaceSharedSlotsHostMemoryAllocatorContext() function in android::emulation::AddressSpaceSharedSlotsHostMemoryAllocatorContext
300 AddressSpaceSharedSlotsHostMemoryAllocatorContext::~AddressSpaceSharedSlotsHostMemoryAllocatorConte… in ~AddressSpaceSharedSlotsHostMemoryAllocatorContext()
304 void AddressSpaceSharedSlotsHostMemoryAllocatorContext::perform(AddressSpaceDevicePingInfo *info) { in perform()
329 AddressSpaceSharedSlotsHostMemoryAllocatorContext::allocate( in allocate()
358 AddressSpaceSharedSlotsHostMemoryAllocatorContext::unallocate( in unallocate()
378 void AddressSpaceSharedSlotsHostMemoryAllocatorContext::gcEmptyBlocks(int allowedEmpty) { in gcEmptyBlocks()
394 uint64_t AddressSpaceSharedSlotsHostMemoryAllocatorContext::populatePhysAddr( in populatePhysAddr()
407 AddressSpaceDeviceType AddressSpaceSharedSlotsHostMemoryAllocatorContext::getDeviceType() const { in getDeviceType()
411 void AddressSpaceSharedSlotsHostMemoryAllocatorContext::save(base::Stream* stream) const { in save()
[all …]
Daddress_space_device.cpp215 AddressSpaceSharedSlotsHostMemoryAllocatorContext::globalStateSave(stream); in save()
256 if (!AddressSpaceSharedSlotsHostMemoryAllocatorContext::globalStateLoad( in load()
323 AddressSpaceSharedSlotsHostMemoryAllocatorContext::globalStateClear(); in clear()
383 return DeviceContextPtr(new AddressSpaceSharedSlotsHostMemoryAllocatorContext( in buildAddressSpaceDeviceContext()
Daddress_space_shared_slots_host_memory_allocator_unittests.cpp21 typedef AddressSpaceSharedSlotsHostMemoryAllocatorContext ASSSHMAC;
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_shared_slots_host_memory_allocator.h24 class AddressSpaceSharedSlotsHostMemoryAllocatorContext : public AddressSpaceDeviceContext {
76 AddressSpaceSharedSlotsHostMemoryAllocatorContext(const address_space_device_control_ops *ops,
78 ~AddressSpaceSharedSlotsHostMemoryAllocatorContext();