Home
last modified time | relevance | path

Searched refs:cvEmpty_ (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/
H A Dblocking_queue.h62 cvEmpty_.notify_all(); in Push()
72 cvEmpty_.notify_all(); in Push()
82 cvEmpty_.notify_all(); in Push()
93 cvEmpty_.wait(lock, [this] { return !isActive_ || !que_.empty(); }); in Pop()
110 cvEmpty_.wait(lock, [this] { return !isActive_ || !que_.empty(); }); in Front()
125 cvEmpty_.wait_for(lock, timeoutMs, [this] { return !isActive_ || !que_.empty(); }); in Pop()
142 cvEmpty_.wait_for(lock, std::chrono::milliseconds(timeoutMs), in GetBackElement()
162 cvEmpty_.notify_one(); in SetActive()
218 std::condition_variable cvEmpty_; member in OHOS::CameraStandard::DeferredProcessing::BlockingQueue
/foundation/multimedia/media_foundation/interface/inner_api/osal/task/
H A Dblocking_queue.h70 cvEmpty_.NotifyAll(); in Push()
91 cvEmpty_.NotifyAll(); in Push()
104 cvEmpty_.Wait(lock, [this] { return !isActive || !que_.empty(); }); in Pop()
123 cvEmpty_.WaitFor(lock, timeoutMs, [this] { return !isActive || !que_.empty(); }); in Pop()
147 cvEmpty_.NotifyOne(); in SetActive()
157 cvEmpty_.NotifyAll(); in ResetCapacity()
177 ConditionVariable cvEmpty_; member in OHOS::Media::BlockingQueue
/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dblocking_queue.h70 cvEmpty_.NotifyAll(); in Push()
91 cvEmpty_.NotifyAll(); in Push()
104 cvEmpty_.Wait(lock, [this] { return !isActive || !que_.empty(); }); in Pop()
123 cvEmpty_.WaitFor(lock, timeoutMs, [this] { return !isActive || !que_.empty(); }); in Pop()
147 cvEmpty_.NotifyOne(); in SetActive()
166 OSAL::ConditionVariable cvEmpty_; member in OHOS::Media::BlockingQueue
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Ddata_packer.cpp43 cvEmpty_.NotifyAll(); in ~DataPacker()
90 cvEmpty_.NotifyOne(); in PushData()
143 cvEmpty_.Wait(lock, [this] { return !que_.empty(); }); in PeekRange()
215 cvEmpty_.Wait(lock, [this] { return !que_.empty(); }); in GetRange()
249 cvEmpty_.Wait(lock, [this] { return !que_.empty() || isEos_; }); in GetRange()
305 cvEmpty_.NotifyOne(); in SetEos()
324 cvEmpty_.NotifyAll(); // avoid some thread can not exit in Stop()
H A Ddata_packer.h126 OSAL::ConditionVariable cvEmpty_; member in OHOS::Media::DataPacker
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Davcodec_task_manager.h76 condition_variable cvEmpty_; member in OHOS::CameraStandard::AvcodecTaskManager
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Davcodec_task_manager.cpp130 cvEmpty_.notify_all(); in SetVideoFd()
141 waitResult = cvEmpty_.wait_for(lock, std::chrono::milliseconds(GET_FD_EXPIREATION_TIME), in CreateAVMuxer()

Completed in 4 milliseconds