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:dynamicMutex_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H
A
D
audio_effect_chain_manager.cpp
169
std::lock_guard<std::mutex> lock(
dynamicMutex_
);
in SetOutputDeviceSink()
199
std::lock_guard<std::mutex> lock(
dynamicMutex_
);
in InitHdiState()
285
std::lock_guard<std::mutex> lock(
dynamicMutex_
);
in CheckAndAddSessionID()
295
std::lock_guard<std::mutex> lock(
dynamicMutex_
);
in CreateAudioEffectChainDynamic()
358
std::lock_guard<std::mutex> lock(
dynamicMutex_
);
in CheckAndRemoveSessionID()
368
std::lock_guard<std::mutex> lock(
dynamicMutex_
);
in ReleaseAudioEffectChainDynamic()
375
std::lock_guard<std::mutex> lock(
dynamicMutex_
);
in ExistAudioEffectChain()
384
std::lock_guard<std::mutex> lock(
dynamicMutex_
);
in ApplyAudioEffectChain()
469
std::lock_guard<std::mutex> lock(
dynamicMutex_
);
in EffectVolumeUpdate()
475
std::lock_guard<std::mutex> lock(
dynamicMutex_
);
in StreamVolumeUpdate()
[all...]
/foundation/ability/form_fwk/services/include/
H
A
D
form_timer_mgr.h
397
mutable std::mutex
dynamicMutex_
;
member in OHOS::AppExecFwk::final
/foundation/ability/form_fwk/services/src/
H
A
D
form_timer_mgr.cpp
357
std::lock_guard<std::mutex> lock(
dynamicMutex_
);
in SetNextRefreshTime()
595
std::lock_guard<std::mutex> lock(
dynamicMutex_
);
in OnDynamicTimeTrigger()
722
std::lock_guard<std::mutex> lock(
dynamicMutex_
);
in GetDynamicItem()
803
std::lock_guard<std::mutex> lock(
dynamicMutex_
);
in DeleteDynamicItem()
1108
std::lock_guard<std::mutex> lock(
dynamicMutex_
);
in UpdateDynamicAlarm()
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
H
A
D
audio_effect_chain_manager.h
202
std::mutex
dynamicMutex_
;
member in OHOS::AudioStandard::AudioEffectChainManager
Completed in 7 milliseconds