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:cameraInfoCmd
(Results
1 - 1
of
1
) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H
A
D
dcamera_sink_dev.cpp
125
DCameraInfoCmd
cameraInfoCmd
;
in GetCameraInfo()
local
126
cameraInfoCmd
.type_ = DCAMERA_PROTOCOL_TYPE_MESSAGE;
in GetCameraInfo()
127
cameraInfoCmd
.dhId_ = dhId_;
in GetCameraInfo()
128
cameraInfoCmd
.command_ = DCAMERA_PROTOCOL_CMD_GET_INFO;
in GetCameraInfo()
129
cameraInfoCmd
.value_ = info;
in GetCameraInfo()
130
ret =
cameraInfoCmd
.Marshal(cameraInfo);
in GetCameraInfo()
132
DHLOGE("
cameraInfoCmd
marshal failed, dhId: %{public}s, ret: %{public}d", GetAnonyString(dhId_).c_str(), ret);
in GetCameraInfo()
Completed in 1 milliseconds