Home
last modified time | relevance | path

Searched refs:wait (Results 1 - 25 of 38) sorted by relevance

12

/drivers/hdf_core/adapter/khdf/linux/manager/src/
H A Dhdf_kevent.c67 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 Dcamera_buffer_manager_adapter.h16 #include <linux/wait.h>
/drivers/peripheral/input/ddk_service/src/emit_event_manager/
H A Dinject_thread.cpp60 conditionVariable_.wait(uniqueLock, [this] { in InjectFunc()
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/include/
H A Dusb_net_adapter.h64 wait_queue_head_t wait; member
/drivers/peripheral/display/hal/default_standard/src/display_device/vsync/
H A Dsorft_vsync.cpp63 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 Dstream_tunnel.cpp66 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 Dusb_net_adapter.c303 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 Dmerge_node.cpp124 cv_.wait(lck, [this] { return !mergeVec_.empty(); }); in MergeBuffers()
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dcapture_request.cpp173 cv_.wait(l); in Sync()
H A Dcapture_message.cpp151 cv_.wait(l, [this] { return !running_ || wakeup_; }); in HandleMessage()
/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_vsync_worker.cpp68 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 Ddrm_vsync_worker.cpp68 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 Dcommon.h27 #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 Dbase.py18 from selenium.webdriver.support.wait import WebDriverWait
/drivers/peripheral/camera/test/ut/v4l2/
H A Dtest_camera_base.h36 #include <sys/wait.h>
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dbuffer_pool.cpp176 // 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 Doffline_pipeline.cpp174 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 Dfork_node.cpp220 bqcv_.wait(l, [this] { in DeliverBufferToNextNode()
/drivers/peripheral/usb/ddk/host/src/
H A Dddk_uevent_queue.cpp159 conditionVariable_.wait(uniqueLock, [this] { in Init()
/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H A Ddrv_bundle_state_callback.cpp314 bmsFuture_.wait(); in GetAllDriverInfosAsync()
315 accountFuture_.wait(); in GetAllDriverInfosAsync()
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddcamera_stream.cpp390 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 Dhdf_wifi_cmd.h206 uint32_t wait; member
/drivers/liteos/hievent/src/
H A Dhievent_driver.c39 #include <linux/wait.h>
/drivers/peripheral/camera/test/common/v1_0/include/
H A Dhdi_common.h172 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 Dstream_tunnel.cpp75 waitCV_.wait(l, [this] { return wakeup_ == true; }); in GetBuffer()

Completed in 14 milliseconds

12