Home
last modified time | relevance | path

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

/third_party/libinput/src/
Dutil-input-event.h50 input_event_time(const struct input_event *e) in input_event_time() function
Devdev.c945 uint32_t time = us2ms(input_event_time(e)); in evdev_print_event()
977 uint64_t time = input_event_time(e); in evdev_process_event()
1039 tdelta = us2ms(libinput->dispatch_time - input_event_time(ev)); in evdev_note_time_delay()
/third_party/libinput/tools/
Dlibinput-record.c213 uint64_t time = input_event_time(ev) - ctx->offset; in print_evdev_event()
234 time = us2ms(input_event_time(ev)); in print_evdev_event()
365 uint64_t time = input_event_time(&e); in handle_evdev_frame()