Home
last modified time | relevance | path

Searched refs:GoldfishAddressSpaceSubdeviceType (Results 1 – 7 of 7) sorted by relevance

/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/
Dgoldfish_address_space.h46 enum GoldfishAddressSpaceSubdeviceType { enum
56 GoldfishAddressSpaceBlockProvider(GoldfishAddressSpaceSubdeviceType subdevice);
166 …sh_address_space_set_subdevice_type(address_space_handle_t, GoldfishAddressSpaceSubdeviceType type…
Dgoldfish_address_space_host.impl39 …ddressSpaceBlockProvider::GoldfishAddressSpaceBlockProvider(GoldfishAddressSpaceSubdeviceType subd…
42 if ((subdevice != GoldfishAddressSpaceSubdeviceType::NoSubdevice) && is_opened()) {
236 ? GoldfishAddressSpaceSubdeviceType::SharedSlotsHostMemoryAllocator
237 : GoldfishAddressSpaceSubdeviceType::HostMemoryAllocator),
378 address_space_handle_t handle, GoldfishAddressSpaceSubdeviceType type,
Dgoldfish_address_space_android.impl105 …ddressSpaceBlockProvider::GoldfishAddressSpaceBlockProvider(GoldfishAddressSpaceSubdeviceType subd…
108 if ((subdevice != GoldfishAddressSpaceSubdeviceType::NoSubdevice) && is_opened()) {
343 ? GoldfishAddressSpaceSubdeviceType::SharedSlotsHostMemoryAllocator
344 : GoldfishAddressSpaceSubdeviceType::HostMemoryAllocator),
518 address_space_handle_t handle, GoldfishAddressSpaceSubdeviceType type,
Dgoldfish_address_space_fuchsia.impl43 …ddressSpaceBlockProvider::GoldfishAddressSpaceBlockProvider(GoldfishAddressSpaceSubdeviceType subd…
45 if (subdevice != GoldfishAddressSpaceSubdeviceType::NoSubdevice) {
232 : m_provider(GoldfishAddressSpaceSubdeviceType::HostMemoryAllocator) { }
308 address_space_handle_t handle, GoldfishAddressSpaceSubdeviceType type,
/device/generic/goldfish-opengl/system/codecs/omx/common/
Dgoldfish_media_utils.cpp119 pingInfo.metadata = GoldfishAddressSpaceSubdeviceType::Media; in GoldfishMediaTransportImpl()
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DAddressSpaceStream.cpp39 …if (!goldfish_address_space_set_subdevice_type(handle, GoldfishAddressSpaceSubdeviceType::Graphics… in createAddressSpaceStream()
/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.cpp776 GoldfishAddressSpaceSubdeviceType::NoSubdevice)); in setupFeatures()