Home
last modified time | relevance | path

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/
DGralloc0Hal.h194 const int error = sync_wait(fenceFd, warningTimeout); in waitFenceFd()
197 sync_wait(fenceFd, -1); in waitFenceFd()
/hardware/google/gfxstream/guest/fuchsia/
Dport.cc121 int sync_wait(int fd, int timeout) { return -1; } in sync_wait() function
/hardware/libhardware/modules/usbcamera/
DUsbCamera.cpp202 int res = sync_wait(in->acquire_fence, CAMERA_SYNC_TIMEOUT_MS); in processCaptureBuffer()
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp431 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/
DComposerCommandBuffer.h524 sync_wait(fence, -1); in writeFence()
758 sync_wait(handle->data[0], -1); in readFence()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp222 sync_wait(acquireFence, -1); in setClientTargetHook()
459 sync_wait(acquireFence, -1); in setLayerBufferHook()
/hardware/libhardware/modules/camera/3_4/
Dcamera.cpp448 res = sync_wait(buffer->acquire_fence, CAMERA_SYNC_TIMEOUT); in preprocessCaptureBuffer()
/hardware/libhardware/modules/camera/3_0/
DCamera.cpp427 int res = sync_wait(in->acquire_fence, CAMERA_SYNC_TIMEOUT); in processCaptureBuffer()
/hardware/google/camera/common/hal/utils/
Dstream_buffer_cache_manager.cc168 fence_status = sync_wait(fence_handle->data[0], kSyncWaitTimeMs); in GetStreamBuffer()
/hardware/interfaces/camera/device/default/
DExternalCameraOfflineSession.cpp456 int ret = sync_wait(halBuf.acquireFence, kSyncWaitTimeoutMs); in threadLoop()
DExternalCameraDeviceSession.cpp2886 int ret = sync_wait(halBuf.acquireFence, kSyncWaitTimeoutMs); in threadLoop()
/hardware/interfaces/camera/device/3.6/default/
DExternalCameraOfflineSession.cpp189 int ret = sync_wait(halBuf.acquireFence, kSyncWaitTimeoutMs); in threadLoop()
/hardware/interfaces/graphics/composer/aidl/libhwc_aidl_test/
DReadback.cpp410 sync_wait(bufferFence.get(), -1); in getBuffer()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedRequestProcessor.cpp431 ret = sync_wait((*output_buffer)->acquire_fence_fd, in AcquireBuffers()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DGeneratedTestHarness.cpp272 int r = sync_wait(syncFd, kInfiniteTimeout); in waitForSyncFence()
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DGeneratedTestHarness.cpp289 int r = sync_wait(syncFd, kInfiniteTimeout); in waitForSyncFence()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1541 int ret = sync_wait(halBuf.acquireFence, kSyncWaitTimeoutMs); in threadLoop()
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp1192 ASSERT_EQ(0, sync_wait(fence, 3500)); in TEST_P()