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:NAME_LENGTH
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/codec/interfaces/include/
H
A
D
codec_component_type.h
151
#define
NAME_LENGTH
32 /** Size of the component name. */
macro
156
char compName[
NAME_LENGTH
]; /** Codec component name. */
204
char compName[
NAME_LENGTH
]; /** The name of the component */
H
A
D
codec_type.h
303
#define
NAME_LENGTH
32 /** Size of the component name. */
macro
307
char name[
NAME_LENGTH
]; /**< Codec name char string */
/drivers/peripheral/input/udriver/include/
H
A
D
input_device_manager.h
41
#define
NAME_LENGTH
(128)
macro
/drivers/peripheral/codec/hal/src/
H
A
D
codec_config_parser.c
256
if (compName == NULL || strlen(compName) >=
NAME_LENGTH
|| strlen(compName) == 0) {
in GetOneCapability()
260
int32_t ret = strcpy_s(cap->compName,
NAME_LENGTH
, compName);
in GetOneCapability()
H
A
D
codec_types.c
419
for (uint32_t i = 0; i <
NAME_LENGTH
; i++) {
in CodecCompCapabilityBlockMarshalling()
457
for (uint32_t i = 0; i <
NAME_LENGTH
; i++) {
in CodecCompCapabilityBlockUnmarshalling()
/drivers/peripheral/codec/hal/idl_service/src/
H
A
D
component_node.cpp
43
constexpr int
NAME_LENGTH
= 32;
member
141
char name[
NAME_LENGTH
] = {0};
in GetComponentVersion()
Completed in 5 milliseconds