Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:StopAsync
(Results
1 - 25
of
31
) sorted by relevance
1
2
/foundation/multimedia/media_foundation/src/osal/task/
H
A
D
task.cpp
55
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
D
audio_thread_task.h
33
void
StopAsync
();
/foundation/multimedia/audio_framework/test/fuzztest/audioservicecommon_fuzzer/
H
A
D
audio_service_common_fuzzer.cpp
53
audioThreadTask->
StopAsync
();
in AudioThreadTaskFuzzTest()
/foundation/multimedia/av_codec/services/utils/include/
H
A
D
task_thread.h
41
void
StopAsync
();
/foundation/multimedia/media_foundation/engine/include/foundation/osal/thread/
H
A
D
task.h
42
virtual void
StopAsync
();
/foundation/multimedia/media_foundation/interface/inner_api/osal/task/
H
A
D
task.h
54
virtual void
StopAsync
();
H
A
D
taskInner.h
54
virtual void
StopAsync
();
/foundation/multimedia/media_foundation/interface/inner_api/filter/
H
A
D
filter_loop.h
58
void
StopAsync
(int arg = 0, int64_t delayUs = 0);
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H
A
D
audio_thread_task.cpp
85
void AudioThreadTask::
StopAsync
()
in StopAsync()
function in OHOS::AudioStandard::AudioThreadTask
/foundation/multimedia/av_codec/services/engine/codec/audio/
H
A
D
audio_codec_worker.cpp
147
inputTask_->
StopAsync
();
in Stop()
153
outputTask_->
StopAsync
();
in Stop()
/foundation/multimedia/media_foundation/test/scenetest/helper/
H
A
D
lite_stream_player.cpp
110
task->
StopAsync
();
in DataProcessThread()
/foundation/multimedia/media_foundation/src/osal/task/ffrt/
H
A
D
task.cpp
99
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
D
download_monitor.cpp
181
task_->
StopAsync
();
in NeedRetry()
/foundation/multimedia/media_foundation/engine/foundation/osal/thread/
H
A
D
task.cpp
79
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
D
task_thread.cpp
92
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
D
avcodec_audio_codec_impl.cpp
423
inputTask_->
StopAsync
();
in StopTaskAsync()
426
outputTask_->
StopAsync
();
in StopTaskAsync()
/foundation/multimedia/media_foundation/engine/pipeline/filters/source/media_source/
H
A
D
media_source_filter.cpp
339
taskPtr_->
StopAsync
();
in ReadLoop()
350
taskPtr_->
StopAsync
();
in ReadLoop()
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H
A
D
type_finder.cpp
182
task_->
StopAsync
();
in DoTask()
/foundation/multimedia/media_foundation/engine/scene/player/lite/
H
A
D
hiplayer_impl.h
119
ErrorCode
StopAsync
();
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H
A
D
hiplayer_impl.h
106
ErrorCode
StopAsync
();
/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H
A
D
file_fd_source_plugin.cpp
427
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
D
playlist_downloader.cpp
283
updateTask_->
StopAsync
();
in Close()
/foundation/multimedia/media_foundation/src/filter/
H
A
D
filter_loop.cpp
72
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
D
audio_capture_filter.cpp
225
taskPtr_->
StopAsync
();
in DoStop()
/foundation/multimedia/media_foundation/src/osal/task/pthread/
H
A
D
taskInner.cpp
147
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
1
2