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:l_
(Results
1 - 10
of
10
) sorted by relevance
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H
A
D
image_buffer.cpp
181
std::lock_guard<std::mutex> l(
l_
);
in SetIndex()
188
std::lock_guard<std::mutex> l(
l_
);
in SetWidth()
195
std::lock_guard<std::mutex> l(
l_
);
in SetCurWidth()
202
std::lock_guard<std::mutex> l(
l_
);
in SetHeight()
209
std::lock_guard<std::mutex> l(
l_
);
in SetCurHeight()
216
std::lock_guard<std::mutex> l(
l_
);
in SetStride()
223
std::lock_guard<std::mutex> l(
l_
);
in SetFormat()
229
std::lock_guard<std::mutex> l(
l_
);
in SetCurFormat()
236
std::lock_guard<std::mutex> l(
l_
);
in SetSize()
242
std::lock_guard<std::mutex> l(
l_
);
in SetSuffaceBufferAddr()
[all...]
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H
A
D
dimage_buffer.cpp
108
std::lock_guard<std::mutex> l(
l_
);
in SetIndex()
115
std::lock_guard<std::mutex> l(
l_
);
in SetWidth()
122
std::lock_guard<std::mutex> l(
l_
);
in SetHeight()
129
std::lock_guard<std::mutex> l(
l_
);
in SetStride()
136
std::lock_guard<std::mutex> l(
l_
);
in SetFormat()
143
std::lock_guard<std::mutex> l(
l_
);
in SetSize()
150
std::lock_guard<std::mutex> l(
l_
);
in SetUsage()
157
std::lock_guard<std::mutex> l(
l_
);
in SetPhyAddress()
164
std::lock_guard<std::mutex> l(
l_
);
in SetFileDescriptor()
171
std::lock_guard<std::mutex> l(
l_
);
in SetTimestamp()
[all...]
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H
A
D
buffer_operator.h
100
std::mutex
l_
;
member in OHOS::Camera::MyBuffer
217
std::lock_guard<std::mutex> l(
l_
);
in SetIndex()
224
std::lock_guard<std::mutex> l(
l_
);
in SetWidth()
231
std::lock_guard<std::mutex> l(
l_
);
in SetHeight()
238
std::lock_guard<std::mutex> l(
l_
);
in SetStride()
245
std::lock_guard<std::mutex> l(
l_
);
in SetFormat()
252
std::lock_guard<std::mutex> l(
l_
);
in SetSize()
259
std::lock_guard<std::mutex> l(
l_
);
in SetUsage()
266
std::lock_guard<std::mutex> l(
l_
);
in SetVirAddress()
273
std::lock_guard<std::mutex> l(
l_
);
in SetPhyAddress()
[all...]
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H
A
D
dimage_buffer.h
87
std::mutex
l_
;
member in OHOS::DistributedHardware::DImageBuffer
/drivers/peripheral/camera/test/mpi/include/
H
A
D
common.h
149
std::unique_lock<std::mutex> l(
l_
);
in WaitSnapshotEnd()
162
std::mutex
l_
;
member in OHOS::Camera::Test::StreamConsumer
/drivers/peripheral/camera/test/common/v1_0/include/
H
A
D
hdi_common.h
173
std::unique_lock<std::mutex> l(
l_
);
in WaitSnapshotEnd()
186
std::mutex
l_
;
member in OHOS::Camera::HdiCommon::StreamConsumer
/drivers/peripheral/camera/vdi_base/common/include/
H
A
D
image_buffer.h
124
std::mutex
l_
;
member in OHOS::Camera::ImageBuffer
/drivers/peripheral/camera/test/common/v1_1/src/
H
A
D
hdi_common_v1_1.cpp
360
std::unique_lock<std::mutex> l(
l_
);
in CreateProducer()
/drivers/peripheral/camera/test/mpi/src/
H
A
D
common.cpp
516
std::unique_lock<std::mutex> l(
l_
);
in CreateProducer()
/drivers/peripheral/camera/test/common/v1_0/src/
H
A
D
hdi_common.cpp
399
std::unique_lock<std::mutex> l(
l_
);
in CreateProducer()
Completed in 7 milliseconds