Home
last modified time | relevance | path

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

/aosp14/system/core/libsync/include/sync/
H A Dsync.h45 int sync_wait(int fd, int timeout);
/aosp14/system/core/libsync/include/android/
H A Dsync.h45 int sync_wait(int fd, int timeout);
/aosp14/system/core/libsync/
H A Dlibsync.map.txt22 sync_wait; # llndk systemapi
H A Dsync.c124 int sync_wait(int fd, int timeout) in sync_wait() function
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.cpp484 sync_wait(bufferInfo->dequeue_fence, -1 /* forever */); in dequeueNextBuffer()
495 sync_wait(bufferInfo->dequeue_fence, -1 /* forever */); in dequeueNextBuffer()
510 sync_wait(bufferInfo->dequeue_fence, -1 /* forever */); in dequeueNextBuffer()
H A DEglManager.cpp662 int err = sync_wait(fence, warningTimeout); in waitForeverOnFence()
665 err = sync_wait(fence, -1); in waitForeverOnFence()
/aosp14/frameworks/base/libs/hwui/
H A DReadback.cpp92 if (sourceFence != -1 && sync_wait(sourceFence.get(), 500 /* ms */) != NO_ERROR) { in copySurfaceInto()
/aosp14/system/core/libsync/tests/
H A Dsync_test.cpp201 return sync_wait(m_fd, timeout); in wait()