Searched refs:mali_gralloc_unlock (Results 1 – 4 of 4) sorted by relevance
/device/linaro/hikey/gralloc960/ |
D | framebuffer_device.cpp | 95 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()
|
D | mali_gralloc_bufferaccess.h | 29 int mali_gralloc_unlock(const mali_gralloc_module *m, buffer_handle_t buffer);
|
D | mali_gralloc_bufferaccess.cpp | 168 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()
|
D | mali_gralloc_module.cpp | 112 return mali_gralloc_unlock(m, handle); in gralloc_unlock()
|