/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/src/ |
H A D | transcoder_mock.cpp | 119 if (!isExit_.load()) { in Pause() 120 isExit_.store(true); in Pause() 128 if (!isExit_.load()) { in Resume() 129 isExit_.store(true); in Resume() 137 if (!isExit_.load()) { in Cancel() 138 isExit_.store(true); in Cancel() 146 if (!isExit_.load()) { in Release() 147 isExit_.store(true); in Release()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/ |
H A D | concurrent_queue.cpp | 36 FFRT_COND_DO_ERR(isExit_, return FAILED, "cannot push task, [queueId=%u] is exiting", queueId_); in Push() 76 if (!whenMap_.empty() && now >= whenMap_.begin()->first && !isExit_) { in Pull() 82 while (!whenMap_.empty() && now < whenMap_.begin()->first && !isExit_) { in Pull() 97 … FFRT_COND_DO_ERR(isExit_, return nullptr, "cannot pull task, [queueId=%u] is exiting", queueId_); in Pull() 106 isExit_ = true; in Stop()
|
H A D | base_queue.cpp | 60 isExit_ = true; in Stop() 72 FFRT_COND_DO_ERR(isExit_, return, "cannot remove task, [queueId=%u] is exiting", queueId_); in Remove() 86 … FFRT_COND_DO_ERR(isExit_, return FAILED, "cannot remove task, [queueId=%u] is exiting", queueId_); in Remove() 112 … FFRT_COND_DO_ERR(isExit_, return FAILED, "cannot remove task, [queueId=%u] is exiting", queueId_); in Remove()
|
H A D | serial_queue.cpp | 29 FFRT_COND_DO_ERR(isExit_, return FAILED, "cannot push task, [queueId=%u] is exiting", queueId_); in Push() 64 while (!whenMap_.empty() && now < whenMap_.begin()->first && !isExit_) { in Pull() 78 … FFRT_COND_DO_ERR(isExit_, return nullptr, "cannot pull task, [queueId=%u] is exiting", queueId_); in Pull()
|
H A D | eventhandler_adapter_queue.cpp | 121 FFRT_COND_DO_ERR(isExit_, return FAILED, "cannot push task, [queueId=%u] is exiting", queueId_); in Push() 148 while (!whenMap_.empty() && now < whenMap_.begin()->first && !isExit_) { in Pull() 162 … FFRT_COND_DO_ERR(isExit_, return nullptr, "cannot pull task, [queueId=%u] is exiting", queueId_); in Pull()
|
H A D | eventhandler_interactive_queue.h | 55 isExit_ = true; in Stop()
|
H A D | base_queue.h | 91 bool isExit_ { false };
|
/ohos5.0/foundation/multimedia/player_framework/services/utils/ |
H A D | task_queue.cpp | 41 isExit_ = false; in Start() 52 if (isExit_) { in Stop() 63 isExit_ = true; in Stop() 114 CHECK_AND_RETURN_RET_LOG(!isExit_, MSERR_INVALID_OPERATION, in EnqueueTask() 158 cond_.wait(lock, [this] { return isExit_ || !taskList_.empty(); }); in TaskProcessor() 159 if (isExit_) { in TaskProcessor()
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/ |
H A D | soundpool_mock.cpp | 67 if (isExit_.load()) { in Stop() 68 isExit_.store(true); in Stop() 106 if (isExit_.load()) { in Release() 107 isExit_.store(true); in Release()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/ |
H A D | recorder_mock.cpp | 280 if (!isExit_.load()) { in Stop() 281 isExit_.store(true); in Stop() 289 if (!isExit_.load()) { in Reset() 290 isExit_.store(true); in Reset() 298 if (!isExit_.load()) { in Release() 299 isExit_.store(true); in Release() 386 UNITTEST_CHECK_AND_BREAK_LOG(!isExit_.load(), "close camera hdi thread"); in HDICreateESBuffer() 441 UNITTEST_CHECK_AND_BREAK_LOG(!isExit_.load(), "close camera hdi thread"); in HDICreateYUVBufferError() 483 UNITTEST_CHECK_AND_BREAK_LOG(!isExit_.load(), "close camera hdi thread"); in HDICreateYUVBuffer()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/ |
H A D | render_semi_modal.cpp | 166 if (isAnimatingToDefault_ && !isExit_) { in InnerLayout() 342 if (isExit_) { in ResetContentHeight() 355 if (isExit_) { in ExtendContentHeight() 450 if (isExit_) { in AnimateToExitApp() 464 semi->isExit_ = false; in AnimateToExitApp() 467 isExit_ = true; in AnimateToExitApp() 682 if (isExit_) { in AnimateTo() 707 if (isExit_) { in ShowUpAnimation()
|
H A D | render_semi_modal.h | 111 bool isExit_ = false; variable
|
/ohos5.0/foundation/multimedia/player_framework/services/dfx/ |
H A D | dfx_log_dump.cpp | 44 isExit_ = true; in ~DfxLogDump() 140 if (isExit_) { in TaskProcessor() 147 return isExit_ || isDump_ || lineCount_ >= FILE_LINE_MAX || !logString_.empty(); in TaskProcessor()
|
H A D | dfx_log_dump.h | 42 bool isExit_ = false; variable
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | media_data_source_callback.cpp | 31 isExit_ = true; in ~MediaDataSourceJsCallback() 41 …nd_.wait_for(lock, std::chrono::milliseconds(timeout), [this]() { return setResult_ || isExit_; }); in WaitResult() 44 if (isExit_) { in WaitResult() 209 cb_->isExit_ = true; in ClearCallbackReference()
|
H A D | media_data_source_callback.h | 47 bool isExit_ = false; member
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/metadatahelper/ |
H A D | helper_data_source_callback.cpp | 33 isExit_ = true; in ~HelperDataSourceJsCallback() 43 …nd_.wait_for(lock, std::chrono::milliseconds(timeout), [this]() { return setResult_ || isExit_; }); in WaitResult() 46 if (isExit_) { in WaitResult() 211 cb_->isExit_ = true; in ClearCallbackReference()
|
H A D | helper_data_source_callback.h | 45 bool isExit_ = false; member
|
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/ |
H A D | video_processing_native.cpp | 56 while (!isExit_.load()) { in Initialize() 60 … return isExit_.load() || (!producerBufferQueue_.empty() && !consumerBufferQueue_.empty()); in Initialize() 66 if (isExit_.load()) { in Initialize() 98 isExit_ = true; in Deinitialize()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | test_recorder.cpp | 225 isExit_.store(true); in Stop() 361 CHECK_AND_BREAK(!isExit_.load()); in HDICreateESBuffer() 416 if (isExit_.load()) { in HDICreateYUVBuffer()
|
H A D | test_recorder.h | 87 std::atomic<bool> isExit_ { false };
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/include/ |
H A D | transcoder_mock.h | 66 std::atomic<bool> isExit_ { false };
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/soundpool_test/include/ |
H A D | soundpool_mock.h | 57 std::atomic<bool> isExit_ { false };
|
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/include/ |
H A D | media_monitor_service.h | 98 bool isExit_ = false; variable
|
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/include/ |
H A D | video_processing_native.h | 130 std::atomic<bool> isExit_{false};
|