Home
last modified time | relevance | path

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

/third_party/eudev/src/udev/
H A Dudev-builtin-input_id.c162 bool is_touchpad = false; in test_pointers() local
219 is_touchpad = true; in test_pointers()
236 is_touchpad = true; in test_pointers()
241 if (!is_tablet && !is_touchpad && !is_joystick && in test_pointers()
251 if (is_touchpad) in test_pointers()
260 return is_tablet || is_mouse || is_touchpad || is_touchscreen || is_joystick || is_pointing_stick; in test_pointers()
/third_party/libinput/tools/
H A Dshared.c600 bool is_touchpad = false; in is_touchpad_device() local
613 is_touchpad = udev_device_get_property_value(dev, "ID_INPUT_TOUCHPAD"); in is_touchpad_device()
619 return is_touchpad; in is_touchpad_device()
/third_party/libinput/test/
H A Dtest-tablet.c4772 bool is_touchpad = !libevdev_has_property(finger->evdev, INPUT_PROP_DIRECT); in assert_touch_is_arbitrated() local
4821 if (is_touchpad) in assert_touch_is_arbitrated()
4841 bool is_touchpad = !libevdev_has_property(finger->evdev, INPUT_PROP_DIRECT); in START_TEST() local
4842 if (is_touchpad) in START_TEST()
4865 bool is_touchpad; in START_TEST() local
4874 is_touchpad = !libevdev_has_property(finger->evdev, INPUT_PROP_DIRECT); in START_TEST()
4875 if (is_touchpad) in START_TEST()
4942 bool is_touchpad; in START_TEST() local
4951 is_touchpad = !libevdev_has_property(finger->evdev, INPUT_PROP_DIRECT); in START_TEST()
4952 if (is_touchpad) in START_TEST()
4980 bool is_touchpad; START_TEST() local
5068 bool is_touchpad; START_TEST() local
5184 bool is_touchpad; START_TEST() local
5282 bool is_touchpad; START_TEST() local
[all...]

Completed in 8 milliseconds