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:PAUSING
(Results
1 - 12
of
12
) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H
A
D
audio_thread_task.cpp
99
state_ = RunningState::
PAUSING
;
in Pause()
109
case RunningState::
PAUSING
: {
in Pause()
122
state_ = RunningState::
PAUSING
;
in PauseAsync()
141
if (state_.load() == RunningState::
PAUSING
|| state_.load() == RunningState::PAUSED) {
in RunJob()
/foundation/multimedia/media_foundation/src/osal/task/ffrt/
H
A
D
task.cpp
115
runningState_ = RunningState::
PAUSING
;
in Pause()
125
case RunningState::
PAUSING
: {
in Pause()
140
runningState_ = RunningState::
PAUSING
;
in PauseAsync()
164
if (runningState_.load() == RunningState::
PAUSING
|| runningState_.load() == RunningState::PAUSED) {
in Run()
/foundation/multimedia/media_foundation/engine/foundation/osal/thread/
H
A
D
task.cpp
95
runningState_ = RunningState::
PAUSING
;
in Pause()
105
case RunningState::
PAUSING
: {
in Pause()
120
runningState_ = RunningState::
PAUSING
;
in PauseAsync()
144
if (runningState_.load() == RunningState::
PAUSING
|| runningState_.load() == RunningState::PAUSED) {
in Run()
/foundation/multimedia/av_codec/services/utils/
H
A
D
task_thread.cpp
108
runningState_ = RunningState::
PAUSING
;
in Pause()
118
case RunningState::
PAUSING
: {
in Pause()
133
runningState_ = RunningState::
PAUSING
;
in PauseAsync()
162
if (runningState_.load() == RunningState::
PAUSING
|| runningState_.load() == RunningState::PAUSED) {
in Run()
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H
A
D
audio_thread_task.h
48
PAUSING
,
member in OHOS::AudioStandard::AudioThreadTask::RunningState
/foundation/multimedia/av_codec/services/utils/include/
H
A
D
task_thread.h
56
PAUSING
,
member in OHOS::MediaAVCodec::TaskThread::RunningState
/foundation/multimedia/media_foundation/engine/include/foundation/osal/thread/
H
A
D
task.h
55
PAUSING
,
member in OHOS::Media::OSAL::Task::RunningState
/foundation/multimedia/media_foundation/interface/inner_api/osal/task/
H
A
D
taskInner.h
81
PAUSING
,
member in OHOS::Media::TaskInner::RunningState
/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H
A
D
idistributed_hardware_source.h
49
PAUSING
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H
A
D
dcamera_source_dev.h
39
PAUSING
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
H
A
D
dh_comm_tool.cpp
225
if (curState != BusinessState::RUNNING && curState != BusinessState::
PAUSING
) {
in ProcessFullCapsRsp()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H
A
D
daudio_source_dev.h
44
PAUSING
Completed in 6 milliseconds