Home
last modified time | relevance | path

Searched refs:mmapedSize (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/hals/
Dcb_handle_30.h54 mmapedSize(p_mmapedSize), in cb_handle_30_t()
76 uint32_t mmapedSize; // real allocation side member
Dmapper3.cpp122 if (cb->mmapedSize > 0) { in freeBuffer()
123 GoldfishAddressSpaceBlock::memoryUnmap(cb->getBufferPtr(), cb->mmapedSize); in freeBuffer()
226 if (cb->mmapedSize > 0) { in importBufferImpl()
230 cb->mmapedSize, in importBufferImpl()
Dallocator3.cpp408 GoldfishAddressSpaceBlock::memoryUnmap(cb->getBufferPtr(), cb->mmapedSize); in freeCb()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp755 mmapedSize(p_mmapedSize) { in cb_handle_30_t()
777 uint32_t mmapedSize; // real allocation side member
872 if (handle->mmapedSize > 0) { in free_buffer()
873 GoldfishAddressSpaceBlock::memoryUnmap(handle->getBufferPtr(), handle->mmapedSize); in free_buffer()
885 if (handle->mmapedSize > 0) { in register_buffer()
889 handle->mmapedSize, in register_buffer()
925 if (handle->mmapedSize > 0) { in unregister_buffer()
926 GoldfishAddressSpaceBlock::memoryUnmap(handle->getBufferPtr(), handle->mmapedSize); in unregister_buffer()