Home
last modified time | relevance | path

Searched refs:ReadUint8 (Results 1 - 10 of 10) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
H A Ddecompile.h41 bool ReadUint8(uint8_t &value);
H A Ddecompile.cpp69 bool Decompile::ReadUint8(uint8_t &value) in ReadUint8() function in Decompile
127 bool ret = ReadUint8(value); in GetNextByteCode()
208 if (!ReadUint8(u8Value)) { in RebuildNumberObject()
/drivers/external_device_manager/services/zidl/src/
H A Ddriver_ext_mgr_types.cpp363 if (!parcel.ReadUint8(desc->bInterfaceNumber)) { in UnMarshalling()
367 if (!parcel.ReadUint8(desc->bClass)) { in UnMarshalling()
371 if (!parcel.ReadUint8(desc->bSubClass)) { in UnMarshalling()
375 if (!parcel.ReadUint8(desc->bProtocol)) { in UnMarshalling()
/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_utils.h359 DISPLAY_CHK_RETURN(unpacker.ReadUint8(layerColor.r) == false, HDF_FAILURE, in LayerColorUnpack()
361 DISPLAY_CHK_RETURN(unpacker.ReadUint8(layerColor.g) == false, HDF_FAILURE, in LayerColorUnpack()
363 DISPLAY_CHK_RETURN(unpacker.ReadUint8(layerColor.b) == false, HDF_FAILURE, in LayerColorUnpack()
365 DISPLAY_CHK_RETURN(unpacker.ReadUint8(layerColor.a) == false, HDF_FAILURE, in LayerColorUnpack()
H A Ddisplay_cmd_responser.h562 retBool = unpacker.ReadUint8(alpha.alpha0); in OnSetLayerAlpha()
565 retBool = unpacker.ReadUint8(alpha.alpha1); in OnSetLayerAlpha()
568 retBool = unpacker.ReadUint8(alpha.gAlpha); in OnSetLayerAlpha()
/drivers/interface/display/composer/command_pack/
H A Dcommand_data_unpacker.h47 bool ReadUint8(uint8_t& value) in ReadUint8() function in OHOS::HDI::Display::CommandDataUnpacker
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp218 uint8_t commandId = parcel.ReadUint8(); in FuzzSendCommand()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp219 uint8_t commandId = parcel.ReadUint8(); in FuzzSendCommand()
/drivers/hdf_core/adapter/uhdf2/ipc/src/
H A Dhdf_sbuf_impl_hipc.cpp213 bool ret = MParcelCast(sbuf)->ReadUint8(v); in SbufMParcelImplReadUint8()
/drivers/peripheral/camera/interfaces/hdi_ipc/utils/src/
H A Dutils_data_stub.cpp244 entry.data_type = static_cast<uint8_t>(data.ReadUint8()); in DecodeCameraMetadata()

Completed in 8 milliseconds