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:listLock_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/vsyncthread/
H
A
D
vsync_dispatch_manager.cpp
30
QAutoLockGuard lockGuard(
listLock_
);
in RegisterVsyncReceiver()
36
QAutoLockGuard lockGuard(
listLock_
);
in UnregisterVsyncReceiver()
43
QAutoLockGuard lockGuard(
listLock_
);
in DispatchVsyncEvent()
H
A
D
vsync_dispatch_manager.h
43
QMutex
listLock_
;
member in OHOS::ACELite::final
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
audio_endpoint_separate.cpp
182
std::lock_guard<std::mutex> lock(
listLock_
);
in Dump()
346
std::lock_guard<std::mutex> lock(
listLock_
);
in IsAnyProcessRunning()
481
std::lock_guard<std::mutex> lock(
listLock_
);
in OnUpdateHandleInfo()
525
std::lock_guard<std::mutex> lock(
listLock_
);
in LinkProcessStream()
541
std::lock_guard<std::mutex> lock(
listLock_
);
in LinkProcessStream()
571
std::lock_guard<std::mutex> lock(
listLock_
);
in UnlinkProcessStream()
709
std::lock_guard<std::mutex> lock(
listLock_
);
in WriteToProcessBuffers()
744
std::lock_guard<std::mutex> lock(
listLock_
);
in GetLinkedProcessCount()
H
A
D
audio_endpoint.cpp
276
std::mutex
listLock_
;
member in OHOS::AudioStandard::AudioEndpointInner
431
std::lock_guard<std::mutex> lock(
listLock_
);
in ShouldInnerCap()
618
std::lock_guard<std::mutex> lock(
listLock_
);
in Dump()
911
std::lock_guard<std::mutex> lock(
listLock_
);
in IsAnyProcessRunning()
1010
std::lock_guard<std::mutex> lock(
listLock_
);
in HandleStartDeviceFailed()
1154
std::lock_guard<std::mutex> lock(
listLock_
);
in OnUpdateHandleInfo()
1221
std::lock_guard<std::mutex> lock(
listLock_
);
in LinkProcessStream()
1248
std::lock_guard<std::mutex> lock(
listLock_
);
in LinkProcessStreamExt()
1262
std::lock_guard<std::mutex> lock(
listLock_
);
in UnlinkProcessStream()
1310
std::lock_guard<std::mutex> lock(
listLock_
);
in CheckAllBufferReady()
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H
A
D
audio_endpoint.h
190
std::mutex
listLock_
;
member in OHOS::AudioStandard::AudioEndpointSeparate
Completed in 5 milliseconds