Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/model/input/driver/
Dhdf_hid_adapter.h70 unsigned long soundCode[BITS_TO_LONG(HDF_SND_CNT)]; member
Dhdf_input_device_manager.h75 unsigned long soundCode[BITS_TO_UINT64(SND_CNT)]; member
Dhdf_hid_adapter.c158 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()
/drivers/peripheral/input/interfaces/include/
Dinput_type.h202 …uint64_t soundCode[BITS_TO_UINT64(SND_CNT)]; /**< Bitmap for recording supported sounds or… member
/drivers/peripheral/input/hdi_service/
Dinput_interfaces_impl.cpp89 hdiDevInfo.abilitySet.soundCode.assign(halDevInfo.abilitySet.soundCode, in TransferDevInfo()
90 halDevInfo.abilitySet.soundCode + BITS_TO_UINT64(SND_CNT)); in TransferDevInfo()
/drivers/interface/input/v1_0/
DInputTypes.idl103 unsigned long[] soundCode; /**< Bitmap for recording supported sounds or alerts */
/drivers/peripheral/input/udriver/src/
Dinput_device_manager.cpp219 …(fd, EVIOCGBIT(EV_SND, sizeof(detailInfo->abilitySet.soundCode)), &detailInfo->abilitySet.soundCod… in GetInputDeviceInfo()