Searched refs:sync_wait (Results 1 – 15 of 15) sorted by relevance
/device/google/cuttlefish/guest/hals/camera/ |
D | cached_stream_buffer.cpp | 91 if (sync_wait(acquire_fence_, timeout_ms)) { in acquireAsYUV() 120 if (sync_wait(acquire_fence_, timeout_ms)) { in acquireAsBlob()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_bufferaccess.cpp | 227 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/linaro/hikey/gralloc960/ |
D | mali_gralloc_bufferaccess.cpp | 227 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/include/sync/ |
D | sync.h | 20 int sync_wait(int fd, int timeout);
|
/device/generic/opengl-transport/host/libs/virglrenderer/include/android/ |
D | sync.h | 20 int sync_wait(int fd, int timeout);
|
/device/linaro/hikey/gralloc/ |
D | gralloc_module.cpp | 469 sync_wait(fenceFD, -1); in gralloc_lock_async() 493 sync_wait(fenceFD, -1); in gralloc_lock_async_ycbcr()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | libvirglrenderer.lds | 44 sync_wait;
|
D | Gralloc1.cpp | 143 int sync_wait(int, int) { in sync_wait() function
|
/device/generic/goldfish-opengl/system/hwc3/ |
D | DrmSwapchain.cpp | 45 int err = sync_wait(mLastUseFenceFd.get(), 3000); in wait()
|
D | Layer.cpp | 75 int err = sync_wait(fence.get(), 3000); in waitAndGetBuffer()
|
D | HostFrameComposer.cpp | 574 int err = sync_wait(fence.get(), 3000); in presentDisplay()
|
D | Display.cpp | 1016 int err = sync_wait(fence.get(), 3000); in waitAndGetClientTargetBuffer()
|
/device/generic/goldfish-opengl/system/hals/ |
D | mapper3.cpp | 51 if (sync_wait(fd, warningTimeout) < 0) { in waitFenceFd() 54 if (sync_wait(fd, -1) < 0) { in waitFenceFd()
|
/device/generic/goldfish/camera/ |
D | CachedStreamBuffer.cpp | 135 if (sync_wait(mAcquireFence.get(), timeoutMs)) { in waitAcquireFence()
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 5217 SyncWaitFtraceEvent sync_wait = 40; field
|