Lines Matching refs:fence_fd
223 int h, void **vaddr, int32_t fence_fd) in mali_gralloc_lock_async() argument
225 if (fence_fd >= 0) in mali_gralloc_lock_async()
227 sync_wait(fence_fd, -1); in mali_gralloc_lock_async()
228 close(fence_fd); in mali_gralloc_lock_async()
235 int w, int h, android_ycbcr *ycbcr, int32_t fence_fd) in mali_gralloc_lock_ycbcr_async() argument
237 if (fence_fd >= 0) in mali_gralloc_lock_ycbcr_async()
239 sync_wait(fence_fd, -1); in mali_gralloc_lock_ycbcr_async()
240 close(fence_fd); in mali_gralloc_lock_ycbcr_async()
249 … int w, int h, struct android_flex_layout *flex_layout, int32_t fence_fd) in mali_gralloc_lock_flex_async() argument
268 if (fence_fd >= 0) in mali_gralloc_lock_flex_async()
270 sync_wait(fence_fd, -1); in mali_gralloc_lock_flex_async()
271 close(fence_fd); in mali_gralloc_lock_flex_async()
404 … mali_gralloc_unlock_async(const mali_gralloc_module *m, buffer_handle_t buffer, int32_t *fence_fd) in mali_gralloc_unlock_async() argument
406 *fence_fd = -1; in mali_gralloc_unlock_async()