Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
Dcached_stream_buffer.cpp91 if (sync_wait(acquire_fence_, timeout_ms)) { in acquireAsYUV()
120 if (sync_wait(acquire_fence_, timeout_ms)) { in acquireAsBlob()
/device/amlogic/yukawa/hal/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/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/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/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/opengl-transport/host/libs/virglrenderer/
Dlibvirglrenderer.lds44 sync_wait;
DGralloc1.cpp143 int sync_wait(int, int) { in sync_wait() function
/device/generic/goldfish-opengl/system/hwc3/
DDrmSwapchain.cpp45 int err = sync_wait(mLastUseFenceFd.get(), 3000); in wait()
DLayer.cpp75 int err = sync_wait(fence.get(), 3000); in waitAndGetBuffer()
DHostFrameComposer.cpp574 int err = sync_wait(fence.get(), 3000); in presentDisplay()
DDisplay.cpp1016 int err = sync_wait(fence.get(), 3000); in waitAndGetClientTargetBuffer()
/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp51 if (sync_wait(fd, warningTimeout) < 0) { in waitFenceFd()
54 if (sync_wait(fd, -1) < 0) { in waitFenceFd()
/device/generic/goldfish/camera/
DCachedStreamBuffer.cpp135 if (sync_wait(mAcquireFence.get(), timeoutMs)) { in waitAcquireFence()
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto5217 SyncWaitFtraceEvent sync_wait = 40; field