Home
last modified time | relevance | path

Searched refs:StopAsync (Results 1 - 25 of 31) sorted by relevance

12

/foundation/multimedia/media_foundation/src/osal/task/
H A Dtask.cpp55 void Task::StopAsync() in StopAsync() function in OHOS::Media::Task
57 taskInner_->StopAsync(); in StopAsync()
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Daudio_thread_task.h33 void StopAsync();
/foundation/multimedia/audio_framework/test/fuzztest/audioservicecommon_fuzzer/
H A Daudio_service_common_fuzzer.cpp53 audioThreadTask->StopAsync(); in AudioThreadTaskFuzzTest()
/foundation/multimedia/av_codec/services/utils/include/
H A Dtask_thread.h41 void StopAsync();
/foundation/multimedia/media_foundation/engine/include/foundation/osal/thread/
H A Dtask.h42 virtual void StopAsync();
/foundation/multimedia/media_foundation/interface/inner_api/osal/task/
H A Dtask.h54 virtual void StopAsync();
H A DtaskInner.h54 virtual void StopAsync();
/foundation/multimedia/media_foundation/interface/inner_api/filter/
H A Dfilter_loop.h58 void StopAsync(int arg = 0, int64_t delayUs = 0);
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_thread_task.cpp85 void AudioThreadTask::StopAsync() in StopAsync() function in OHOS::AudioStandard::AudioThreadTask
/foundation/multimedia/av_codec/services/engine/codec/audio/
H A Daudio_codec_worker.cpp147 inputTask_->StopAsync(); in Stop()
153 outputTask_->StopAsync(); in Stop()
/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dlite_stream_player.cpp110 task->StopAsync(); in DataProcessThread()
/foundation/multimedia/media_foundation/src/osal/task/ffrt/
H A Dtask.cpp99 void Task::StopAsync() in StopAsync() function in OHOS::Media::Task
101 MEDIA_LOG_D("task " PUBLIC_LOG_S " StopAsync called", name_.c_str()); in StopAsync()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp181 task_->StopAsync(); in NeedRetry()
/foundation/multimedia/media_foundation/engine/foundation/osal/thread/
H A Dtask.cpp79 void Task::StopAsync() in StopAsync() function in OHOS::Media::OSAL::Task
81 MEDIA_LOG_D("task " PUBLIC_LOG_S " StopAsync called", name_.c_str()); in StopAsync()
/foundation/multimedia/av_codec/services/utils/
H A Dtask_thread.cpp92 void TaskThread::StopAsync() in StopAsync() function in OHOS::MediaAVCodec::TaskThread
94 AVCODEC_LOGD("task %{public}s StopAsync called", name_.data()); in StopAsync()
/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_audio_codec_impl.cpp423 inputTask_->StopAsync(); in StopTaskAsync()
426 outputTask_->StopAsync(); in StopTaskAsync()
/foundation/multimedia/media_foundation/engine/pipeline/filters/source/media_source/
H A Dmedia_source_filter.cpp339 taskPtr_->StopAsync(); in ReadLoop()
350 taskPtr_->StopAsync(); in ReadLoop()
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Dtype_finder.cpp182 task_->StopAsync(); in DoTask()
/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.h119 ErrorCode StopAsync();
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.h106 ErrorCode StopAsync();
/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Dfile_fd_source_plugin.cpp427 downloadTask_->StopAsync(); in Stop()
437 downloadTask_->StopAsync(); in Reset()
594 downloadTask_->StopAsync(); in SetInterruptState()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp283 updateTask_->StopAsync(); in Close()
/foundation/multimedia/media_foundation/src/filter/
H A Dfilter_loop.cpp72 void FilterLoop::StopAsync(int arg, int64_t delayUs) in StopAsync() function in OHOS::Media::Pipeline::FilterLoop
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Daudio_capture_filter.cpp225 taskPtr_->StopAsync(); in DoStop()
/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A DtaskInner.cpp147 void TaskInner::StopAsync() in StopAsync() function in OHOS::Media::TaskInner
155 MEDIA_LOG_I(PUBLIC_LOG_S " StopAsync", name_.c_str()); in StopAsync()

Completed in 11 milliseconds

12