HomeSort by relevance Sort by last modified time
    Searched refs:ABS_MT_SLOT (Results 1 - 15 of 15) sorted by null

  /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);
linux_keycodes.h 452 #ifndef ABS_MT_SLOT
453 #define ABS_MT_SLOT 0x2f /* MT slot being modified */
  /external/qemu/hw/android/goldfish/
events_device.c 491 events_set_bit(s, EV_ABS, ABS_MT_SLOT);
498 abs_values[ABS_MT_SLOT].max = multitouch_get_max_slot();
499 abs_values[ABS_MT_TRACKING_ID].max = abs_values[ABS_MT_SLOT].max + 1;
  /external/chromium_org/ui/events/ozone/evdev/
touch_event_converter_evdev_unittest.cc 313 {{0, 0}, EV_ABS, ABS_MT_SLOT, 1}, {{0, 0}, EV_ABS, ABS_MT_TRACKING_ID, 686},
364 {{0, 0}, EV_ABS, ABS_MT_SLOT, 0}, {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 39},
382 {{0, 0}, EV_ABS, ABS_MT_TRACKING_ID, -1}, {{0, 0}, EV_ABS, ABS_MT_SLOT, 1},
touch_event_converter_evdev.cc 240 case ABS_MT_SLOT:
  /bionic/libc/kernel/uapi/linux/
input.h 841 #define ABS_MT_SLOT 0x2f
    [all...]
  /development/ndk/platforms/android-L/include/linux/
input.h 812 #define ABS_MT_SLOT 0x2f
    [all...]
  /external/kernel-headers/original/uapi/linux/
input.h 838 #define ABS_MT_SLOT 0x2f /* MT slot being modified */
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
input.h 826 #define ABS_MT_SLOT 0x2f
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
input.h 826 #define ABS_MT_SLOT 0x2f
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
input.h 826 #define ABS_MT_SLOT 0x2f
    [all...]
  /system/core/toolbox/
getevent.h 584 LABEL(ABS_MT_SLOT),
  /frameworks/native/services/inputflinger/
EventHub.cpp 117 case ABS_MT_SLOT:
    [all...]
InputReader.cpp     [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]

Completed in 315 milliseconds