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:WriteUint8
(Results
1 - 7
of
7
) sorted by relevance
/drivers/external_device_manager/services/zidl/src/
H
A
D
driver_ext_mgr_types.cpp
231
if (!parcel.
WriteUint8
(bInterfaceNumber)) {
in Marshalling()
236
if (!parcel.
WriteUint8
(bClass)) {
in Marshalling()
241
if (!parcel.
WriteUint8
(bSubClass)) {
in Marshalling()
246
if (!parcel.
WriteUint8
(bProtocol)) {
in Marshalling()
/drivers/interface/display/composer/v1_0/display_command/
H
A
D
display_cmd_utils.h
155
DISPLAY_CHK_RETURN(packer.
WriteUint8
(layerColor.r) == false, HDF_FAILURE,
in LayerColorPack()
157
DISPLAY_CHK_RETURN(packer.
WriteUint8
(layerColor.g) == false, HDF_FAILURE,
in LayerColorPack()
159
DISPLAY_CHK_RETURN(packer.
WriteUint8
(layerColor.b) == false, HDF_FAILURE,
in LayerColorPack()
161
DISPLAY_CHK_RETURN(packer.
WriteUint8
(layerColor.a) == false, HDF_FAILURE,
in LayerColorPack()
H
A
D
display_cmd_requester.h
264
retBool = requestPacker_.
WriteUint8
(alpha.alpha0);
in SetLayerAlpha()
268
retBool = requestPacker_.
WriteUint8
(alpha.alpha1);
in SetLayerAlpha()
272
retBool = requestPacker_.
WriteUint8
(alpha.gAlpha);
in SetLayerAlpha()
/drivers/interface/display/composer/command_pack/
H
A
D
command_data_packer.h
77
bool
WriteUint8
(uint8_t value)
in WriteUint8()
function in OHOS::HDI::Display::CommandDataPacker
/drivers/hdf_core/adapter/uhdf2/ipc/src/
H
A
D
hdf_sbuf_impl_hipc.cpp
83
return MParcelCast(sbuf)->
WriteUint8
(value);
in SbufMParcelImplWriteUint8()
/drivers/peripheral/usb/hdi_service/src/
H
A
D
usbd_function.cpp
129
if (!data.
WriteUint8
(funcMask)) {
in SendCmdToService()
/drivers/peripheral/camera/interfaces/hdi_ipc/utils/src/
H
A
D
utils_data_stub.cpp
115
bRet = (bRet && data.
WriteUint8
(static_cast<uint8_t>(entry.data_type)));
in EncodeCameraMetadata()
Completed in 6 milliseconds