HomeSort by relevance Sort by last modified time
    Searched refs:EV_ABS (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium_org/ui/base/ozone/evdev/
touch_event_converter_ozone_unittest.cc 129 {{0, 0}, EV_ABS, ABS_MT_TRACKING_ID, 684},
130 {{0, 0}, EV_ABS, ABS_MT_TOUCH_MAJOR, 3},
131 {{0, 0}, EV_ABS, ABS_MT_PRESSURE, 45},
132 {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 42},
133 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
170 {{0, 0}, EV_ABS, ABS_MT_TRACKING_ID, 684},
171 {{0, 0}, EV_ABS, ABS_MT_TOUCH_MAJOR, 3},
172 {{0, 0}, EV_ABS, ABS_MT_PRESSURE, 45},
173 {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 42},
174 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0
    [all...]
touch_event_converter_ozone.cc 108 if (input.type == EV_ABS) {
  /external/qemu/android/
multitouch-screen.c 153 _push_event(EV_ABS, ABS_MT_SLOT, slot_index);
155 _push_event(EV_ABS, ABS_MT_TRACKING_ID, slot_index);
156 _push_event(EV_ABS, ABS_MT_TOUCH_MAJOR, ++mts_state->touch_major);
157 _push_event(EV_ABS, ABS_MT_PRESSURE, pressure);
158 _push_event(EV_ABS, ABS_MT_POSITION_X, x);
159 _push_event(EV_ABS, ABS_MT_POSITION_Y, y);
178 _push_event(EV_ABS, ABS_MT_SLOT, slot_index);
182 _push_event(EV_ABS, ABS_MT_TRACKING_ID, -1);
218 _push_event(EV_ABS, ABS_MT_SLOT, slot_index);
224 _push_event(EV_ABS, ABS_MT_PRESSURE, pressure)
    [all...]
hw-events.c 71 { EV_ABS, _abs_codes_list },
  /external/qemu/hw/
goldfish_events_device.c 31 PAGE_ABSDATA = 0x20000 | EV_ABS,
279 enqueue_event(s, EV_ABS, ABS_X, dx);
280 enqueue_event(s, EV_ABS, ABS_Y, dy);
281 enqueue_event(s, EV_ABS, ABS_Z, dz);
452 /* configure EV_ABS array.
454 * EV_ABS events are sent when the touchscreen is pressed
459 events_set_bit (s, EV_SYN, EV_ABS );
460 events_set_bits(s, EV_ABS, ABS_X, ABS_Z);
487 events_set_bit(s, EV_ABS, ABS_MT_SLOT);
488 events_set_bit(s, EV_ABS, ABS_MT_POSITION_X)
    [all...]
  /device/lge/hammerhead/libsensors/
ProximitySensor.cpp 119 if (type == EV_ABS) {
LightSensor.cpp 138 if (type == EV_ABS) {
  /external/chromium_org/ui/base/ozone/
event_factory_ozone.cc 60 if (evtype & (1 << EV_ABS))
  /hardware/akm/AK8975_FS/libsensors/
AdxlSensor.cpp 199 if (type == EV_ABS) {
KionixSensor.cpp 177 if (type == EV_ABS) {
AkmSensor.cpp 208 if (type == EV_ABS) {
  /system/core/toolbox/
getevent.c 110 case EV_ABS:
164 else if((count & (print_flags & PRINT_LABELS ? 0x3 : 0x7)) == 0 || i == EV_ABS)
175 if(i == EV_ABS) {
213 case EV_ABS:
  /external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
SDL_sysjoystick.c 388 (ioctl(fd, EVIOCGBIT(EV_ABS, sizeof(absbit)), absbit) < 0) ) {
391 if (!(test_bit(EV_KEY, evbit) && test_bit(EV_ABS, evbit) &&
680 (ioctl(fd, EVIOCGBIT(EV_ABS, sizeof(absbit)), absbit) >= 0) &&
1108 case EV_ABS:
  /frameworks/base/services/input/tests/
InputReader_test.cpp 449 if (type == EV_ABS) {
    [all...]
  /frameworks/base/tests/touchlag/
touchlag.cpp 149 if (event.type == EV_ABS) {
  /external/bluetooth/bluedroid/btif/include/
uinput.h 39 #define EV_ABS 0x03
  /external/kernel-headers/original/linux/
input.h 181 #define EV_ABS 0x03
    [all...]
hid.h 729 case EV_ABS:
  /development/ndk/platforms/android-3/include/linux/
input.h 73 #define EV_ABS 0x03
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
input.h 86 #define EV_ABS 0x03
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
input.h 86 #define EV_ABS 0x03
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
input.h 86 #define EV_ABS 0x03
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
input.h 73 #define EV_ABS 0x03
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
input.h 73 #define EV_ABS 0x03
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
input.h 73 #define EV_ABS 0x03

Completed in 6512 milliseconds

1 2 3