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:lightNum
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/light/hal/src/
H
A
D
light_controller.c
43
.
lightNum
= 0,
in GetLightDevicePriv()
85
if (!HdfSbufReadUint32(reply, &priv->
lightNum
)) {
in ReadLightInfo()
86
HDF_LOGE("%s: sbuf read
lightNum
failed", __func__);
in ReadLightInfo()
95
priv->lightInfoEntry = (struct LightInfo *)OsalMemCalloc(sizeof(*priv->lightInfoEntry) * priv->
lightNum
);
in ReadLightInfo()
103
for (uint32_t i = 0; i < priv->
lightNum
; ++i) {
in ReadLightInfo()
139
if (priv->
lightNum
> 0) {
in GetLightInfo()
140
*count = priv->
lightNum
;
in GetLightInfo()
170
*count = priv->
lightNum
;
in GetLightInfo()
424
priv->
lightNum
= 0;
in FreeLightInterfaceInstance()
H
A
D
light_dump.c
50
lightDevice->
lightNum
== 0) {
in ShowLightInfo()
54
for (i = 0; i < lightDevice->
lightNum
; i++) {
in ShowLightInfo()
/drivers/peripheral/light/hal/include/
H
A
D
light_controller.h
41
uint32_t
lightNum
;
member
/drivers/hdf_core/framework/model/misc/light/driver/src/
H
A
D
light_driver.c
38
if (!HdfSbufWriteUint32(reply, drvData->
lightNum
)) {
in GetAllLightInfo()
430
drvData->
lightNum
= (uint32_t)parser->GetElemNum(node, "lightId");
in ParseLightInfo()
431
if (drvData->
lightNum
> LIGHT_ID_NUM) {
in ParseLightInfo()
432
HDF_LOGE("%s:
lightNum
cross the border", __func__);
in ParseLightInfo()
440
for (i = 0; i < drvData->
lightNum
; ++i) {
in ParseLightInfo()
/drivers/hdf_core/framework/model/misc/light/driver/include/
H
A
D
light_driver.h
161
uint32_t
lightNum
;
member
Completed in 3 milliseconds