Home
last modified time | relevance | path

Searched refs:CHIP_INFO_LEN (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_input_device_info.md22 | char [chipInfo](#chipinfo) [[CHIP_INFO_LEN](_input.md#chip_info_len)] | 驱动芯片编码信息 |
55 char InputDeviceInfo::chipInfo[CHIP_INFO_LEN]
H A D_input.md52 | [CHIP_INFO_LEN](#chip_info_len)   10 | 芯片信息长度。 |
108 ### CHIP_INFO_LEN subsection
111 #define CHIP_INFO_LEN 10
H A Dinput__type_8h.md38 | [CHIP_INFO_LEN](_input.md#chip_info_len)   10 | 芯片信息长度。 |
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_type.h84 #define CHIP_INFO_LEN 10 macro
276 char chipInfo[CHIP_INFO_LEN]; /**< Driver chip information */
/ohos5.0/drivers/peripheral/input/hal/src/
H A Dinput_controller.c367 return GetDevStringInfo(devIndex, chipInfo, length, CHIP_INFO_LEN, GET_CHIP_INFO); in GetChipInfo()
579 ret = GetChipName(devIndex, &node.payload.chipInfo[0], CHIP_INFO_LEN); in UpdateDevBaseInfo()
/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp346 char infoStr[CHIP_INFO_LEN] = {0}; in GetChipInfo()
347 int32_t ret = inputInterface_->iInputController->GetChipInfo(devIndex, infoStr, CHIP_INFO_LEN); in GetChipInfo()
/ohos5.0/drivers/peripheral/input/test/unittest/common/
H A Dhdi_input_test.cpp427 char chipInfo[CHIP_INFO_LEN] = {0};
431 ret = g_inputInterface->iInputController->GetChipInfo(TOUCH_INDEX, chipInfo, CHIP_INFO_LEN);