Searched refs:sync_wait (Results 1 – 8 of 8) sorted by relevance
/aosp14/system/core/libsync/include/sync/ |
H A D | sync.h | 45 int sync_wait(int fd, int timeout);
|
/aosp14/system/core/libsync/include/android/ |
H A D | sync.h | 45 int sync_wait(int fd, int timeout);
|
/aosp14/system/core/libsync/ |
H A D | libsync.map.txt | 22 sync_wait; # llndk systemapi
|
H A D | sync.c | 124 int sync_wait(int fd, int timeout) in sync_wait() function
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | VulkanManager.cpp | 484 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 D | EglManager.cpp | 662 int err = sync_wait(fence, warningTimeout); in waitForeverOnFence() 665 err = sync_wait(fence, -1); in waitForeverOnFence()
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | Readback.cpp | 92 if (sourceFence != -1 && sync_wait(sourceFence.get(), 500 /* ms */) != NO_ERROR) { in copySurfaceInto()
|
/aosp14/system/core/libsync/tests/ |
H A D | sync_test.cpp | 201 return sync_wait(m_fd, timeout); in wait()
|