Searched refs:libevdev_fetch_event_value (Results 1 – 7 of 7) sorted by relevance
/third_party/libevdev/libevdev/ |
D | libevdev.sym | 23 libevdev_fetch_event_value;
|
D | libevdev.h | 1598 int libevdev_fetch_event_value(const struct libevdev *dev, unsigned int type, unsigned int code, in…
|
D | libevdev.c | 1404 libevdev_fetch_event_value(const struct libevdev *dev, unsigned int type, unsigned int code, int *v… in libevdev_fetch_event_value() function
|
/third_party/libevdev/test/ |
D | test-libevdev-events.c | 1453 ck_assert_int_eq(libevdev_fetch_event_value(dev, EV_KEY, BTN_LEFT, &value), 1); in START_TEST() 1469 ck_assert_int_eq(libevdev_fetch_event_value(dev, EV_KEY, BTN_LEFT, &value), 1); in START_TEST() 1471 ck_assert_int_eq(libevdev_fetch_event_value(dev, EV_ABS, ABS_X, &value), 1); in START_TEST() 1473 ck_assert_int_eq(libevdev_fetch_event_value(dev, EV_ABS, ABS_Y, &value), 1); in START_TEST() 1508 ck_assert_int_eq(libevdev_fetch_event_value(dev, EV_KEY, BTN_EXTRA, &value), 0); in START_TEST() 1510 ck_assert_int_eq(libevdev_fetch_event_value(dev, EV_ABS, ABS_Z, &value), 0); in START_TEST() 1512 ck_assert_int_eq(libevdev_fetch_event_value(dev, EV_REL, REL_Z, &value), 0); in START_TEST()
|
/third_party/libevdev/export_include/libevdev/ |
D | libevdev.h | 1598 int libevdev_fetch_event_value(const struct libevdev *dev, unsigned int type, unsigned int code, in…
|
/third_party/libinput/src/ |
D | evdev-tablet.c | 2187 if (libevdev_fetch_event_value(device->evdev, in tablet_check_initial_proximity()
|
/third_party/libevdev/ |
D | third_party_libevdev.diff | 19307 …de" href="group__bits.html#ga0a7be80d769294bf9758adf79c3c7147">libevdev_fetch_event_value</a>(<spa… 19551 …de" href="group__bits.html#ga0a7be80d769294bf9758adf79c3c7147">libevdev_fetch_event_value</a>(<spa… 19656 …a7be80d769294bf9758adf79c3c7147">libevdev_fetch_event_value</a></div><div class="ttdeci">int libev… 19681 …a7be80d769294bf9758adf79c3c7147">libevdev_fetch_event_value</a></div><div class="ttdeci">int libev… 20226 - ['libevdev_5ffetch_5fevent_5fvalue_34',['libevdev_fetch_event_value',['../group__bits.html#ga0a7… 20341 + ['libevdev_5ffetch_5fevent_5fvalue_35',['libevdev_fetch_event_value',['../group__bits.html#ga0a7… 20943 - ['libevdev_5ffetch_5fevent_5fvalue_152',['libevdev_fetch_event_value',['../group__bits.html#ga0a… 21030 + ['libevdev_5ffetch_5fevent_5fvalue_153',['libevdev_fetch_event_value',['../group__bits.html#ga0a… 28351 + ck_assert_int_eq(libevdev_fetch_event_value(dev, EV_KEY, BTN_LEFT, &value), 1); 28367 + ck_assert_int_eq(libevdev_fetch_event_value(dev, EV_KEY, BTN_LEFT, &value), 1); [all …]
|