Home
last modified time | relevance | path

Searched refs:GoldfishAddressSpaceBlock (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/
Dgoldfish_address_space.h25 class GoldfishAddressSpaceBlock; variable
80 friend class GoldfishAddressSpaceBlock; variable
84 class GoldfishAddressSpaceBlock {
86 GoldfishAddressSpaceBlock();
87 ~GoldfishAddressSpaceBlock();
97 void replace(GoldfishAddressSpaceBlock *other);
104 GoldfishAddressSpaceBlock &operator=(const GoldfishAddressSpaceBlock &);
126 long hostMalloc(GoldfishAddressSpaceBlock *block, size_t size);
127 void hostFree(GoldfishAddressSpaceBlock *block);
Dgoldfish_address_space_host.impl83 GoldfishAddressSpaceBlock::GoldfishAddressSpaceBlock()
92 GoldfishAddressSpaceBlock::~GoldfishAddressSpaceBlock()
97 GoldfishAddressSpaceBlock &GoldfishAddressSpaceBlock::operator=(const GoldfishAddressSpaceBlock &rh…
109 bool GoldfishAddressSpaceBlock::allocate(GoldfishAddressSpaceBlockProvider *provider, size_t size)
130 bool GoldfishAddressSpaceBlock::claimShared(GoldfishAddressSpaceBlockProvider *provider, uint64_t o…
159 uint64_t GoldfishAddressSpaceBlock::physAddr() const
164 uint64_t GoldfishAddressSpaceBlock::hostAddr() const
171 void *GoldfishAddressSpaceBlock::mmap(uint64_t host_addr)
189 void *GoldfishAddressSpaceBlock::guestPtr() const
194 void GoldfishAddressSpaceBlock::destroy()
[all …]
Dgoldfish_address_space_fuchsia.impl91 GoldfishAddressSpaceBlock::GoldfishAddressSpaceBlock()
100 GoldfishAddressSpaceBlock::~GoldfishAddressSpaceBlock()
105 GoldfishAddressSpaceBlock &GoldfishAddressSpaceBlock::operator=(const GoldfishAddressSpaceBlock &rh…
118 bool GoldfishAddressSpaceBlock::allocate(GoldfishAddressSpaceBlockProvider *provider, size_t size)
151 bool GoldfishAddressSpaceBlock::claimShared(GoldfishAddressSpaceBlockProvider *provider, uint64_t o…
157 uint64_t GoldfishAddressSpaceBlock::physAddr() const
162 uint64_t GoldfishAddressSpaceBlock::hostAddr() const
167 void *GoldfishAddressSpaceBlock::mmap(uint64_t host_addr)
199 void *GoldfishAddressSpaceBlock::guestPtr() const
204 void GoldfishAddressSpaceBlock::destroy()
[all …]
Dgoldfish_address_space_android.impl156 GoldfishAddressSpaceBlock::GoldfishAddressSpaceBlock()
164 GoldfishAddressSpaceBlock::~GoldfishAddressSpaceBlock()
169 GoldfishAddressSpaceBlock &GoldfishAddressSpaceBlock::operator=(const GoldfishAddressSpaceBlock &rh…
181 bool GoldfishAddressSpaceBlock::allocate(GoldfishAddressSpaceBlockProvider *provider, size_t size)
214 bool GoldfishAddressSpaceBlock::claimShared(GoldfishAddressSpaceBlockProvider *provider, uint64_t o…
243 uint64_t GoldfishAddressSpaceBlock::physAddr() const
248 uint64_t GoldfishAddressSpaceBlock::hostAddr() const
253 void *GoldfishAddressSpaceBlock::mmap(uint64_t host_addr)
280 void *GoldfishAddressSpaceBlock::guestPtr() const
285 void GoldfishAddressSpaceBlock::destroy()
[all …]
/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/
Dgoldfish_address_space.cpp24 void GoldfishAddressSpaceBlock::replace(GoldfishAddressSpaceBlock *other) in replace()
30 *other = GoldfishAddressSpaceBlock(); in replace()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp792 GoldfishAddressSpaceBlock bufferBits; in goldfish_address_space_host_malloc_buffer_manager_t()
816 GoldfishAddressSpaceBlock bufferBits; in alloc_buffer()
873 GoldfishAddressSpaceBlock::memoryUnmap(handle->getBufferPtr(), handle->mmapedSize); in free_buffer()
887 const int res = GoldfishAddressSpaceBlock::memoryMap( in register_buffer()
926 GoldfishAddressSpaceBlock::memoryUnmap(handle->getBufferPtr(), handle->mmapedSize); in unregister_buffer()
Dgralloc_old.cpp212 GoldfishAddressSpaceBlock address_space_block;
309 GoldfishAddressSpaceBlock* block = &grdma->address_space_block; in gralloc_dmaregion_register_ashmem_direct_mem_locked()
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp86 GoldfishAddressSpaceBlock bufferBits; in GoldfishMapper()
123 GoldfishAddressSpaceBlock::memoryUnmap(cb->getBufferPtr(), cb->mmapedSize); in freeBuffer()
228 const int res = GoldfishAddressSpaceBlock::memoryMap( in importBufferImpl()
Dallocator3.cpp343 GoldfishAddressSpaceBlock bufferBits; in allocateCb()
408 GoldfishAddressSpaceBlock::memoryUnmap(cb->getBufferPtr(), cb->mmapedSize); in freeCb()
/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.cpp268 GoldfishAddressSpaceBlock*
4441 new GoldfishAddressSpaceBlock; in on_vkMapMemoryIntoAddressSpaceGOOGLE_pre()