Home
last modified time | relevance | path

Searched refs:WriteUint8 (Results 1 - 7 of 7) sorted by relevance

/drivers/external_device_manager/services/zidl/src/
H A Ddriver_ext_mgr_types.cpp231 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 Ddisplay_cmd_utils.h155 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 Ddisplay_cmd_requester.h264 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 Dcommand_data_packer.h77 bool WriteUint8(uint8_t value) in WriteUint8() function in OHOS::HDI::Display::CommandDataPacker
/drivers/hdf_core/adapter/uhdf2/ipc/src/
H A Dhdf_sbuf_impl_hipc.cpp83 return MParcelCast(sbuf)->WriteUint8(value); in SbufMParcelImplWriteUint8()
/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_function.cpp129 if (!data.WriteUint8(funcMask)) { in SendCmdToService()
/drivers/peripheral/camera/interfaces/hdi_ipc/utils/src/
H A Dutils_data_stub.cpp115 bRet = (bRet && data.WriteUint8(static_cast<uint8_t>(entry.data_type))); in EncodeCameraMetadata()

Completed in 6 milliseconds