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:devMtx_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/device_manage/
H
A
D
medialibrary_device.cpp
132
lock_guard<std::mutex> lock(
devMtx_
);
in TryToGetTargetDevMLInfos()
163
lock_guard<mutex> lock(
devMtx_
);
in OnGetDevSecLevel()
182
lock_guard<mutex> lock(
devMtx_
);
in OnGetDevSecLevel()
195
lock_guard<mutex> autoLock(
devMtx_
);
in DevOnlineProcess()
232
lock_guard<mutex> autoLock(
devMtx_
);
in OnDeviceOffline()
275
lock_guard<mutex> autoLock(
devMtx_
);
in ClearAllDevices()
341
lock_guard<mutex> autoLock(
devMtx_
);
in UpdateDeviceSyncStatus()
357
lock_guard<mutex> autoLock(
devMtx_
);
in GetDeviceSyncStatus()
478
lock_guard<mutex> autoLock(
devMtx_
);
in IsHasActiveDevice()
/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/src/
H
A
D
dmic_client.cpp
129
std::lock_guard<std::mutex> lck(
devMtx_
);
in AudioFwkClientSetUp()
184
std::lock_guard<std::mutex> lck(
devMtx_
);
in Release()
212
std::lock_guard<std::mutex> lck(
devMtx_
);
in StartCapture()
340
std::lock_guard<std::mutex> lck(
devMtx_
);
in StopCapture()
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H
A
D
dspeaker_client.cpp
95
std::lock_guard<std::mutex> lck(
devMtx_
);
in CreateAudioRenderer()
178
std::lock_guard<std::mutex> lck(
devMtx_
);
in Release()
214
std::lock_guard<std::mutex> lck(
devMtx_
);
in StartRender()
234
std::lock_guard<std::mutex> lck(
devMtx_
);
in StopRender()
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/include/
H
A
D
dspeaker_client.h
105
std::mutex
devMtx_
;
member in OHOS::DistributedHardware::DSpeakerClient
/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/include/
H
A
D
dmic_client.h
86
std::mutex
devMtx_
;
member in OHOS::DistributedHardware::DMicClient
/foundation/multimedia/media_library/frameworks/services/media_distributed/include/device_manage/
H
A
D
medialibrary_device.h
93
std::mutex
devMtx_
;
member in OHOS::Media::MediaLibraryDevice
Completed in 5 milliseconds