Home
last modified time | relevance | path

Searched refs:BTN_MISC (Results 1 – 5 of 5) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Djoystick.h41 #define JSIOCSBTNMAP _IOW('j', 0x33, __u16[KEY_MAX - BTN_MISC + 1])
42 #define JSIOCGBTNMAP _IOR('j', 0x34, __u16[KEY_MAX - BTN_MISC + 1])
H A Dinput-event-codes.h298 #define BTN_MISC 0x100 macro
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputDevice.cpp131 bool haveGamepadButtons = mDeviceNode->hasKeyInRange(BTN_MISC, BTN_MOUSE) || in createMappers()
167 bool haveKeyboardKeys = mDeviceNode->hasKeyInRange(0, BTN_MISC) || in createMappers()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.cpp238 (scanCode >= BTN_MISC && scanCode < BTN_MOUSE) || in isKeyboardOrGamepadKey()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1983 device->keyBitmask.any(0, BTN_MISC) || device->keyBitmask.any(BTN_WHEEL, KEY_MAX + 1); in openDeviceLocked()
1984 bool haveGamepadButtons = device->keyBitmask.any(BTN_MISC, BTN_MOUSE) || in openDeviceLocked()