HomeSort by relevance Sort by last modified time
    Searched refs:ABS_MT_SLOT (Results 1 - 9 of 9) 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);
  /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...]

Completed in 1760 milliseconds