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:wakeup_
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H
A
D
capture_message.cpp
84
wakeup_
= true;
in SendMessage()
101
wakeup_
= true;
in SendMessage()
112
wakeup_
= true;
in SendMessage()
151
cv_.wait(l, [this] { return !running_ ||
wakeup_
; });
in HandleMessage()
152
wakeup_
= false;
in HandleMessage()
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/lite/
H
A
D
stream_tunnel.cpp
50
wakeup_
= true;
in CleanBuffers()
66
waitCV_.wait(l, [this] { return
wakeup_
== true; });
in GetBuffer()
70
wakeup_
= false;
in GetBuffer()
146
wakeup_
= true;
in PutBuffer()
176
wakeup_
= true;
in NotifyStop()
H
A
D
stream_tunnel.h
66
std::atomic<bool>
wakeup_
= false;
member in OHOS::Camera::StreamTunnel
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/standard/
H
A
D
stream_tunnel.cpp
54
wakeup_
= true;
in CleanBuffers()
75
waitCV_.wait(l, [this] { return
wakeup_
== true; });
in GetBuffer()
84
wakeup_
= false;
in GetBuffer()
178
wakeup_
= true;
in PutBuffer()
214
wakeup_
= true;
in NotifyStop()
H
A
D
stream_tunnel.h
71
std::atomic<bool>
wakeup_
= false;
member in OHOS::Camera::StreamTunnel
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H
A
D
capture_message.h
152
std::atomic<bool>
wakeup_
= false;
member in OHOS::Camera::CaptureMessageOperator
Completed in 3 milliseconds