Searched refs:getBufferMapper (Results 1 – 2 of 2) sorted by relevance
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
D | GraphicBuffer.cpp | 200 status_t res = getBufferMapper().lock(handle, inUsage, rect, vaddr); in lock() 219 status_t res = getBufferMapper().lockYCbCr(handle, inUsage, rect, ycbcr); in lockYCbCr() 224 status_t res = getBufferMapper().unlock(handle); in unlock() 248 status_t res = getBufferMapper().lockAsync(handle, inProducerUsage, in lockAsync() 269 status_t res = getBufferMapper().lockAsyncYCbCr(handle, inUsage, rect, ycbcr, fenceFd); in lockAsyncYCbCr() 274 status_t res = getBufferMapper().unlockAsync(handle, fenceFd); in unlockAsync()
|
/device/generic/vulkan-cereal/fake-android-guest/ui/ |
D | GraphicBuffer.h | 169 inline const GraphicBufferMapper& getBufferMapper() const { in getBufferMapper() function 172 inline GraphicBufferMapper& getBufferMapper() { in getBufferMapper() function
|