/drivers/hdf_core/adapter/khdf/linux/manager/src/ |
H A D | hdf_kevent.c | 67 struct HdfKeventWait *wait = OsalMemAlloc(sizeof(struct HdfKeventWait)); in HdfKeventWaitAlloc() local 68 if (wait != NULL) { in HdfKeventWaitAlloc() 69 init_completion(&wait->comp); in HdfKeventWaitAlloc() 72 return wait; in HdfKeventWaitAlloc() 75 static void HdfKeventWaitFree(struct HdfKeventWait *wait) in HdfKeventWaitFree() argument 77 if (wait != NULL) { in HdfKeventWaitFree() 78 OsalMemFree(wait); in HdfKeventWaitFree() 83 struct HdfKeventWait **wait, uint64_t class, int32_t eventId, const char *content, bool sync) in PrepareEvent() 118 *wait = eventWait; in PrepareEvent() 126 struct HdfKeventWait *wait in SendKevent() local 82 PrepareEvent( struct HdfKeventWait **wait, uint64_t class, int32_t eventId, const char *content, bool sync) PrepareEvent() argument 287 struct HdfKeventWait *wait = NULL; CompleteKevent() local [all...] |
/drivers/hdf_core/adapter/khdf/linux/model/camera/include/ |
H A D | camera_buffer_manager_adapter.h | 16 #include <linux/wait.h>
|
/drivers/peripheral/input/ddk_service/src/emit_event_manager/ |
H A D | inject_thread.cpp | 60 conditionVariable_.wait(uniqueLock, [this] { in InjectFunc()
|
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/include/ |
H A D | usb_net_adapter.h | 64 wait_queue_head_t wait; member
|
/drivers/peripheral/display/hal/default_standard/src/display_device/vsync/ |
H A D | sorft_vsync.cpp | 63 condition_.wait(ul, [this]() { return (enable_ || !running_); });
in CheckRuning() 84 // wait the vblank
in WorkThread()
|
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/lite/ |
H A D | stream_tunnel.cpp | 66 waitCV_.wait(l, [this] { return wakeup_ == true; }); in GetBuffer() 189 finishCV_.wait(l, [this] { in WaitForAllBufferReturned()
|
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/ |
H A D | usb_net_adapter.c | 303 if (waitqueue_active(&usbNet->wait)) { in UsbnetAdapterBh() 307 wake_up_all(&usbNet->wait); in UsbnetAdapterBh() 424 DECLARE_WAITQUEUE(wait, current); in UsbnetAdapterTerminateUrbs() 426 add_wait_queue(&usbNet->wait, &wait); in UsbnetAdapterTerminateUrbs() 428 /* maybe wait for deletions to finish. */ in UsbnetAdapterTerminateUrbs() 434 remove_wait_queue(&usbNet->wait, &wait); in UsbnetAdapterTerminateUrbs() 1002 init_waitqueue_head(&usbNet->wait); in UsbnetAdapterSetUsbNet()
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/merge_node/ |
H A D | merge_node.cpp | 124 cv_.wait(lck, [this] { return !mergeVec_.empty(); }); in MergeBuffers()
|
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/ |
H A D | capture_request.cpp | 173 cv_.wait(l); in Sync()
|
H A D | capture_message.cpp | 151 cv_.wait(l, [this] { return !running_ || wakeup_; }); in HandleMessage()
|
/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | drm_vsync_worker.cpp | 68 mCondition.wait(ul, [this]() { return (mEnable || !mRunning); }); in WaitSignalAndCheckRuning() 90 DISPLAY_LOGE("wait vblank failed ret : %{public}d errno %{public}d", ret, errno)); in WaitNextVBlank() 111 // wait the vblank in WorkThread()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | drm_vsync_worker.cpp | 68 mCondition.wait(ul, [this]() { return (mEnable || !mRunning); });
in WaitSignalAndCheckRuning() 87 DISPLAY_LOGE("wait vblank failed ret : %{public}d errno %{public}d", ret, errno));
in WaitNextVBlank() 108 // wait the vblank
in WorkThread()
|
/drivers/peripheral/camera/test/mpi/include/ |
H A D | common.h | 27 #include <sys/wait.h> 148 std::cout << "ready to wait" << std::endl; in WaitSnapshotEnd() 150 cv_.wait(l, [this]() { return shotCount_ == 0; }); in WaitSnapshotEnd()
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/public_moudle/ |
H A D | base.py | 18 from selenium.webdriver.support.wait import WebDriverWait
|
/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | test_camera_base.h | 36 #include <sys/wait.h>
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
H A D | buffer_pool.cpp | 176 // wait all the time, till idle list is available. in AcquireBuffer() 178 cv_.wait(l, [this] { in AcquireBuffer() 185 CAMERA_LOGV("acquire buffer wait all the time, index = %{public}d", buffer->GetIndex()); in AcquireBuffer() 190 // wait for timeout, or idle list is available. in AcquireBuffer() 195 CAMERA_LOGE("wait idle buffer timeout"); in AcquireBuffer() 202 CAMERA_LOGV("acquire buffer wait %{public}ds, index = %{public}d", timeout, buffer->GetIndex()); in AcquireBuffer()
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/ |
H A D | offline_pipeline.cpp | 174 cv_.wait(l, [this] { return !(running_.load() && bufferCache_.empty()); }); in HandleBuffers()
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/fork_node/ |
H A D | fork_node.cpp | 220 bqcv_.wait(l, [this] { in DeliverBufferToNextNode()
|
/drivers/peripheral/usb/ddk/host/src/ |
H A D | ddk_uevent_queue.cpp | 159 conditionVariable_.wait(uniqueLock, [this] { in Init()
|
/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/ |
H A D | drv_bundle_state_callback.cpp | 314 bmsFuture_.wait(); in GetAllDriverInfosAsync() 315 accountFuture_.wait(); in GetAllDriverInfosAsync()
|
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/ |
H A D | dcamera_stream.cpp | 390 DHLOGI("Cancel capture wait for, streamId %{public}d", dcStreamInfo_->streamId_); in CancelCaptureWait() 397 DHLOGI("StreamId:%{public}d has request that not return and wait, captureBufferCount=%{public}d", in CancelCaptureWait() 402 cv_.wait(lockSync, [this] { return !captureBufferCount_; }); in CancelCaptureWait() 405 DHLOGI("Cancel capture wait for success, streamId %{public}d", dcStreamInfo_->streamId_); in CancelCaptureWait() 411 DHLOGI("Cancel dcamera buffer wait for, streamId %{public}d", dcStreamInfo_->streamId_); in CancelDCameraBuffer() 424 cv_.wait(lockSync, [this] { return !captureBufferCount_; }); in CancelDCameraBuffer() 450 DHLOGI("Cancel dcamera buffer wait for success, streamId %{public}d", dcStreamInfo_->streamId_); in CancelDCameraBuffer()
|
/drivers/hdf_core/framework/model/network/wifi/include/ |
H A D | hdf_wifi_cmd.h | 206 uint32_t wait; member
|
/drivers/liteos/hievent/src/ |
H A D | hievent_driver.c | 39 #include <linux/wait.h>
|
/drivers/peripheral/camera/test/common/v1_0/include/ |
H A D | hdi_common.h | 172 std::cout << "ready to wait" << std::endl;
in WaitSnapshotEnd() 174 cv_.wait(l, [this]() {return shotCount_ == 0; });
in WaitSnapshotEnd()
|
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/standard/ |
H A D | stream_tunnel.cpp | 75 waitCV_.wait(l, [this] { return wakeup_ == true; }); in GetBuffer()
|