Searched refs:soundCode (Results 1 – 7 of 7) sorted by relevance
70 unsigned long soundCode[BITS_TO_LONG(HDF_SND_CNT)]; member
75 unsigned long soundCode[BITS_TO_UINT64(SND_CNT)]; member
158 ret = memcpy_s(inputDev->abilitySet.soundCode, len * BITS_TO_LONG(SND_CNT), in GetInfoFromCache()159 info->soundCode, len * BITS_TO_LONG(SND_CNT)); in GetInfoFromCache()
202 …uint64_t soundCode[BITS_TO_UINT64(SND_CNT)]; /**< Bitmap for recording supported sounds or… member
89 hdiDevInfo.abilitySet.soundCode.assign(halDevInfo.abilitySet.soundCode, in TransferDevInfo()90 halDevInfo.abilitySet.soundCode + BITS_TO_UINT64(SND_CNT)); in TransferDevInfo()
103 unsigned long[] soundCode; /**< Bitmap for recording supported sounds or alerts */
219 …(fd, EVIOCGBIT(EV_SND, sizeof(detailInfo->abilitySet.soundCode)), &detailInfo->abilitySet.soundCod… in GetInputDeviceInfo()