Home
last modified time | relevance | path

Searched refs:absCode (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Dvirtual_device.cpp96 int absCode = item.first; in SetABSInfo() local
99 …"absFuzz: %{public}d, absFlat: %{public}d", inputDevice.name.c_str(), absCode, absInfo[ABS_MIN_POS… in SetABSInfo()
103 absCode); in SetABSInfo()
106 inputUserDev.absmin[absCode] = absInfo[ABS_MIN_POS]; in SetABSInfo()
107 inputUserDev.absmax[absCode] = absInfo[ABS_MAX_POS]; in SetABSInfo()
108 inputUserDev.absfuzz[absCode] = absInfo[ABS_FUZZ_POS]; in SetABSInfo()
109 inputUserDev.absflat[absCode] = absInfo[ABS_FLAT_POS]; in SetABSInfo()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_dev_ability_v10.md24 | unsigned long[] [absCode](#abscode) | 记录支持的绝对坐标的位图 |
41 ### absCode subsection
44 unsigned long [] DevAbility::absCode
H A D_input_dev_ability.md24 | uint64_t [absCode](#abscode) [[BITS_TO_UINT64](_input.md#bits_to_uint64)(ABS_CNT)] | 记录支持的绝对坐标的位图…
41 ### absCode subsection
44 uint64_t InputDevAbility::absCode[BITS_TO_UINT64(ABS_CNT)]
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_hid_adapter.c129 if (inputDev->abilitySet.absCode[i] != 0) { in SetInputDevAbsAttr()
150 ret = memcpy_s(inputDev->abilitySet.absCode, len * BITS_TO_LONG(ABS_CNT), in GetInfoFromCache()
151 info->absCode, len * BITS_TO_LONG(ABS_CNT)); in GetInfoFromCache()
H A Dhdf_hid_adapter.h65 unsigned long absCode[BITS_TO_LONG(HDF_ABS_CNT)]; member
H A Dhdf_input_device_manager.h70 unsigned long absCode[BITS_TO_UINT64(ABS_CNT)]; member
/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/
H A Dtouch_gt911.c277 device->driver->inputDev->abilitySet.absCode[0] = SET_BIT(ABS_X) | SET_BIT(ABS_Y) | highBit; in SetAbility()
279 device->driver->inputDev->abilitySet.absCode[0] = SET_BIT(ABS_X) | SET_BIT(ABS_Y); in SetAbility()
280 device->driver->inputDev->abilitySet.absCode[1] = SET_BIT(ABS_MT_POSITION_X) | in SetAbility()
H A Dtouch_ft5406.c174 device->driver->inputDev->abilitySet.absCode[0] = SET_BIT(ABS_X) | SET_BIT(ABS_Y); in SetAbility()
175 device->driver->inputDev->abilitySet.absCode[1] = SET_BIT(ABS_MT_POSITION_X) | in SetAbility()
H A Dtouch_ft5x06.c170 device->driver->inputDev->abilitySet.absCode[NUM_0] = SET_BIT(ABS_X) | SET_BIT(ABS_Y); in SetAbility()
171 device->driver->inputDev->abilitySet.absCode[NUM_1] = SET_BIT(ABS_MT_POSITION_X) | in SetAbility()
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/input_template/
H A Dinput_driver_source.template89 device->driver->inputDev->abilitySet.absCode[0] = SET_BIT(ABS_X) | SET_BIT(ABS_Y);
90 device->driver->inputDev->abilitySet.absCode[1] = SET_BIT(ABS_MT_POSITION_X) |
/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp79 hdiDevInfo.abilitySet.absCode.assign(halDevInfo.abilitySet.absCode, in TransferDevInfo()
80 halDevInfo.abilitySet.absCode + BITS_TO_UINT64(ABS_CNT)); in TransferDevInfo()
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_type.h225 …uint64_t absCode[BITS_TO_UINT64(ABS_CNT)]; /**< Bitmap for recording the supported absol… member
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/cpp_target/input/v1_0/
H A Dinput_types.h.txt61 std::vector<uint64_t> absCode;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/dump_ast_target/
H A Ddump.txt126 unsigned long[] absCode;
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp226 …tl(fd, EVIOCGBIT(EV_ABS, sizeof(detailInfo->abilitySet.absCode)), &detailInfo->abilitySet.absCode); in GetInputDeviceInfo()
253 if (detailInfo->abilitySet.absCode[i] > 0) { in GetInputDeviceInfo()
/ohos5.0/drivers/interface/input/v1_0/
H A DInputTypes.idl98 unsigned long[] absCode; /**< Bitmap for recording the supported absolute coordinates */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/foo/input/v1_0/
H A DInputTypes.idl98 unsigned long[] absCode; /**< Bitmap for recording the supported absolute coordinates */