Home
last modified time | relevance | path

Searched refs:libinput_event_touch_get_time_usec (Results 1 – 6 of 6) sorted by relevance

/third_party/libinput/src/
Dlibinput.sym174 libinput_event_touch_get_time_usec;
Dlibinput.h1744 libinput_event_touch_get_time_usec(struct libinput_event_touch *event);
Dlibinput.c860 libinput_event_touch_get_time_usec(struct libinput_event_touch *event) in libinput_event_touch_get_time_usec() function
/third_party/libinput/export_include/
Dlibinput.h1744 libinput_event_touch_get_time_usec(struct libinput_event_touch *event);
/third_party/libinput/test/
Dtest-touch.c900 time_usec = libinput_event_touch_get_time_usec(tev); in START_TEST()
/third_party/libinput/tools/
Dlibinput-record.c655 time = time_offset(dev->ctx, libinput_event_touch_get_time_usec(t)); in print_touch_event()