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

1 2 3

  /bionic/libc/kernel/common/linux/
uinput.h 69 int absmax[ABS_MAX + 1];
70 int absmin[ABS_MAX + 1];
71 int absfuzz[ABS_MAX + 1];
72 int absflat[ABS_MAX + 1];
input.h 824 #define ABS_MAX 0x3f
825 #define ABS_CNT (ABS_MAX+1)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
uinput.h 130 int absmax[ABS_MAX + 1];
131 int absmin[ABS_MAX + 1];
132 int absfuzz[ABS_MAX + 1];
133 int absflat[ABS_MAX + 1];
joystick.h 69 #define JSIOCSAXMAP _IOW('j', 0x31, __u8[ABS_MAX + 1]) /* set axis mapping */
70 #define JSIOCGAXMAP _IOR('j', 0x32, __u8[ABS_MAX + 1]) /* get axis mapping */
input.h 623 #define ABS_MAX 0x3f
624 #define ABS_CNT (ABS_MAX+1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
uinput.h 130 int absmax[ABS_MAX + 1];
131 int absmin[ABS_MAX + 1];
132 int absfuzz[ABS_MAX + 1];
133 int absflat[ABS_MAX + 1];
joystick.h 69 #define JSIOCSAXMAP _IOW('j', 0x31, __u8[ABS_MAX + 1]) /* set axis mapping */
70 #define JSIOCGAXMAP _IOR('j', 0x32, __u8[ABS_MAX + 1]) /* get axis mapping */
input.h 623 #define ABS_MAX 0x3f
624 #define ABS_CNT (ABS_MAX+1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
uinput.h 130 int absmax[ABS_MAX + 1];
131 int absmin[ABS_MAX + 1];
132 int absfuzz[ABS_MAX + 1];
133 int absflat[ABS_MAX + 1];
joystick.h 69 #define JSIOCSAXMAP _IOW('j', 0x31, __u8[ABS_MAX + 1]) /* set axis mapping */
70 #define JSIOCGAXMAP _IOR('j', 0x32, __u8[ABS_MAX + 1]) /* get axis mapping */
input.h 623 #define ABS_MAX 0x3f
624 #define ABS_CNT (ABS_MAX+1)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
uinput.h 61 int absmax[ABS_MAX + 1];
62 int absmin[ABS_MAX + 1];
63 int absfuzz[ABS_MAX + 1];
64 int absflat[ABS_MAX + 1];
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
uinput.h 61 int absmax[ABS_MAX + 1];
62 int absmin[ABS_MAX + 1];
63 int absfuzz[ABS_MAX + 1];
64 int absflat[ABS_MAX + 1];
  /external/kernel-headers/original/linux/
uinput.h 170 int absmax[ABS_MAX + 1];
171 int absmin[ABS_MAX + 1];
172 int absfuzz[ABS_MAX + 1];
173 int absflat[ABS_MAX + 1];
input.h 826 #define ABS_MAX 0x3f
827 #define ABS_CNT (ABS_MAX+1)
    [all...]
hid.h 731 *max = ABS_MAX;
  /external/bluetooth/bluedroid/btif/include/
uinput.h 457 #define ABS_MAX 0x3f
573 int absmax[ABS_MAX + 1];
574 int absmin[ABS_MAX + 1];
575 int absfuzz[ABS_MAX + 1];
576 int absflat[ABS_MAX + 1];
  /external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
SDL_sysjoystick.c 290 Uint8 abs_map[ABS_MAX];
294 } abs_correct[ABS_MAX];
384 unsigned long absbit[NBITS(ABS_MAX)] = { 0 };
675 unsigned long absbit[NBITS(ABS_MAX)] = { 0 };
  /external/qemu/
linux_keycodes.h 491 #ifndef ABS_MAX
492 #define ABS_MAX 0x3f
  /frameworks/base/services/input/
EventHub.h 314 uint8_t absBitmask[(ABS_MAX + 1) / 8];
EventHub.cpp 285 if (axis >= 0 && axis <= ABS_MAX) {
394 if (axis >= 0 && axis <= ABS_MAX) {
    [all...]
  /external/qemu/hw/
goldfish_events_device.c 462 * absolute dimension. The array must contain 3, or ABS_MAX tuples
473 s->abs_info_count = androidHwConfig_isScreenMultiTouch(config) ? ABS_MAX * 4 : 3 * 4;
  /development/ndk/platforms/android-3/include/linux/
input.h 553 #define ABS_MAX 0x3f
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
input.h 553 #define ABS_MAX 0x3f
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
input.h 553 #define ABS_MAX 0x3f

Completed in 446 milliseconds

1 2 3