Home
last modified time | relevance | path

Searched refs:mali_gralloc_unlock (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferaccess.h28 int mali_gralloc_unlock(buffer_handle_t buffer);
Dmali_gralloc_bufferaccess.cpp269 int mali_gralloc_unlock(buffer_handle_t buffer) in mali_gralloc_unlock() function
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferaccess.h29 int mali_gralloc_unlock(const mali_gralloc_module *m, buffer_handle_t buffer);
Dframebuffer_device.cpp98 mali_gralloc_unlock(m, m->currentBuffer); in fb_post()
114 mali_gralloc_unlock(m, buffer); in fb_post()
121 mali_gralloc_unlock(m, buffer); in fb_post()
156 mali_gralloc_unlock(m, buffer); in fb_post()
157 mali_gralloc_unlock(m, m->framebuffer); in fb_post()
Dmali_gralloc_module.cpp114 return mali_gralloc_unlock(m, handle); in gralloc_unlock()
Dmali_gralloc_bufferaccess.cpp511 int mali_gralloc_unlock(const mali_gralloc_module *m, buffer_handle_t buffer) in mali_gralloc_unlock() function
1376 if (mali_gralloc_unlock(m, buffer) < 0) in mali_gralloc_unlock_async()
/hardware/google/gchips/gralloc4/src/hidl_common/
DMapper.cpp257 const int result = mali_gralloc_unlock(bufferHandle); in unlockBuffer()