Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/model/input/driver/
Dhdf_hid_adapter.h69 unsigned long miscCode[BITS_TO_LONG(HDF_MSC_CNT)]; member
Dhdf_input_device_manager.h74 unsigned long miscCode[BITS_TO_UINT64(MSC_CNT)]; member
Dhdf_hid_adapter.c155 ret = memcpy_s(inputDev->abilitySet.miscCode, len * BITS_TO_LONG(MSC_CNT), in GetInfoFromCache()
156 info->miscCode, len * BITS_TO_LONG(MSC_CNT)); in GetInfoFromCache()
/drivers/peripheral/input/interfaces/include/
Dinput_type.h201 …uint64_t miscCode[BITS_TO_UINT64(MSC_CNT)]; /**< Bitmap for recording other supported fun… member
/drivers/peripheral/input/hdi_service/
Dinput_interfaces_impl.cpp87 hdiDevInfo.abilitySet.miscCode.assign(halDevInfo.abilitySet.miscCode, in TransferDevInfo()
88 halDevInfo.abilitySet.miscCode + BITS_TO_UINT64(MSC_CNT)); in TransferDevInfo()
/drivers/interface/input/v1_0/
DInputTypes.idl102 unsigned long[] miscCode; /**< Bitmap for recording other supported functions */
/drivers/peripheral/input/udriver/src/
Dinput_device_manager.cpp216 …l(fd, EVIOCGBIT(EV_MSC, sizeof(detailInfo->abilitySet.miscCode)), &detailInfo->abilitySet.miscCode in GetInputDeviceInfo()