Home
last modified time | relevance | path

Searched refs:libinput_now (Results 1 – 9 of 9) sorted by relevance

/third_party/libinput/src/
Dtimer.c92 uint64_t now = libinput_now(timer->libinput); in libinput_timer_set_flags()
177 now = libinput_now(libinput); in libinput_timer_dispatch()
Devdev-totem.c554 uint64_t now = libinput_now(evdev_libinput_context(device)); in totem_interface_suspend()
654 libinput_now(evdev_libinput_context(device))); in totem_interface_device_removed()
663 uint64_t now = libinput_now(evdev_libinput_context(device)); in totem_interface_initial_proximity()
Devdev-tablet.c2084 uint64_t now = libinput_now(li); in tablet_suspend()
2093 tablet_flush(tablet, device, libinput_now(li)); in tablet_suspend()
2202 tablet_proximity_out_quirk_set_timer(tablet, libinput_now(li)); in tablet_check_initial_proximity()
Devdev-tablet-pad.c521 pad_flush(pad, device, libinput_now(libinput)); in pad_suspend()
Devdev-fallback.c1222 if ((time = libinput_now(libinput)) == 0) in fallback_return_to_neutral_state()
1264 uint64_t time = libinput_now(evdev_libinput_context(device)); in fallback_interface_sync_initial_state()
Dlibinput-private.h737 libinput_now(struct libinput *libinput) in libinput_now() function
Devdev-mt-touchpad-tap.c1412 libinput_now(device->seat->libinput)); in tp_tap_config_set_enabled()
Devdev-mt-touchpad.c2042 uint64_t now = libinput_now(tp_libinput_context(tp)); in tp_clear_state()
3078 uint64_t time = libinput_now(tp_libinput_context(tp)); in tp_scroll_config_scroll_method_set_method()
Dlibinput.c2196 libinput->dispatch_time = libinput_now(libinput); in libinput_dispatch()