Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Daddress_space_host_memory_allocator.cpp42 switch (static_cast<HostMemoryAllocatorCommand>(info->metadata)) { in perform()
43 case HostMemoryAllocatorCommand::Allocate: in perform()
47 case HostMemoryAllocatorCommand::Unallocate: in perform()
Daddress_space_host_memory_allocator_unittests.cpp57 AddressSpaceHostMemoryAllocatorContext::HostMemoryAllocatorCommand::Allocate); in createAllocateRequest()
68 AddressSpaceHostMemoryAllocatorContext::HostMemoryAllocatorCommand::Unallocate); in createUnallocateRequest()
Daddress_space_shared_slots_host_memory_allocator.cpp307 switch (static_cast<HostMemoryAllocatorCommand>(info->metadata)) { in perform()
308 case HostMemoryAllocatorCommand::Allocate: in perform()
312 case HostMemoryAllocatorCommand::Unallocate: in perform()
316 case HostMemoryAllocatorCommand::CheckIfSharedSlotsSupported: in perform()
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_host_memory_allocator.h26 enum class HostMemoryAllocatorCommand { enum
Daddress_space_shared_slots_host_memory_allocator.h26 enum class HostMemoryAllocatorCommand { enum