/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/ |
H A D | compatible_connection.cpp | 50 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 D | ring_buffer.cpp | 59 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 D | ring_buffer.h | 51 bool isStop_ = false; variable
|
/ohos5.0/base/sensors/sensor/services/hdi_connection/hardware/src/ |
H A D | hdi_service_impl.cpp | 82 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 D | module_update_queue.cpp | 32 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 D | video_capture_plugin.cpp | 153 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 D | video_file_capture_plugin.cpp | 126 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 D | video_file_capture_plugin.h | 56 std::atomic<bool> isStop_ {false};
|
H A D | video_capture_plugin.h | 74 std::atomic<bool> isStop_ {false};
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
H A D | native_audio_codec.cpp | 53 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 D | native_audio_decoder.cpp | 46 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 D | native_audio_encoder.cpp | 48 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 D | task_func_unit_test.cpp | 69 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 D | metadata_filter.cpp | 188 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 D | video_capture_filter.cpp | 188 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 D | video_test_ng.cpp | 606 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 D | video_pattern.h | 160 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 D | task_queue_factory.cpp | 300 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 D | knuckle_dynamic_drawing_manager.cpp | 142 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 D | module_update_queue.h | 35 bool isStop_ = false; variable
|
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/include/ |
H A D | compatible_light_connection.h | 40 static std::atomic_bool isStop_; variable
|
H A D | compatible_connection.h | 51 static std::atomic_bool isStop_; variable
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_encoder/ |
H A D | video_encoder_filter.cpp | 82 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 D | hdi_service_impl.h | 53 static std::atomic_bool isStop_; variable
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | knuckle_dynamic_drawing_manager.h | 74 bool isStop_ { false };
|