Lines Matching refs:uinput_device_event
343 uinput_device_event(uidev, EV_ABS, ABS_MT_SLOT, 0);
344 uinput_device_event(uidev, EV_ABS, ABS_X, 100);
345 uinput_device_event(uidev, EV_ABS, ABS_Y, 500);
346 uinput_device_event(uidev, EV_ABS, ABS_MT_POSITION_X, 100);
347 uinput_device_event(uidev, EV_ABS, ABS_MT_POSITION_Y, 500);
348 uinput_device_event(uidev, EV_ABS, ABS_MT_TRACKING_ID, 1);
349 uinput_device_event(uidev, EV_ABS, ABS_MT_SLOT, 1);
350 uinput_device_event(uidev, EV_ABS, ABS_X, 1);
351 uinput_device_event(uidev, EV_ABS, ABS_Y, 5);
352 uinput_device_event(uidev, EV_ABS, ABS_MT_POSITION_X, 1);
353 uinput_device_event(uidev, EV_ABS, ABS_MT_POSITION_Y, 5);
354 uinput_device_event(uidev, EV_ABS, ABS_MT_TRACKING_ID, 2);
355 uinput_device_event(uidev, EV_SYN, SYN_REPORT, 0);