Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/
Dcros_gralloc_helpers.h65 int32_t cros_gralloc_sync_wait(int32_t fence, bool close_fence);
Dcros_gralloc_helpers.cc184 int32_t cros_gralloc_sync_wait(int32_t fence, bool close_fence) in cros_gralloc_sync_wait() function
Dcros_gralloc_driver.cc475 int32_t ret = cros_gralloc_sync_wait(acquire_fence, close_acquire_fence); in lock()
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc233 ret = cros_gralloc_sync_wait(fence_fd, /*close_acquire_fence=*/true); in gralloc0_unlock()