Searched refs:switchCode (Results 1 – 12 of 12) sorted by relevance
31 | unsigned long[] [switchCode](#switchcode) | 记录设备支持的开关功能的位图 | 161 ### switchCode subsection164 unsigned long [] DevAbility::switchCode
31 | uint64_t [switchCode](#switchcode) [[BITS_TO_UINT64](_input.md#bits_to_uint64)(SW_CNT)] | 记录设备支持的…161 ### switchCode subsection164 uint64_t InputDevAbility::switchCode[BITS_TO_UINT64(SW_CNT)]
72 unsigned long switchCode[BITS_TO_LONG(HDF_SW_CNT)]; member
77 unsigned long switchCode[BITS_TO_UINT64(SW_CNT)]; member
171 ret = memcpy_s(inputDev->abilitySet.switchCode, len * BITS_TO_LONG(SW_CNT), in GetInfoFromCache()172 info->switchCode, len * BITS_TO_LONG(SW_CNT)); in GetInfoFromCache()
93 hdiDevInfo.abilitySet.switchCode.assign(halDevInfo.abilitySet.switchCode, in TransferDevInfo()94 halDevInfo.abilitySet.switchCode + BITS_TO_UINT64(SW_CNT)); in TransferDevInfo()
232 …uint64_t switchCode[BITS_TO_UINT64(SW_CNT)]; /**< Bitmap for recording the supported switc… member
68 std::vector<uint64_t> switchCode;
133 unsigned long[] switchCode;
105 unsigned long[] switchCode; /**< Bitmap for recording the supported switch functions */
228 …(fd, EVIOCGBIT(EV_SW, sizeof(detailInfo->abilitySet.switchCode)), &detailInfo->abilitySet.switchCo… in GetInputDeviceInfo()