Home
last modified time | relevance | path

Searched refs:AddressSpaceDeviceType (Results 1 – 12 of 12) sorted by relevance

/hardware/google/aemu/host-common/
Daddress_space_device.cpp126 create.type = static_cast<AddressSpaceDeviceType>(pingInfo->metadata); in ping()
151 create.type = static_cast<AddressSpaceDeviceType>(pingInfo->metadata); in pingAtHva()
285 create.type = static_cast<AddressSpaceDeviceType>(stream->getBe32()); in load()
363 case AddressSpaceDeviceType::Graphics: in buildAddressSpaceDeviceContext()
367 case AddressSpaceDeviceType::Media: in buildAddressSpaceDeviceContext()
372 case AddressSpaceDeviceType::Sensors: in buildAddressSpaceDeviceContext()
374 case AddressSpaceDeviceType::Power: in buildAddressSpaceDeviceContext()
376 case AddressSpaceDeviceType::GenericPipe: in buildAddressSpaceDeviceContext()
378 case AddressSpaceDeviceType::HostMemoryAllocator: in buildAddressSpaceDeviceContext()
382 case AddressSpaceDeviceType::SharedSlotsHostMemoryAllocator: in buildAddressSpaceDeviceContext()
[all …]
Daddress_space_host_media.cpp53 AddressSpaceDeviceType AddressSpaceHostMediaContext::getDeviceType() const { in getDeviceType()
54 return AddressSpaceDeviceType::Media; in getDeviceType()
Daddress_space_host_memory_allocator.cpp117 AddressSpaceDeviceType AddressSpaceHostMemoryAllocatorContext::getDeviceType() const { in getDeviceType()
118 return AddressSpaceDeviceType::HostMemoryAllocator; in getDeviceType()
Daddress_space_host_memory_allocator_unittests.cpp83 EXPECT_EQ(ctx.getDeviceType(), AddressSpaceDeviceType::HostMemoryAllocator); in TEST()
Daddress_space_graphics.cpp579 mIsVirtio = (create.type == AddressSpaceDeviceType::VirtioGpuGraphics);
724 AddressSpaceDeviceType AddressSpaceGraphicsContext::getDeviceType() const { in getDeviceType()
725 return AddressSpaceDeviceType::Graphics; in getDeviceType()
Daddress_space_shared_slots_host_memory_allocator.cpp407 AddressSpaceDeviceType AddressSpaceSharedSlotsHostMemoryAllocatorContext::getDeviceType() const { in getDeviceType()
408 return AddressSpaceDeviceType::SharedSlotsHostMemoryAllocator; in getDeviceType()
Daddress_space_graphics_unittests.cpp61 ping((uint64_t)AddressSpaceDeviceType::Graphics); in Client()
/hardware/google/aemu/host-common/include/host-common/
DAddressSpaceService.h30 enum AddressSpaceDeviceType { enum
57 virtual AddressSpaceDeviceType getDeviceType() const = 0;
Daddress_space_host_memory_allocator.h37 AddressSpaceDeviceType getDeviceType() const override;
Daddress_space_host_media.h35 AddressSpaceDeviceType getDeviceType() const override;
Daddress_space_graphics.h51 AddressSpaceDeviceType getDeviceType() const override;
Daddress_space_shared_slots_host_memory_allocator.h82 AddressSpaceDeviceType getDeviceType() const override;