Home
last modified time | relevance | path

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

12

/device/google/cuttlefish/guest/hals/camera/
Dcached_stream_buffer.cpp91 if (sync_wait(acquire_fence_, timeout_ms)) { in acquireAsYUV()
105 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/vulkan-cereal/fake-android-guest/sync/
Dsync.cpp21 int sync_wait(int fd, int timeout) { return 0; } in sync_wait() function
Dsync.h45 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/opengl-transport/host/libs/virglrenderer/include/sync/
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/opengl-transport/host/libs/virglrenderer/
Dlibvirglrenderer.lds44 sync_wait;
DGralloc1.cpp143 int sync_wait(int, int) { in sync_wait() function
/device/generic/goldfish-opengl/fuchsia/
Dport.cc103 int sync_wait(int fd, int timeout) { 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/hwc2/
DHostComposer.cpp166 if (sync_wait(fence, 0) == 0) { in isReady()
187 int ret = sync_wait(fence, kWaitInterval); in waitForFence()
630 int err = sync_wait(fence.get(), 3000); in presentDisplay()
DLayer.cpp46 int err = sync_wait(fence.get(), 3000); in waitAndGetBuffer()
DDisplay.cpp141 int err = sync_wait(fence.get(), 3000); in waitAndGetClientTargetBuffer()
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DGraphicBufferMapper.cpp105 sync_wait(fenceFd, -1); in unlock()
/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-opengl/system/hwc3/
DLayer.cpp76 int err = sync_wait(fence.get(), 3000); in waitAndGetBuffer()
DHostFrameComposer.cpp638 int err = sync_wait(fence.get(), 3000); in presentDisplay()
DDisplay.cpp1040 int err = sync_wait(fence.get(), 3000); in waitAndGetClientTargetBuffer()
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dswapchain.cpp283 sync_wait(release_fence, -1 /* forever */); in ReleaseSwapchainImage()
1409 sync_wait(fence_fd, -1 /* forever */); in AcquireNextImageKHR()
/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.cpp5588 sync_wait(fd, 3000); in on_vkWaitForFences()
6762 sync_wait(fd, 3000); in on_vkQueueSubmit()
6916 sync_wait(fd, 3000); in unwrap_vkAcquireImageANDROID_nativeFenceFd()
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/proto/
Dperfetto_trace.proto4574 SyncWaitFtraceEvent sync_wait = 40; field
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto5217 SyncWaitFtraceEvent sync_wait = 40; field
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.h20054 ::protozero::ConstBytes sync_wait() const { return at<40>().as_bytes(); }

12