Searched refs:DeviceIntRec (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | touch.c | 38 DeviceIntRec dev; in touch_grow_queue() 97 DeviceIntRec dev; in touch_find_ddxid() 165 DeviceIntRec dev; in touch_begin_ddxtouch() 212 DeviceIntRec dev; in touch_begin_touch() 256 DeviceIntRec dev; in touch_init()
|
| H A D | input.c | 57 DeviceIntRec dev; in dix_init_valuators() 64 memset(&dev, 0, sizeof(DeviceIntRec)); in dix_init_valuators() 574 DeviceIntRec xi_all_devices, xi_all_master_devices, dev1, dev2; in dix_grab_matching() 605 memset(&xi_all_devices, 0, sizeof(DeviceIntRec)); in dix_grab_matching() 606 memset(&xi_all_master_devices, 0, sizeof(DeviceIntRec)); in dix_grab_matching() 607 memset(&dev1, 0, sizeof(DeviceIntRec)); in dix_grab_matching() 608 memset(&dev2, 0, sizeof(DeviceIntRec)); in dix_grab_matching() 1052 DeviceIntRec dev; in xi_unregister_handlers() 1335 DeviceIntRec dev; in dix_valuator_mode() 1340 memset(&dev, 0, sizeof(DeviceIntRec)); in dix_valuator_mode() [all …]
|
| /OK3568_Linux_fs/external/xserver/test/xi2/ |
| H A D | xi2.c | 42 DeviceIntRec dev; in xi2mask_test() 43 DeviceIntRec all_devices, all_master_devices; in xi2mask_test()
|
| H A D | protocol-xigetselectedevents.c | 147 DeviceIntRec dev; in test_XIGetSelectedEvents()
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xiselectev.c | 150 DeviceIntRec dummy; in ProcXISelectEvents()
|
| H A D | extinit.c | 185 static DeviceIntRec xi_all_devices; 186 static DeviceIntRec xi_all_master_devices;
|
| H A D | xichangehierarchy.c | 65 DeviceIntRec dummyDev; in XISendDeviceHierarchyEvent()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | inputstr.h | 605 } DeviceIntRec; typedef
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | devices.c | 261 sizeof(DeviceIntRec) + in AddInputDevice() 339 DeviceIntRec dummyDev = { .id = XIAllDevices }; in SendDevicePresenceEvent()
|
| H A D | events.c | 2782 DeviceIntRec dummy; in DeliverEvents() 5299 DeviceIntRec dummy; in InitEvents()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 61773 DeviceIntRec. Now that all grabs are copied, this lead to a double-free of 61905 dix: drop DeviceIntRec's activeGrab struct 80559 - DeviceIntRec now contains a TouchClassPtr 85972 the values into DeviceIntRec::last.valuators. Remove all this and only 85983 Input: Convert DeviceIntRec::last to use doubles 85986 system, DeviceIntRec's last->{valuators,remainder} to just have one set 89298 linked lists such as the XF86OptionRec or the DeviceIntRec. The typical 127768 yet. We need to break the input ABI once more to shift the DeviceIntRec's 128742 Input: rename DeviceIntRec->isMaster to ->type. 155489 DeviceIntRec: move lastx/lasty from valuator into DeviceIntRec. [all …]
|