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:msgSize
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/
H
A
D
posix_help.c
56
int FdReadMsg(int fd, HI_VOID* msgBuf, int
msgSize
)
in FdReadMsg()
argument
58
HI_ASSERT(msgBuf &&
msgSize
> 0);
in FdReadMsg()
63
while (total <
msgSize
) {
in FdReadMsg()
64
ret = read(fd, (char*)msgBuf + total,
msgSize
- total);
in FdReadMsg()
82
return
msgSize
;
in FdReadMsg()
H
A
D
posix_help.h
50
int FdReadMsg(int fd, HI_VOID* msgBuf, int
msgSize
);
/device/board/hihope/dayu210/audio_drivers/accessory/es8323/src/
H
A
D
es8323_impl.c
58
static void Es8323I2cRelease(struct I2cMsg *msgs, int16_t
msgSize
, DevHandle i2cHandle)
in Es8323I2cRelease()
argument
61
if (
msgSize
== 0 && msgs->buf != NULL) {
in Es8323I2cRelease()
64
} else if (
msgSize
== 1 && msgs[0].buf != NULL) {
in Es8323I2cRelease()
67
} else if (
msgSize
>= ES8323_I2C_MSG_NUM) {
in Es8323I2cRelease()
Completed in 3 milliseconds