Searched refs:ledType (Results 1 – 10 of 10) sorted by relevance
33 | unsigned long[] [ledType](#ledtype) | LED类型的位图 | 111 ### ledType subsection114 unsigned long [] DevAbility::ledType
33 | uint64_t [ledType](#ledtype) [[BITS_TO_UINT64](_input.md#bits_to_uint64)(LED_CNT)] | led状态的位图 | 111 ### ledType subsection114 uint64_t InputDevAbility::ledType[BITS_TO_UINT64(LED_CNT)]
79 unsigned long ledType[BITS_TO_UINT64(LED_CNT)]; member
97 hdiDevInfo.abilitySet.ledType.assign(halDevInfo.abilitySet.ledType, in TransferDevInfo()98 halDevInfo.abilitySet.ledType + BITS_TO_UINT64(LED_CNT)); in TransferDevInfo()
234 uint64_t ledType[BITS_TO_UINT64(LED_CNT)]; /**< Bitmap for recording the LED status */ member
70 std::vector<uint64_t> ledType;
135 unsigned long[] ledType;
107 unsigned long[] ledType; /**< Bitmap of the LED type */
229 …tl(fd, EVIOCGBIT(EV_LED, sizeof(detailInfo->abilitySet.ledType)), &detailInfo->abilitySet.ledType); in GetInputDeviceInfo()