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

  /hardware/libhardware/modules/input/evdev/
MouseInputMapper.cpp 137 // Mouse buttons start at BTN_MOUSE and end before BTN_JOYSTICK. There isn't
140 if (code >= BTN_MOUSE && code < BTN_JOYSTICK) {
InputDevice.cpp 134 mDeviceNode->hasKeyInRange(BTN_JOYSTICK, BTN_DIGI);
  /external/libxkbcommon/xkbcommon/test/
evdev-scancodes.h 312 #define BTN_JOYSTICK 0x120
  /bionic/libc/kernel/uapi/linux/
input-event-codes.h 318 #define BTN_JOYSTICK 0x120
  /external/kernel-headers/original/uapi/linux/
input-event-codes.h 364 #define BTN_JOYSTICK 0x120
  /external/strace/xlat/
evdev_keycode.h 828 #if defined(BTN_JOYSTICK) || (defined(HAVE_DECL_BTN_JOYSTICK) && HAVE_DECL_BTN_JOYSTICK)
829 XLAT(BTN_JOYSTICK),
    [all...]
  /external/autotest/client/bin/input/
linux_input.py 469 BTN_JOYSTICK = 0x120
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h 462 #define BTN_JOYSTICK 0x120
  /frameworks/native/services/inputflinger/
EventHub.cpp     [all...]
InputReader.cpp     [all...]

Completed in 250 milliseconds