Searched refs:sync_wait (Results 1 – 18 of 18) sorted by relevance
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/ |
D | Gralloc0Hal.h | 194 const int error = sync_wait(fenceFd, warningTimeout); in waitFenceFd() 197 sync_wait(fenceFd, -1); in waitFenceFd()
|
/hardware/google/gfxstream/guest/fuchsia/ |
D | port.cc | 121 int sync_wait(int fd, int timeout) { return -1; } in sync_wait() function
|
/hardware/libhardware/modules/usbcamera/ |
D | UsbCamera.cpp | 202 int res = sync_wait(in->acquire_fence, CAMERA_SYNC_TIMEOUT_MS); in processCaptureBuffer()
|
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/ |
D | Gralloc1On0Adapter.cpp | 431 const int error = sync_wait(fd, warningTimeout); in syncWaitForever() 435 sync_wait(fd, -1); in syncWaitForever()
|
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/ |
D | ComposerCommandBuffer.h | 524 sync_wait(fence, -1); in writeFence() 758 sync_wait(handle->data[0], -1); in readFence()
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/ |
D | HWC2OnFbAdapter.cpp | 222 sync_wait(acquireFence, -1); in setClientTargetHook() 459 sync_wait(acquireFence, -1); in setLayerBufferHook()
|
/hardware/libhardware/modules/camera/3_4/ |
D | camera.cpp | 448 res = sync_wait(buffer->acquire_fence, CAMERA_SYNC_TIMEOUT); in preprocessCaptureBuffer()
|
/hardware/libhardware/modules/camera/3_0/ |
D | Camera.cpp | 427 int res = sync_wait(in->acquire_fence, CAMERA_SYNC_TIMEOUT); in processCaptureBuffer()
|
/hardware/google/camera/common/hal/utils/ |
D | stream_buffer_cache_manager.cc | 168 fence_status = sync_wait(fence_handle->data[0], kSyncWaitTimeMs); in GetStreamBuffer()
|
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraOfflineSession.cpp | 456 int ret = sync_wait(halBuf.acquireFence, kSyncWaitTimeoutMs); in threadLoop()
|
D | ExternalCameraDeviceSession.cpp | 2886 int ret = sync_wait(halBuf.acquireFence, kSyncWaitTimeoutMs); in threadLoop()
|
/hardware/interfaces/camera/device/3.6/default/ |
D | ExternalCameraOfflineSession.cpp | 189 int ret = sync_wait(halBuf.acquireFence, kSyncWaitTimeoutMs); in threadLoop()
|
/hardware/interfaces/graphics/composer/aidl/libhwc_aidl_test/ |
D | Readback.cpp | 410 sync_wait(bufferFence.get(), -1); in getBuffer()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedRequestProcessor.cpp | 431 ret = sync_wait((*output_buffer)->acquire_fence_fd, in AcquireBuffers()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | GeneratedTestHarness.cpp | 272 int r = sync_wait(syncFd, kInfiniteTimeout); in waitForSyncFence()
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | GeneratedTestHarness.cpp | 289 int r = sync_wait(syncFd, kInfiniteTimeout); in waitForSyncFence()
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDeviceSession.cpp | 1541 int ret = sync_wait(halBuf.acquireFence, kSyncWaitTimeoutMs); in threadLoop()
|
/hardware/interfaces/graphics/mapper/4.0/vts/functional/ |
D | VtsHalGraphicsMapperV4_0TargetTest.cpp | 1192 ASSERT_EQ(0, sync_wait(fence, 3500)); in TEST_P()
|