Searched refs:mali_gralloc_unlock (Results 1 – 7 of 7) sorted by relevance
28 int mali_gralloc_unlock(buffer_handle_t buffer);
269 int mali_gralloc_unlock(buffer_handle_t buffer) in mali_gralloc_unlock() function
29 int mali_gralloc_unlock(const mali_gralloc_module *m, buffer_handle_t buffer);
98 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()
114 return mali_gralloc_unlock(m, handle); in gralloc_unlock()
511 int mali_gralloc_unlock(const mali_gralloc_module *m, buffer_handle_t buffer) in mali_gralloc_unlock() function1376 if (mali_gralloc_unlock(m, buffer) < 0) in mali_gralloc_unlock_async()
257 const int result = mali_gralloc_unlock(bufferHandle); in unlockBuffer()