Home
last modified time | relevance | path

Searched refs:ReadUint32 (Results 1 – 25 of 35) sorted by relevance

12

/drivers/peripheral/display/hdi_service/device/src/server/
Ddisplay_device_host_driver.cpp211 if (!data->ReadUint32(devId)) { in GetDisplayCapability()
238 if (!data->ReadUint32(devId)) { in GetDisplaySupportedModes()
242 if (!data->ReadUint32(modesNum) || modesNum > COMPOSER_SERVER_ARRAY_NUMBER_MAX) { in GetDisplaySupportedModes()
274 if (!data->ReadUint32(devId)) { in GetDisplayMode()
301 if (!data->ReadUint32(devId)) { in SetDisplayMode()
306 if (!data->ReadUint32(mode)) { in SetDisplayMode()
325 if (!data->ReadUint32(devId)) { in GetDisplayPowerStatus()
352 if (!data->ReadUint32(devId)) { in SetDisplayPowerStatus()
377 if (!data->ReadUint32(devId)) { in GetDisplayBackLight()
404 if (!data->ReadUint32(devId)) { in SetDisplayBackLight()
[all …]
/drivers/peripheral/display/hdi_service/gralloc/include/
Dparcel_utils.h35 pAllocInfo->width = data.ReadUint32(); in UnpackAllocInfo()
36 pAllocInfo->height = data.ReadUint32(); in UnpackAllocInfo()
38 pAllocInfo->format = static_cast<PixelFormat>(data.ReadUint32()); in UnpackAllocInfo()
39 pAllocInfo->expectedSize = data.ReadUint32(); in UnpackAllocInfo()
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
Diam_fuzz_test.cpp57 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint8Vector()
66 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzInt8Vector()
75 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint32Vector()
84 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint64Vector()
93 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN + 1; in FillFuzzString()
Dpin_auth_hdi_fuzzer.cpp69 executorInfo.executorType = parcel.ReadUint32(); in FillFuzzExecutorInfo()
80 templateInfo.executorType = parcel.ReadUint32(); in FillFuzzTemplateInfo()
251 uint32_t index = parcel.ReadUint32() % (sizeof(g_fuzzFuncs) / sizeof(FuzzFunc *)); in PinAuthHdiFuzzTest()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthhdi_fuzzer/
Diam_fuzz_test.cpp57 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint8Vector()
66 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzInt8Vector()
75 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint32Vector()
84 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint64Vector()
93 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN + 1; in FillFuzzString()
Dface_auth_hdi_fuzzer.cpp83 executorInfo.executorType = parcel.ReadUint32(); in FillFuzzExecutorInfo()
94 templateInfo.executorType = parcel.ReadUint32(); in FillFuzzTemplateInfo()
324 uint32_t index = parcel.ReadUint32() % (sizeof(g_fuzzFuncs) / sizeof(FuzzFunc *)); in FaceAuthHdiFuzzTest()
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
Diam_fuzz_test.cpp57 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint8Vector()
66 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzInt8Vector()
75 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint32Vector()
84 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint64Vector()
93 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN + 1; in FillFuzzString()
Duser_auth_hdi_fuzzer.cpp55 executorRegisterInfo.executorSensorHint = parcel.ReadUint32(); in FillFuzzExecutorRegisterInfo()
56 executorRegisterInfo.executorMatcher = parcel.ReadUint32(); in FillFuzzExecutorRegisterInfo()
84 scheduleInfo.executorMatcher = parcel.ReadUint32(); in FillFuzzScheduleInfo()
105 scheduleInfo.executorMatcher = parcel.ReadUint32(); in FillFuzzScheduleInfoV1_1()
125 authSolution.authTrustLevel = parcel.ReadUint32(); in FillFuzzAuthSolution()
127 authSolution.executorSensorHint = parcel.ReadUint32(); in FillFuzzAuthSolution()
134 executorSendMsg.executorIndex = parcel.ReadUint32(); in FillFuzzExecutorSendMsg()
151 authResultInfo.result = parcel.ReadUint32(); in FillFuzzAuthResultInfo()
170 enrollParam.executorSensorHint = parcel.ReadUint32(); in FillFuzzEnrollParam()
180 credentialInfo.executorMatcher = parcel.ReadUint32(); in FillFuzzCredentialInfo()
[all …]
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthhdi_fuzzer/
Diam_fuzz_test.cpp57 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint8Vector()
66 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzInt8Vector()
75 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint32Vector()
84 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN; in FillFuzzUint64Vector()
93 uint32_t len = parcel.ReadUint32() % MAX_DATA_LEN + 1; in FillFuzzString()
Dfingerprint_auth_hdi_fuzzer.cpp83 executorInfo.executorType = parcel.ReadUint32(); in FillFuzzExecutorInfo()
94 templateInfo.executorType = parcel.ReadUint32(); in FillFuzzTemplateInfo()
322 uint32_t index = parcel.ReadUint32() % (sizeof(g_fuzzFuncs) / sizeof(FuzzFunc *)); in FingerprintAuthHdiFuzzTest()
/drivers/peripheral/display/hdi_service/device/src/util/
Ddisplay_device_common.cpp61 if (sizeof(uint32_t) != (retValueLen = parcel->ReadUint32())) { in DisplayDeviceReadUint32()
66 *data = parcel->ReadUint32(); in DisplayDeviceReadUint32()
91 if (sizeof(int32_t) != (retValueLen = parcel->ReadUint32())) { in DisplayDeviceReadInt32()
119 if (sizeof(bool) != (retValueLen = parcel->ReadUint32())) { in DisplayDeviceReadBool()
150 if (sizeof(uint64_t) != (retValueLen = parcel->ReadUint32())) { in DisplayDeviceReadUint64()
180 if (sizeof(uintptr_t) != (retValueLen = parcel->ReadUint32())) { in DisplayDeviceReadPtr()
206 uint32_t enumTmp = parcel->ReadUint32(); in DisplayDeviceReadCmdId()
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_callback/
Ddisplay_device_callback_stub.cpp38 unsigned int sequence = data.ReadUint32(); in OnRemoteRequest()
48 uint32_t devId = data.ReadUint32(); in OnRemoteRequest()
/drivers/hdf_core/framework/tools/hc-gen/src/
Ddecompile.cpp64 bool Decompile::ReadUint32(uint32_t &value) in ReadUint32() function in Decompile
73 if (!ReadUint32(readValue)) { in ReadUint8()
86 if (!ReadUint32(readValue)) { in ReadUint16()
131 return ReadUint32(byteCode); in GetNextByteCode()
145 if (!ReadUint32(nodeSize)) { in RebuildNode()
193 if (!ReadUint32(refNodeHash)) { in RebuildNodeRefObject()
218 if (!ReadUint32(u32Value)) { in RebuildNumberObject()
Ddecompile.h45 bool ReadUint32(uint32_t &value);
/drivers/external_device_manager/services/zidl/src/
Ddriver_ext_mgr_types.cpp94 if (!parcel.ReadUint32(busTypeData)) { in UnMarshalling()
192 if (!parcel.ReadUint32(id)) { in EmitItemUnMarshalling()
199 if (!parcel.ReadUint32(size)) { in EmitItemUnMarshalling()
222 if (!parcel.ReadUint32(item.value)) { in EmitItemUnMarshalling()
Ddriver_ext_mgr_stub.cpp53 if (!data.ReadUint32(busType)) { in OnQueryDevice()
134 if (!data.ReadUint32(maxX)) { in OnCreateDevice()
140 if (!data.ReadUint32(maxY)) { in OnCreateDevice()
146 if (!data.ReadUint32(maxPressure)) { in OnCreateDevice()
/drivers/interface/display/composer/command_pack/
Dcommand_data_unpacker.h42 bool ReadUint32(uint32_t& value) in ReadUint32() function
95 DISPLAY_CHK_RETURN(ReadUint32(magic) == false, false, in BeginSection()
101 DISPLAY_CHK_RETURN(ReadUint32(curSecLen_) == false, false, in BeginSection()
/drivers/hdf_core/adapter/uhdf2/hdi/src/
Didevmgr_client.cpp112 if (!reply.ReadUint32(hostInfo.hostId)) { in HdfDevMgrDbgFillDeviceInfo()
117 if (!reply.ReadUint32(devCnt)) { in HdfDevMgrDbgFillDeviceInfo()
135 if (!reply.ReadUint32(devInfo.devId)) { in HdfDevMgrDbgFillDeviceInfo()
/drivers/hdf_core/framework/test/fuzztest/ioservice_fuzzer/ioservicepublish_fuzzer/
Dioservicepublish_fuzzer.cpp32 uint32_t mode = parcel.ReadUint32(); in IoservicePublishFuzzTest()
/drivers/hdf_core/framework/test/fuzztest/devmgr_c_fuzzer/queryusabledeviceInfo_fuzzer/
DqueryusabledeviceInfo_fuzzer.cpp31 list.deviceCnt = parcel.ReadUint32(); in QueryUnusableDeviceInfoFuzzTest()
/drivers/interface/display/composer/v1_0/display_command/
Ddisplay_cmd_responser.h298 int32_t ret = unpacker->ReadUint32(devId) ? HDF_SUCCESS : HDF_FAILURE; in OnPrepareDisplayLayers()
343 int32_t ret = unpacker->ReadUint32(devId) ? HDF_SUCCESS : HDF_FAILURE; in OnSetDisplayClientBuffer()
352 DISPLAY_CHK_CONDITION(result, ret == HDF_SUCCESS, unpacker->ReadUint32(seqNo), in OnSetDisplayClientBuffer()
394 DISPLAY_CHK_CONDITION(retBool, true, unpacker->ReadUint32(devId), in OnSetDisplayClientDamage()
397 DISPLAY_CHK_CONDITION(retBool, true, unpacker->ReadUint32(vectSize), in OnSetDisplayClientDamage()
437 DISPLAY_CHK_CONDITION(retBool, true, unpacker->ReadUint32(devId), in OnCommit()
561 ret = unpacker->ReadUint32(zorder) ? HDF_SUCCESS : HDF_FAILURE; in OnSetLayerZorder()
631 …DISPLAY_CHK_CONDITION(ret, HDF_SUCCESS, unpacker->ReadUint32(vectSize) ? HDF_SUCCESS : HDF_FAILURE, in OnSetLayerDirtyRegion()
666 …DISPLAY_CHK_CONDITION(ret, HDF_SUCCESS, unpacker->ReadUint32(vectSize) ? HDF_SUCCESS : HDF_FAILURE, in OnSetLayerVisibleRegion()
707 DISPLAY_CHK_CONDITION(result, ret == HDF_SUCCESS, unpacker->ReadUint32(seqNo), in OnSetLayerBuffer()
[all …]
Ddisplay_cmd_utils.h229 DISPLAY_CHK_RETURN(unpacker->ReadUint32(devId) == false, HDF_FAILURE, in SetupDeviceUnpack()
231 DISPLAY_CHK_RETURN(unpacker->ReadUint32(layerId) == false, HDF_FAILURE, in SetupDeviceUnpack()
267 DISPLAY_CHK_RETURN(unpacker->ReadUint32(fdsNum) == false, HDF_FAILURE, in BufferHandleUnpack()
269 DISPLAY_CHK_RETURN(unpacker->ReadUint32(intsNum) == false, HDF_FAILURE, in BufferHandleUnpack()
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthinterfaceservice_fuzzer/
Dpin_auth_interface_service_fuzzer.cpp57 uint32_t index = parcel.ReadUint32() % (sizeof(g_fuzzFuncs) / sizeof(FuzzFunc *)); in PinAuthInterfaceServiceFuzzTest()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthinterfaceservice_fuzzer/
Dface_auth_interface_service_fuzzer.cpp64 uint32_t index = parcel.ReadUint32() % (sizeof(g_fuzzFuncs) / sizeof(FuzzFunc *)); in FaceAuthInterfaceServiceFuzzTest()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintinterfaceservice_fuzzer/
Dfingerprint_auth_interface_service_fuzzer.cpp66 uint32_t index = parcel.ReadUint32() % (sizeof(g_fuzzFuncs) / sizeof(FuzzFunc *)); in FingerprintAuthInterfaceServiceFuzzTest()

12