/device/google/cuttlefish/guest/hals/camera/ |
D | cached_stream_buffer.cpp | 91 if (sync_wait(acquire_fence_, timeout_ms)) { in acquireAsYUV() 105 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/vulkan-cereal/fake-android-guest/sync/ |
D | sync.cpp | 21 int sync_wait(int fd, int timeout) { return 0; } in sync_wait() function
|
D | sync.h | 45 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/generic/opengl-transport/host/libs/virglrenderer/include/sync/ |
D | sync.h | 20 int sync_wait(int fd, int timeout);
|
/device/generic/goldfish-opengl/fuchsia/include/sync/ |
D | sync.h | 6 int sync_wait(int fd, int timeout);
|
/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/fuchsia/ |
D | port.cc | 103 int sync_wait(int fd, int timeout) { in sync_wait() function
|
/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/goldfish-opengl/system/hwc2/ |
D | HostComposer.cpp | 166 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()
|
D | Layer.cpp | 46 int err = sync_wait(fence.get(), 3000); in waitAndGetBuffer()
|
D | Display.cpp | 141 int err = sync_wait(fence.get(), 3000); in waitAndGetClientTargetBuffer()
|
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
D | GraphicBufferMapper.cpp | 105 sync_wait(fenceFd, -1); in unlock()
|
/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-opengl/system/hwc3/ |
D | Layer.cpp | 76 int err = sync_wait(fence.get(), 3000); in waitAndGetBuffer()
|
D | HostFrameComposer.cpp | 638 int err = sync_wait(fence.get(), 3000); in presentDisplay()
|
D | Display.cpp | 1040 int err = sync_wait(fence.get(), 3000); in waitAndGetClientTargetBuffer()
|
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
D | swapchain.cpp | 283 sync_wait(release_fence, -1 /* forever */); in ReleaseSwapchainImage() 1409 sync_wait(fence_fd, -1 /* forever */); in AcquireNextImageKHR()
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | ResourceTracker.cpp | 5588 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/ |
D | perfetto_trace.proto | 4574 SyncWaitFtraceEvent sync_wait = 40; field
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 5217 SyncWaitFtraceEvent sync_wait = 40; field
|
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/ |
D | perfetto.h | 20054 ::protozero::ConstBytes sync_wait() const { return at<40>().as_bytes(); }
|