Home
last modified time | relevance | path

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

/third_party/libinput/test/
H A Dtest-quirks.c1222 (qparsefunc)quirks_get_bool, in START_TEST()
1290 ck_assert(quirks_get_bool(q, QUIRK_MODEL_APPLE_TOUCHPAD, &isset)); in START_TEST()
1323 ck_assert(quirks_get_bool(q, QUIRK_MODEL_APPLE_TOUCHPAD, &isset)); in START_TEST()
1370 ck_assert(quirks_get_bool(q, QUIRK_MODEL_APPLE_TOUCHPAD, &isset)); in START_TEST()
1389 exists = quirks_get_bool(q, QUIRK_MODEL_ALPS_SERIAL_TOUCHPAD, &value); in START_TEST()
1408 exists = quirks_get_bool(q, QUIRK_MODEL_WACOM_TOUCHPAD, &value); in START_TEST()
1427 exists = quirks_get_bool(q, QUIRK_MODEL_APPLE_TOUCHPAD, &value); in START_TEST()
1446 exists = quirks_get_bool(q, QUIRK_MODEL_SYNAPTICS_SERIAL_TOUCHPAD, &value); in START_TEST()
1469 ck_assert(!quirks_get_bool(NULL, 0, NULL)); in START_TEST()
H A Dtest-switch.c83 quirks_get_bool(dev->quirks, in tablet_mode_switch_is_reliable()
/third_party/libinput/src/
H A Dquirks.h273 quirks_get_bool(struct quirks *q,
H A Devdev.h399 quirks_get_bool(q, model_quirk, &result); in evdev_device_has_model_quirk()
H A Devdev.c1473 quirks_get_bool(q, in evdev_need_velocity_averaging()
1548 if (quirks_get_bool(q, m->quirk, &is_set)) { in evdev_read_model_flags()
H A Dquirks.c1677 quirks_get_bool(struct quirks *q, enum quirk which, bool *val) in quirks_get_bool() function
H A Devdev-tablet.c2529 if (!q || !quirks_get_bool(q, QUIRK_ATTR_TABLET_SMOOTHING, &use_smoothing)) in tablet_init_smoothing()
/third_party/libinput/tools/
H A Dshared.c759 quirks_get_bool(quirks, q, &b); in tools_list_device_quirks()
815 quirks_get_bool(quirks, q, &b); in tools_list_device_quirks()

Completed in 16 milliseconds