Home
last modified time | relevance | path

Searched refs:input_event_sec (Results 1 - 14 of 14) sorted by relevance

/third_party/libinput/src/
H A Dutil-input-event.h40 ev.input_event_sec = tval.tv_sec; in input_event_init()
54 tval.tv_sec = e->input_event_sec; in input_event_time()
66 e->input_event_sec = tval.tv_sec; in input_event_set_time()
H A Devdev-tablet.c2087 { .input_event_sec = tv.tv_sec, in tablet_proximity_out_quirk_timer_func()
2092 { .input_event_sec = tv.tv_sec, in tablet_proximity_out_quirk_timer_func()
H A Devdev-mt-touchpad.c719 .input_event_sec = 0, in tp_process_trackpoint_button()
732 syn_report.input_event_sec = e->input_event_sec; in tp_process_trackpoint_button()
/third_party/libevdev/test/
H A Dtest-common.h80 ev->input_event_sec, in print_event()
85 ev->input_event_sec, in print_event()
H A Dtest-libevdev-init.c655 t1 = ev1.input_event_sec * 1000000LL + ev1.input_event_usec; in START_TEST()
656 t2 = ev2.input_event_sec * 1000000LL + ev2.input_event_usec; in START_TEST()
659 ck_assert_int_ge(ev1.input_event_sec, t1_real.tv_sec); in START_TEST()
661 ck_assert_int_le(ev1.input_event_sec, t2_real.tv_sec); in START_TEST()
664 ck_assert_int_ge(ev2.input_event_sec, t1_mono.tv_sec); in START_TEST()
666 ck_assert_int_le(ev2.input_event_sec, t2_mono.tv_sec); in START_TEST()
/third_party/libevdev/tools/
H A Dlibevdev-events.c98 ev->input_event_sec, in print_event()
103 ev->input_event_sec, in print_event()
H A Dmouse-dpi-tool.c99 m->us = ev->input_event_sec * 1000000 + ev->input_event_usec; in handle_event()
/third_party/libinput/include/linux/linux/
H A Dinput.h29 #define input_event_sec time.tv_sec macro
34 #define input_event_sec __sec
/third_party/libinput/include/linux/freebsd/
H A Dinput.h30 #define input_event_sec time.tv_sec macro
35 #define input_event_sec __sec
/third_party/libevdev/include/linux/linux/
H A Dinput.h29 #define input_event_sec time.tv_sec macro
39 #define input_event_sec __sec
/third_party/libevdev/libevdev/
H A Dlibevdev-int.h118 ev->input_event_sec = dev->last_event_time.tv_sec; in init_event()
H A Dlibevdev-uinput.c472 .input_event_sec = 0, in libevdev_uinput_write_event()
H A Dlibevdev.c1066 dev->last_event_time.tv_sec = e->input_event_sec; in update_state()
/third_party/libinput/tools/
H A Dlibinput-record.c360 ev->input_event_sec, in print_evdev_event()

Completed in 21 milliseconds