/external/qemu/android/ |
multitouch-screen.c | 69 * ABS_MT_SLOT was sent. -1 indicates that no slot selection has been made 153 _push_event(EV_ABS, ABS_MT_SLOT, slot_index); 178 _push_event(EV_ABS, ABS_MT_SLOT, slot_index); 218 _push_event(EV_ABS, ABS_MT_SLOT, slot_index);
|
/external/chromium_org/ui/events/ozone/evdev/ |
touch_event_converter.cc | 55 if (ioctl(fd_, EVIOCGABS(ABS_MT_SLOT), &abs) != -1) { 59 DLOG(WARNING) << "failed ioctl EVIOCGABS ABS_MT_SLOT event" << id_; 144 case ABS_MT_SLOT:
|
touch_event_converter_unittest.cc | 288 {{0, 0}, EV_ABS, ABS_MT_SLOT, 1}, {{0, 0}, EV_ABS, ABS_MT_TRACKING_ID, 686}, 339 {{0, 0}, EV_ABS, ABS_MT_SLOT, 0}, {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 39}, 357 {{0, 0}, EV_ABS, ABS_MT_TRACKING_ID, -1}, {{0, 0}, EV_ABS, ABS_MT_SLOT, 1},
|
/external/qemu/hw/ |
goldfish_events_device.c | 487 events_set_bit(s, EV_ABS, ABS_MT_SLOT); 494 abs_values[ABS_MT_SLOT].max = multitouch_get_max_slot(); 495 abs_values[ABS_MT_TRACKING_ID].max = abs_values[ABS_MT_SLOT].max + 1;
|
/external/qemu/ |
linux_keycodes.h | 452 #ifndef ABS_MT_SLOT 453 #define ABS_MT_SLOT 0x2f /* MT slot being modified */
|
/bionic/libc/kernel/common/linux/ |
input.h | 807 #define ABS_MT_SLOT 0x2f [all...] |
/external/kernel-headers/original/linux/ |
input.h | 806 #define ABS_MT_SLOT 0x2f /* MT slot being modified */ [all...] |
/system/core/toolbox/ |
getevent.h | 584 LABEL(ABS_MT_SLOT),
|
/frameworks/base/services/input/ |
EventHub.cpp | 137 case ABS_MT_SLOT: [all...] |
InputReader.cpp | [all...] |
/frameworks/base/services/input/tests/ |
InputReader_test.cpp | [all...] |