Home
last modified time | relevance | path

Searched refs:isStop_ (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/
H A Dcompatible_connection.cpp50 std::atomic_bool CompatibleConnection::isStop_ = true; member in OHOS::Sensors::CompatibleConnection
65 isStop_ = false; in StartOnce()
82 isStop_ = false; in Start()
108 isStop_ = false; in EnableCompositeEffect()
117 return (!isStop_); in IsVibratorRunning()
149 isStop_ = true; in Stop()
184 if (isStop_) { in VibrateProcess()
189 isStop_ = true; in VibrateProcess()
204 isStop_ = false; in StartByIntensity()
/ohos5.0/base/update/updater/services/common/ring_buffer/
H A Dring_buffer.cpp59 isStop_ = false; in Reset()
90 if (isStop_) { in Push()
121 if (isStop_) { in Pop()
145 isStop_ = true; in Stop()
154 isStop_ = true; in StopPush()
163 isStop_ = true; in StopPop()
H A Dring_buffer.h51 bool isStop_ = false; variable
/ohos5.0/base/sensors/sensor/services/hdi_connection/hardware/src/
H A Dhdi_service_impl.cpp82 std::atomic_bool HdiServiceImpl::isStop_ = false; member in OHOS::Sensors::HdiServiceImpl
229 if (isStop_) { in DataReportThread()
249 if (!dataReportThread_.joinable() || isStop_) { in EnableSensor()
255 isStop_ = false; in EnableSensor()
281 isStop_ = true; in DisableSensor()
312 isStop_ = true; in Unregister()
/ohos5.0/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_queue.cpp32 isStop_ = true; in Stop()
41 if (isStop_) { in Put()
57 if (isStop_) { in Pop()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H A Dvideo_capture_plugin.cpp153 if (isStop_.load()) { in Start()
158 isStop_ = false; in Start()
167 if (!isStop_.load()) { in Stop()
169 isStop_ = true; in Stop()
307 readCond_.Wait(lock, [this] { return bufferCnt_ > 0 || isStop_.load(); }); in Read()
308 if (isStop_.load()) { in Read()
H A Dvideo_file_capture_plugin.cpp126 if (isStop_.load()) { in Start()
131 isStop_ = false; in Start()
145 if (!isStop_.load()) { in Stop()
147 isStop_ = true; in Stop()
254 if (isStop_.load()) { in Read()
H A Dvideo_file_capture_plugin.h56 std::atomic<bool> isStop_ {false};
H A Dvideo_capture_plugin.h74 std::atomic<bool> isStop_ {false};
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_codec.cpp53 std::atomic<bool> isStop_ = false; member
93 audioCodecObj->isStop_.load() || audioCodecObj->isEOS_.load()) { in OnInputBufferAvailable()
109 audioCodecObj->isStop_.load()) { in OnOutputBufferAvailable()
224 audioCodecObj->isStop_.store(true); in OH_AudioCodec_Destroy()
280 audioCodecObj->isStop_.store(false); in OH_AudioCodec_Start()
299 audioCodecObj->isStop_.store(true); in OH_AudioCodec_Stop()
304 audioCodecObj->isStop_.store(false); in OH_AudioCodec_Stop()
348 audioCodecObj->isStop_.store(true); in OH_AudioCodec_Reset()
353 audioCodecObj->isStop_.store(false); in OH_AudioCodec_Reset()
H A Dnative_audio_decoder.cpp46 std::atomic<bool> isStop_ = false; member
83 …audioDecObj->isFlushing_.load() || audioDecObj->isFlushed_.load() || audioDecObj->isStop_.load() || in OnInputBufferAvailable()
101 …audioDecObj->isFlushing_.load() || audioDecObj->isFlushed_.load() || audioDecObj->isStop_.load()) { in OnOutputBufferAvailable()
232 audioDecObj->isStop_.store(true); in OH_AudioDecoder_Destroy()
288 audioDecObj->isStop_.store(false); in OH_AudioDecoder_Start()
307 audioDecObj->isStop_.store(true); in OH_AudioDecoder_Stop()
312 audioDecObj->isStop_.store(false); in OH_AudioDecoder_Stop()
356 audioDecObj->isStop_.store(true); in OH_AudioDecoder_Reset()
361 audioDecObj->isStop_.store(false); in OH_AudioDecoder_Reset()
H A Dnative_audio_encoder.cpp48 std::atomic<bool> isStop_ = false; member
87 …audioEncObj->isFlushing_.load() || audioEncObj->isFlushed_.load() || audioEncObj->isStop_.load() || in OnInputBufferAvailable()
105 …audioEncObj->isFlushing_.load() || audioEncObj->isFlushed_.load() || audioEncObj->isStop_.load()) { in OnOutputBufferAvailable()
288 audioEncObj->isStop_.store(false); in OH_AudioEncoder_Start()
307 audioEncObj->isStop_.store(true); in OH_AudioEncoder_Stop()
312 audioEncObj->isStop_.store(false); in OH_AudioEncoder_Stop()
357 audioEncObj->isStop_.store(true); in OH_AudioEncoder_Reset()
360 audioEncObj->isStop_.store(false); in OH_AudioEncoder_Reset()
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/osal/
H A Dtask_func_unit_test.cpp69 std::atomic<bool> isStop_{false}; member in OHOS::Media::MetaFuncUT::TaskInnerUnitTest
419 isStop_.store(true);
420 auto rtv = cv.WaitFor(lock, timeoutMs, [this] { return isStop_.load(); }); in __anon797004620c02()
447 isStop_.store(false);
449 auto rtv = cv.WaitFor(lock, timeoutMs, [this] { return isStop_.load(); }); in __anon797004620e02()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dmetadata_filter.cpp188 isStop_ = false; in DoStart()
196 isStop_ = true; in DoPause()
205 isStop_ = false; in DoResume()
214 isStop_ = true; in DoStop()
334 if (isStop_) { in OnBufferAvailable()
H A Dvideo_capture_filter.cpp188 isStop_ = false; in DoStart()
196 isStop_ = true; in DoPause()
205 isStop_ = false; in DoResume()
214 isStop_ = true; in DoStop()
337 if (isStop_) { in OnBufferAvailable()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_test_ng.cpp606 pattern->isStop_ = true;
614 pattern->isStop_ = false;
660 pattern->isStop_ = isStop;
681 pattern->isStop_ = false;
684 EXPECT_TRUE(pattern->isStop_);
691 pattern->isStop_ = false;
696 EXPECT_EQ(pattern->isStop_, true);
701 EXPECT_EQ(pattern->isStop_, true);
714 EXPECT_EQ(pattern->isStop_, true);
721 EXPECT_EQ(pattern->isStop_, true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.h160 isStop_ = isStop; in SetIsStop()
165 return isStop_; in GetIsStop()
367 bool isStop_ = false; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Dtask_queue_factory.cpp300 if (isStop_) { in Stop()
311 isStop_ = true; in Stop()
387 bool isStop_ { false }; member in __anondcf869ec0110::ThreadPool
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_dynamic_drawing_manager.cpp142 isStop_ = true; in IsSingleKnuckle()
181 if (!isStop_ && !traceControlPoints_.empty()) { in CheckPointerAction()
247 isStop_ = true; in ProcessDownEvent()
253 isStop_ = false; in ProcessDownEvent()
/ohos5.0/base/update/sys_installer/services/module_update/service/include/
H A Dmodule_update_queue.h35 bool isStop_ = false; variable
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/include/
H A Dcompatible_light_connection.h40 static std::atomic_bool isStop_; variable
H A Dcompatible_connection.h51 static std::atomic_bool isStop_; variable
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_encoder/
H A Dvideo_encoder_filter.cpp82 isStop_ = true; in ~VideoEncoderFilter()
116 isStop_ = false; in Start()
475 isStop_ = true; in Stop()
505 if (isStop_ || isFlushing_) { in HandleOneFrame()
/ohos5.0/base/sensors/sensor/services/hdi_connection/hardware/include/
H A Dhdi_service_impl.h53 static std::atomic_bool isStop_; variable
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/
H A Dknuckle_dynamic_drawing_manager.h74 bool isStop_ { false };

12