Home
last modified time | relevance | path

Searched refs:STOPPING (Results 1 - 25 of 43) sorted by relevance

12

/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_thread_task.cpp43 if (state_.load() == RunningState::STOPPING) { in Start()
68 state_ = RunningState::STOPPING; in Stop()
88 if (state_.load() != RunningState::STOPPING && state_.load() != RunningState::STOPPED) { in StopAsync()
89 state_ = RunningState::STOPPING; in StopAsync()
105 case RunningState::STOPPING: { in Pause()
147 if (state_.load() == RunningState::STOPPING || state_.load() == RunningState::STOPPED) { in RunJob()
/foundation/multimedia/av_codec/services/utils/
H A Dtask_thread.cpp53 if (runningState_.load() == RunningState::STOPPING) { in Start()
79 runningState_ = RunningState::STOPPING; in Stop()
96 if (runningState_.load() != RunningState::STOPPING && runningState_.load() != RunningState::STOPPED) { in StopAsync()
97 runningState_ = RunningState::STOPPING; in StopAsync()
114 case RunningState::STOPPING: { in Pause()
169 if (runningState_.load() == RunningState::STOPPING || runningState_.load() == RunningState::STOPPED) { in Run()
/foundation/multimedia/media_foundation/src/osal/task/ffrt/
H A Dtask.cpp86 runningState_ = RunningState::STOPPING; in Stop()
104 runningState_ = RunningState::STOPPING; in StopAsync()
121 case RunningState::STOPPING: { in Pause()
170 if (runningState_.load() == RunningState::STOPPING || runningState_.load() == RunningState::STOPPED) { in Run()
/foundation/multimedia/media_foundation/engine/foundation/osal/thread/
H A Dtask.cpp69 runningState_ = RunningState::STOPPING; in Stop()
84 runningState_ = RunningState::STOPPING; in StopAsync()
101 case RunningState::STOPPING: { in Pause()
150 if (runningState_.load() == RunningState::STOPPING || runningState_.load() == RunningState::STOPPED) { in Run()
/foundation/multimedia/av_codec/services/engine/codec/include/audio/
H A Daudio_common_info.h34 STOPPING, // RUNNING -> INITIALIZED member in OHOS::MediaAVCodec::CodecState
/foundation/ability/ability_lite/services/abilitymgr_lite/include/
H A Dability_connect_record.h30 STOPPING, enumerator
/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Distream_repeat_callback.h27 STOPPING = 2, member in OHOS::CameraStandard::SketchStatus
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Daudio_thread_task.h50 STOPPING, member in OHOS::AudioStandard::AudioThreadTask::RunningState
/foundation/multimedia/av_codec/services/utils/include/
H A Dtask_thread.h58 STOPPING, member in OHOS::MediaAVCodec::TaskThread::RunningState
/foundation/multimedia/av_codec/services/engine/codec/audio/
H A Daudio_codec_adapter.cpp131 if (state_ == CodecState::INITIALIZED || state_ == CodecState::RELEASED || state_ == CodecState::STOPPING || in Stop()
136 state_ = CodecState::STOPPING; in Stop()
211 if (state_ == CodecState::STARTING || state_ == CodecState::RUNNING || state_ == CodecState::STOPPING) { in Release()
408 if (state_ != CodecState::STOPPING) { in doStop()
467 {CodecState::STOPPING, " STOPPING"}, {CodecState::FLUSHING, " FLUSHING"}, in stateToString()
/foundation/multimedia/media_foundation/engine/include/foundation/osal/thread/
H A Dtask.h57 STOPPING, member in OHOS::Media::OSAL::Task::RunningState
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/
H A Dvideo_processing_native.cpp96 state_ = VPEState::STOPPING; in Deinitialize()
211 state_ = VPEState::STOPPING;
483 if (state_.load() == VPEState::STOPPING) {
499 if (state_.load() == VPEState::STOPPING) {
/foundation/ability/ability_lite/services/abilitymgr_lite/src/task/
H A Dability_connect_task.cpp49 serviceConnectStatus == ConnectStatus::STOPPING || serviceConnectStatus == ConnectStatus::STOPPED) { in PerformConnectTask()
/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_context.h43 STOPPING, member in OHOS::SystemProcessState
/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dpage_ability_record.cpp140 return connectStatus_ == ConnectStatus::STOPPING || connectStatus_ == ConnectStatus::STOPPED; in IsPerformStop()
401 SetConnectStatus(ConnectStatus::STOPPING); in DisconnectAbilityDone()
421 SetConnectStatus(ConnectStatus::STOPPING); in ForceStopServiceAbility()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/
H A Dwfd_sink_session.h88 enum class WfdSessionState { INIT, READY, PLAYING, STOPPING };
H A Dwfd_sink_session.cpp422 if (wfdState_ < WfdSessionState::STOPPING) { in OnClientClose()
865 if (wfdState_ == WfdSessionState::STOPPING) { in SendM8Request()
893 wfdState_ = WfdSessionState::STOPPING; in SendM8Request()
/foundation/multimedia/media_foundation/interface/inner_api/osal/task/
H A DtaskInner.h83 STOPPING, member in OHOS::Media::TaskInner::RunningState
/foundation/multimedia/av_codec/services/media_engine/modules/media_codec/
H A Dmedia_codec.h46 STOPPING, // RUNNING -> INITIALIZED member in OHOS::Media::CodecState
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/include/
H A Dvideo_processing_native.h76 STOPPING
/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_event_handler.cpp177 case SystemProcessState::STOPPING: in HandleProcessStoppedEventLocked()
H A Dsystem_ability_state_machine.cpp39 processStateHandlerMap_[SystemProcessState::STOPPING] = std::make_shared<StoppingStateHandler>(listener); in InitStateHandlerMap()
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_endpoint.h60 STOPPING, // calling stop sink
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_scheduler_test.cpp199 * @tc.desc: test IsSystemAbilityUnloading with ownProcessContext's state is STOPPING
212 systemProcessContext->state = SystemProcessState::STOPPING; in HWTEST_F()
234 systemProcessContext->state = SystemProcessState::STOPPING; in HWTEST_F()
275 systemProcessContext->state = SystemProcessState::STOPPING; in HWTEST_F()
286 * @tc.desc: test HandleLoadAbilityEvent with systemProcessContext's state is STOPPING
299 systemProcessContext->state = SystemProcessState::STOPPING; in HWTEST_F()
322 systemProcessContext->state = SystemProcessState::STOPPING; in HWTEST_F()
1203 systemProcessContext->state = SystemProcessState::STOPPING; in HWTEST_F()
1661 * @tc.desc: test PostUnloadTimeoutTask with state is SystemProcessState::STOPPING
1672 systemProcessContext->state = SystemProcessState::STOPPING; in HWTEST_F()
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint_separate.cpp406 endpointStatus_ = STOPPING; in StopDevice()
666 case STOPPING: in GetStatusStr()
667 return "STOPPING"; in GetStatusStr()

Completed in 14 milliseconds

12