Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc960/
Dframebuffer_device.cpp95 mali_gralloc_unlock(m, m->currentBuffer); in fb_post()
112 mali_gralloc_unlock(m, buffer); in fb_post()
121 mali_gralloc_unlock(m, buffer); in fb_post()
130 mali_gralloc_unlock(m, buffer); in fb_post()
167 mali_gralloc_unlock(m, buffer); in fb_post()
168 mali_gralloc_unlock(m, m->framebuffer); in fb_post()
Dmali_gralloc_bufferaccess.h29 int mali_gralloc_unlock(const mali_gralloc_module *m, buffer_handle_t buffer);
Dmali_gralloc_bufferaccess.cpp168 int mali_gralloc_unlock(const mali_gralloc_module *m, buffer_handle_t buffer) in mali_gralloc_unlock() function
408 if (mali_gralloc_unlock(m, buffer) < 0) in mali_gralloc_unlock_async()
Dmali_gralloc_module.cpp112 return mali_gralloc_unlock(m, handle); in gralloc_unlock()