Home
last modified time | relevance | path

Searched refs:last_device (Results 1 – 3 of 3) sorted by relevance

/third_party/libinput/tools/
Dlibinput-debug-events.c60 static void *last_device = NULL; in print_event_header() local
166 prefix = (last_device != dev) ? '-' : ' '; in print_event_header()
173 last_device = dev; in print_event_header()
Dlibinput-debug-gui.c204 uintptr_t device, last_device; member
462 if (w->evdev.device != w->evdev.last_device) { in draw_evdev_abs()
474 w->evdev.last_device = w->evdev.device; in draw_evdev_abs()
1335 w->evdev.last_device = 0; in unregister_evdev_device()
/third_party/libinput/patch/diff_libinput_mmi/libinput/
Dlibinput_0000.diff7534 prefix = (last_device != dev) ? '-' : ' ';