Home
last modified time | relevance | path

Searched refs:physAddr (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/
Dgoldfish_address_space_host.impl159 uint64_t GoldfishAddressSpaceBlock::physAddr() const
265 void *hostPtr = HostAddressSpaceDevice::get()->getHostAddr(block->physAddr());
273 request.phys_addr = block->physAddr();
279 void *hostPtr = HostAddressSpaceDevice::get()->getHostAddr(block->physAddr());
300 request.phys_addr = block->physAddr();
Dgoldfish_address_space.h91 uint64_t physAddr() const;
Dgoldfish_address_space_fuchsia.impl157 uint64_t GoldfishAddressSpaceBlock::physAddr() const
Dgoldfish_address_space_android.impl243 uint64_t GoldfishAddressSpaceBlock::physAddr() const
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
Daddress_space_graphics_types.h214 uint64_t physAddr; member
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp90 m_physAddrToOffset = bufferBits.physAddr() - bufferBits.offset(); in GoldfishMapper()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp796 m_physAddrToOffset = bufferBits.physAddr() - bufferBits.offset(); in goldfish_address_space_host_malloc_buffer_manager_t()
Dgralloc_old.cpp528 grdma->address_space_block.physAddr()); in updateHostColorBuffer()
/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.cpp4448 *pAddress = block.physAddr(); in on_vkMapMemoryIntoAddressSpaceGOOGLE_pre()