Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hals/
Dcb_handle_30.h55 mmapedSize(p_mmapedSize), in cb_handle_30_t()
112 uint32_t mmapedSize; // real allocation side member
Dmapper3.cpp134 if (cb->mmapedSize > 0) { in freeBuffer()
135 GoldfishAddressSpaceBlock::memoryUnmap(cb->getBufferPtr(), cb->mmapedSize); in freeBuffer()
238 if (cb->mmapedSize > 0) { in importBufferImpl()
243 cb->mmapedSize, in importBufferImpl()
Dallocator3.cpp418 GoldfishAddressSpaceBlock::memoryUnmap(cb->getBufferPtr(), cb->mmapedSize); in freeCb()