Searched refs:GetDevStringInfo (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/drivers/peripheral/input/hal/src/ |
H A D | input_controller.c | 304 static int32_t GetDevStringInfo(uint32_t devIndex, char *info, uint32_t len, uint32_t lenLimit, int… in GetDevStringInfo() function 362 return GetDevStringInfo(devIndex, chipName, length, CHIP_NAME_LEN, GET_CHIP_NAME); in GetChipName() 367 return GetDevStringInfo(devIndex, chipInfo, length, CHIP_INFO_LEN, GET_CHIP_INFO); in GetChipInfo() 372 return GetDevStringInfo(devIndex, vendorName, length, VENDOR_NAME_LEN, GET_VENDOR_NAME); in GetVendorName()
|