Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp131 void* getBufferPtr() const { in getBufferPtr() function
176 return ((int32_t*)cb->getBufferPtr()) + 1; in getOpenCountPtr()
417 get_mem_region(cb->getBufferPtr()); in get_ashmem_region()
431 const bool should_unmap = put_mem_region(rcEnc, cb->getBufferPtr()); in put_ashmem_region()
958 __FUNCTION__, handle, cb->getBufferPtr(), cb->bufferSize); in gralloc_free()
964 if (isHidlGralloc && cb->getBufferPtr()) { in gralloc_free()
984 if (cb->bufferSize > 0 && cb->getBufferPtr()) { in gralloc_free()
985 D("%s: unmapped %p", __FUNCTION__, cb->getBufferPtr()); in gralloc_free()
986 munmap(cb->getBufferPtr(), cb->bufferSize); in gralloc_free()
1138 int err = munmap(cb->getBufferPtr(), cb->bufferSize); in gralloc_unregister_buffer()
[all …]
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp135 GoldfishAddressSpaceBlock::memoryUnmap(cb->getBufferPtr(), cb->mmapedSize); in freeBuffer()
242 cb->getBufferPtr(), in importBufferImpl()
300 char* const bufferBits = static_cast<char*>(cb->getBufferPtr()); in lockImpl()
346 char* const bufferBits = static_cast<char*>(cb->getBufferPtr()); in lockYCbCrImpl()
521 char* const bufferBits = static_cast<char*>(cb->getBufferPtr()); in unlockImpl()
Dcb_handle_30.h81 void* getBufferPtr() const { in getBufferPtr() function
Dallocator3.cpp418 GoldfishAddressSpaceBlock::memoryUnmap(cb->getBufferPtr(), cb->mmapedSize); in freeCb()