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:SBUF_RAW
(Results
1 - 7
of
7
) sorted by relevance
/drivers/hdf_core/framework/utils/src/
H
A
D
hdf_sbuf.c
50
[
SBUF_RAW
] = {
325
if (type !=
SBUF_RAW
) {
in HdfSbufTypedObtainCapacity()
387
if (type !=
SBUF_RAW
) {
in HdfSbufTypedBind()
407
return HdfSbufTypedObtainCapacity(
SBUF_RAW
, capacity);
in HdfSbufObtain()
422
return HdfSbufTypedBind(
SBUF_RAW
, base, size);
in HdfSbufBind()
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
H
A
D
devhost_test.cpp
493
HdfSBuf * testSBufData = HdfSbufTypedObtain(
SBUF_RAW
);
in HWTEST_F()
494
HdfSBuf * testSBufReply = HdfSbufTypedObtain(
SBUF_RAW
);
in HWTEST_F()
525
HdfSBuf * testSBufData = HdfSbufTypedObtain(
SBUF_RAW
);
in HWTEST_F()
526
HdfSBuf * testSBufReply = HdfSbufTypedObtain(
SBUF_RAW
);
in HWTEST_F()
563
HdfSBuf * testSBufData = HdfSbufTypedObtain(
SBUF_RAW
);
in HWTEST_F()
564
HdfSBuf * testSBufReply = HdfSbufTypedObtain(
SBUF_RAW
);
in HWTEST_F()
/drivers/hdf_core/interfaces/inner_api/utils/
H
A
D
hdf_sbuf.h
51
SBUF_RAW
= 0, /* SBUF used for communication between the user space and the kernel space */
enumerator
182
* The SBUF of the <b>
SBUF_RAW
</b> type does not support this function.
195
* The SBUF of the <b>
SBUF_RAW
</b> type does not support this function.
207
* The SBUF of the <b>
SBUF_RAW
</b> type does not support this function.
219
* The SBUF of the <b>
SBUF_RAW
</b> type does not support this function.
230
* @brief Writes an IPC service to a <b>SBuf</b>. The SBUF of the <b>
SBUF_RAW
</b> type does not support this function.
242
* The SBUF of the <b>
SBUF_RAW
</b> type does not support this function.
254
* The SBUF of the <b>
SBUF_RAW
</b> type does not support this function.
265
* The SBUF of the <b>
SBUF_RAW
</b> type does not support this function.
278
* The SBUF of the <b>
SBUF_RAW
</
[all...]
/drivers/peripheral/input/hal/src/
H
A
D
input_controller.c
140
*reply = HdfSbufTypedObtainCapacity(
SBUF_RAW
, ATTR_SBUF_LEN);
in InstanceCmdSbuf()
144
*reply = HdfSbufTypedObtainCapacity(
SBUF_RAW
, ABILITY_SBUF_LEN);
in InstanceCmdSbuf()
/drivers/peripheral/audio/supportlibs/adm_adapter/src/
H
A
D
audio_interface_lib_render.c
932
struct HdfSBuf *sBuf = HdfSbufTypedObtainCapacity(
SBUF_RAW
, sbufSize);
in AudioOutputRenderWrite()
H
A
D
audio_interface_lib_capture.c
896
struct HdfSBuf *reply = HdfSbufTypedObtainCapacity(
SBUF_RAW
, (AUDIO_SIZE_FRAME_16K + AUDIO_REPLY_EXTEND));
in AudioOutputCaptureRead()
/drivers/peripheral/audio/test/systemtest/adm/audio_adm_interface/src/
H
A
D
audio_adm_interface_test.cpp
1233
struct HdfSBuf *reply = HdfSbufTypedObtainCapacity(
SBUF_RAW
, (AUDIO_SIZE_FRAME + AUDIO_REPLY_EXTEND));
in HWTEST_F()
Completed in 10 milliseconds