Searched refs:fenceFD (Results 1 – 1 of 1) sorted by relevance
/device/linaro/hikey/gralloc/ |
D | gralloc_module.cpp | 465 … *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vaddr, int fenceFD) in gralloc_lock_async() argument 467 if (fenceFD >= 0) in gralloc_lock_async() 469 sync_wait(fenceFD, -1); in gralloc_lock_async() 470 close(fenceFD); in gralloc_lock_async() 476 …atic int gralloc_unlock_async(gralloc_module_t const *module, buffer_handle_t handle, int *fenceFD) in gralloc_unlock_async() argument 478 *fenceFD = -1; in gralloc_unlock_async() 489 …r_handle_t handle, int usage, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int fenceFD) in gralloc_lock_async_ycbcr() argument 491 if (fenceFD >= 0) in gralloc_lock_async_ycbcr() 493 sync_wait(fenceFD, -1); in gralloc_lock_async_ycbcr() 494 close(fenceFD); in gralloc_lock_async_ycbcr()
|