| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | raspberrypi-ts.c | 66 int touchid; in rpi_ts_poll() local 87 touchid = (regs.point[i].yh >> 4) & 0xf; in rpi_ts_poll() 90 modified_ids |= BIT(touchid); in rpi_ts_poll() 94 input_mt_slot(input, touchid); in rpi_ts_poll()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | touch.c | 290 TouchBeginTouch(DeviceIntPtr dev, int sourceid, uint32_t touchid, in TouchBeginTouch() argument 306 if (TouchFindByClientID(dev, touchid)) in TouchBeginTouch() 314 ti->client_id = touchid; in TouchBeginTouch() 930 ti = TouchFindByClientID(dev, ev->touchid); in TouchRemovePointerGrab() 1014 uint32_t touchid, Window grab_window, XID *error) in TouchAcceptReject() argument 1024 ti = TouchFindByClientID(dev, touchid); in TouchAcceptReject() 1026 *error = touchid; in TouchAcceptReject() 1099 TouchAcceptAndEnd(DeviceIntPtr dev, int touchid) in TouchAcceptAndEnd() argument 1101 TouchPointInfoPtr ti = TouchFindByClientID(dev, touchid); in TouchAcceptAndEnd()
|
| H A D | eventconvert.c | 671 xde->detail = ev->touchid; in eventToDeviceEvent() 740 xtoe->touchid = ev->touchid; in eventToTouchOwnershipEvent()
|
| H A D | getevents.c | 1819 event->touchid = ti->client_id; in GetTouchOwnershipEvents() 2017 event->touchid = client_id; in GetTouchEvents() 2056 event->touchid = ti->client_id; in GetDixTouchEnd()
|
| H A D | events.c | 1328 TouchFindByClientID(replayDev, event->touchid); in ComputeFreezes() 1817 TouchAcceptAndEnd(thisDev, grabinfo->sync.event->touchid); in AllowSome()
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | touch.c | 216 int touchid = 12434; in touch_begin_touch() local 237 ti = TouchBeginTouch(&dev, sourceid, touchid, TRUE); in touch_begin_touch() 241 ti = TouchBeginTouch(&dev, sourceid, touchid, TRUE); in touch_begin_touch() 243 assert(ti->client_id == touchid); in touch_begin_touch()
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xiallowev.c | 60 swapl(&req_xi22->touchid); in SProcXIAllowEvents() 130 ret = TouchAcceptReject(client, dev, stuff->mode, stuff->touchid, in ProcXIAllowEvents()
|
| H A D | exevents.c | 1222 TouchPointInfoPtr ti = TouchFindByClientID(dev, ev->touchid); in ProcessTouchOwnershipEvent() 1226 dev->name, ev->type, ev->touchid); in ProcessTouchOwnershipEvent() 1543 uint32_t touchid; in ProcessTouchEvent() local 1551 touchid = ev->device_event.touchid; in ProcessTouchEvent() 1554 ti = TouchBeginTouch(dev, ev->device_event.sourceid, touchid, in ProcessTouchEvent() 1558 ti = TouchFindByClientID(dev, touchid); in ProcessTouchEvent() 1583 ti = TouchBeginTouch(dev, ev->device_event.sourceid, touchid, in ProcessTouchEvent() 1588 dev->name, touchid); in ProcessTouchEvent() 1599 dev->name, type, touchid); in ProcessTouchEvent()
|
| H A D | extinit.c | 828 swapl(&to->touchid); in STouchOwnershipEvent()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | eventstr.h | 108 uint32_t touchid; /**< Touch ID (client_id) */ member 151 uint32_t touchid; /**< Touch ID (client_id) */ member
|
| H A D | input.h | 565 uint32_t touchid, 594 uint32_t touchid, Window grab_window, XID *error); 599 extern void TouchAcceptAndEnd(DeviceIntPtr dev, int touchid);
|
| /OK3568_Linux_fs/external/xserver/test/xi2/ |
| H A D | protocol-eventconvert.c | 910 swapl(&out->touchid); in test_values_XITouchOwnershipEvent() 923 assert(out->touchid == in->touchid); in test_values_XITouchOwnershipEvent() 958 in.touchid = 0; in test_convert_XITouchOwnershipEvent() 982 in.touchid = i; in test_convert_XITouchOwnershipEvent()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Xinput.h | 158 extern _X_EXPORT void xf86PostTouchEvent(DeviceIntPtr dev, uint32_t touchid,
|
| H A D | xf86Xinput.c | 1558 xf86PostTouchEvent(DeviceIntPtr dev, uint32_t touchid, uint16_t type, in xf86PostTouchEvent() argument 1562 QueueTouchEvents(dev, type, touchid, flags, mask); in xf86PostTouchEvent()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 60469 XIAllowEvents changed length in XI 2.2 (for the touchid). A bug in libXi 78332 grab_window and touchid were removed from the struct for ABI compatibility 78345 grab_window and touchid were removed from the struct for ABI compatibility 79808 The touchid test was using a loop like: 80674 detail.button field while keeping the touchid around.
|