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:streamMutex_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H
A
D
capture_output.cpp
101
std::lock_guard<std::mutex> lock(
streamMutex_
);
in IsStreamCreated()
107
std::lock_guard<std::mutex> lock(
streamMutex_
);
in GetStream()
114
std::lock_guard<std::mutex> lock(
streamMutex_
);
in SetStream()
136
std::lock_guard<std::mutex> lock(
streamMutex_
);
in Release()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/
H
A
D
dcamera_source_data_process.h
48
std::mutex
streamMutex_
;
member in OHOS::DistributedHardware::DCameraSourceDataProcess
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H
A
D
capture_output.h
165
std::mutex
streamMutex_
;
member in OHOS::CameraStandard::CaptureOutput
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H
A
D
dcamera_source_data_process.cpp
60
std::lock_guard<std::mutex> autoLock(
streamMutex_
);
in FeedStream()
118
std::lock_guard<std::mutex> autoLock(
streamMutex_
);
in ReleaseStreams()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H
A
D
cast_session_impl.cpp
340
std::unique_lock<std::mutex> lock(
streamMutex_
);
in CreateStreamPlayerManager()
357
std::unique_lock<std::mutex> lock(
streamMutex_
);
in DestroyStreamPlayer()
1143
std::lock_guard<std::mutex> lock(
streamMutex_
);
in StreamManagerGetter()
1155
std::lock_guard<std::mutex> lock(
streamMutex_
);
in IsStreamMode()
1161
std::lock_guard<std::mutex> lock(
streamMutex_
);
in GetPlayerControllerCapability()
/foundation/CastEngine/castengine_cast_plus_stream/src/
H
A
D
cast_session_impl.cpp
340
std::unique_lock<std::mutex> lock(
streamMutex_
);
in CreateStreamPlayerManager()
357
std::unique_lock<std::mutex> lock(
streamMutex_
);
in DestroyStreamPlayer()
1143
std::lock_guard<std::mutex> lock(
streamMutex_
);
in StreamManagerGetter()
1155
std::lock_guard<std::mutex> lock(
streamMutex_
);
in IsStreamMode()
1161
std::lock_guard<std::mutex> lock(
streamMutex_
);
in GetPlayerControllerCapability()
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H
A
D
cast_session_impl_class.h
244
std::mutex
streamMutex_
;
member in OHOS::CastEngine::CastEngineService::CastSessionImpl
/foundation/CastEngine/castengine_cast_plus_stream/include/
H
A
D
cast_session_impl_class.h
244
std::mutex
streamMutex_
;
member in OHOS::CastEngine::CastEngineService::CastSessionImpl
Completed in 12 milliseconds