Home
last modified time | relevance | path

Searched refs:bitmask_key (Results 1 - 1 of 1) sorted by relevance

/third_party/eudev/src/udev/
H A Dudev-builtin-input_id.c145 const unsigned long* bitmask_key, in test_pointers()
183 stylus_or_pen = test_bit(BTN_STYLUS, bitmask_key) || test_bit(BTN_TOOL_PEN, bitmask_key); in test_pointers()
184 finger_but_no_pen = test_bit(BTN_TOOL_FINGER, bitmask_key) && !test_bit(BTN_TOOL_PEN, bitmask_key); in test_pointers()
186 has_mouse_button = test_bit(button, bitmask_key); in test_pointers()
194 has_touch = test_bit(BTN_TOUCH, bitmask_key); in test_pointers()
204 if (!test_bit(BTN_JOYSTICK - 1, bitmask_key)) { in test_pointers()
206 has_joystick_axes_or_buttons = test_bit(button, bitmask_key); in test_pointers()
208 has_joystick_axes_or_buttons = test_bit(button, bitmask_key); in test_pointers()
142 test_pointers(struct udev_device *dev, const unsigned long* bitmask_ev, const unsigned long* bitmask_abs, const unsigned long* bitmask_key, const unsigned long* bitmask_rel, const unsigned long* bitmask_props, bool test) test_pointers() argument
264 test_key(struct udev_device *dev, const unsigned long* bitmask_ev, const unsigned long* bitmask_key, bool test) test_key() argument
319 unsigned long bitmask_key[NBITS(KEY_MAX)]; builtin_input_id() local
[all...]

Completed in 1 milliseconds