Home
last modified time | relevance | path

Searched refs:directMappedAddr (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/
Dgoldfish_address_space_android.impl708 void* directMappedAddr = mmap64(0, size, PROT_WRITE, MAP_SHARED, fd, map_info.offset);
710 if (!directMappedAddr) {
717 hostmem_info_out->ptr = directMappedAddr;
/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.cpp2066 uint64_t directMappedAddr = 0; in getOrAllocateHostMemBlockLocked() local
2074 device, hostMemAlloc.memory, &directMappedAddr); in getOrAllocateHostMemBlockLocked()
2116 directMappedAddr = (uint64_t)(uintptr_t) in getOrAllocateHostMemBlockLocked()
2119 if (!directMappedAddr) { in getOrAllocateHostMemBlockLocked()
2125 directMappedAddr += (uint64_t)(uintptr_t)(hvaSizeId[0]) & (PAGE_SIZE - 1); in getOrAllocateHostMemBlockLocked()
2140 (uint8_t*)(uintptr_t)directMappedAddr; in getOrAllocateHostMemBlockLocked()