Lines Matching refs:EV_ABS
149 ioctl(fd, UI_SET_EVBIT, EV_ABS); in configureDevice()
156 injectEvent(EV_ABS, ABS_PRESSURE, pressure); in setPressure()
185 ioctl(fd, UI_SET_EVBIT, EV_ABS); in configureDevice()
215 injectEvent(EV_ABS, ABS_MT_SLOT, slot); in sendSlot()
219 injectEvent(EV_ABS, ABS_MT_TRACKING_ID, trackingId); in sendTrackingId()
224 injectEvent(EV_ABS, ABS_MT_PRESSURE, RAW_PRESSURE_MAX); in sendDown()
225 injectEvent(EV_ABS, ABS_MT_POSITION_X, point.x); in sendDown()
226 injectEvent(EV_ABS, ABS_MT_POSITION_Y, point.y); in sendDown()
230 injectEvent(EV_ABS, ABS_MT_POSITION_X, point.x); in sendMove()
231 injectEvent(EV_ABS, ABS_MT_POSITION_Y, point.y); in sendMove()
235 injectEvent(EV_ABS, ABS_MT_PRESSURE, pressure); in sendPressure()
248 injectEvent(EV_ABS, ABS_MT_TOOL_TYPE, toolType); in sendToolType()