Home
last modified time | relevance | path

Searched refs:sync_wait (Results 1 – 12 of 12) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/include/sync/
Dsync.h20 int sync_wait(int fd, int timeout);
/device/generic/opengl-transport/host/libs/virglrenderer/include/android/
Dsync.h20 int sync_wait(int fd, int timeout);
/device/generic/goldfish-opengl/fuchsia/include/sync/
Dsync.h6 int sync_wait(int fd, int timeout);
/device/generic/goldfish-opengl/fuchsia/
Dport.cc67 int sync_wait(int fd, int timeout) { in sync_wait() function
/device/linaro/hikey/gralloc960/
Dmali_gralloc_bufferaccess.cpp227 sync_wait(fence_fd, -1); in mali_gralloc_lock_async()
239 sync_wait(fence_fd, -1); in mali_gralloc_lock_ycbcr_async()
270 sync_wait(fence_fd, -1); in mali_gralloc_lock_flex_async()
/device/amlogic/yukawa/gralloc/
Dmali_gralloc_bufferaccess.cpp227 sync_wait(fence_fd, -1); in mali_gralloc_lock_async()
239 sync_wait(fence_fd, -1); in mali_gralloc_lock_ycbcr_async()
270 sync_wait(fence_fd, -1); in mali_gralloc_lock_flex_async()
/device/generic/opengl-transport/host/libs/virglrenderer/
Dlibvirglrenderer.lds44 sync_wait;
DGralloc1.cpp143 int sync_wait(int, int) { in sync_wait() function
/device/linaro/hikey/gralloc/
Dgralloc_module.cpp469 sync_wait(fenceFD, -1); in gralloc_lock_async()
493 sync_wait(fenceFD, -1); in gralloc_lock_async_ycbcr()
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp47 if (sync_wait(fd, warningTimeout) < 0) { in waitFenceFd()
50 if (sync_wait(fd, -1) < 0) { in waitFenceFd()
/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.cpp3112 sync_wait(fd, 3000); in on_vkWaitForFences()
3800 sync_wait(fd, 3000); in on_vkQueueSubmit()
3932 sync_wait(fd, 3000); in unwrap_vkAcquireImageANDROID_nativeFenceFd()
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp813 int err = sync_wait(fence, 3000); in present()