Lines Matching defs:time
63 uint64_t time) in tp_filter_motion()
81 uint64_t time) in tp_filter_motion_unaccelerated()
165 uint64_t time) in tp_detect_wobbling()
311 tp_new_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) in tp_new_touch()
348 tp_begin_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) in tp_begin_touch()
375 uint64_t time) in tp_maybe_end_touch()
421 tp_end_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) in tp_end_touch()
445 tp_end_sequence(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) in tp_end_sequence()
452 tp_stop_actions(struct tp_dispatch *tp, uint64_t time) in tp_stop_actions()
502 uint64_t time) in tp_process_absolute()
566 uint64_t time) in tp_process_absolute_st()
600 uint64_t time) in tp_restore_synaptics_touches()
635 uint64_t time) in tp_process_fake_touches()
703 uint64_t time) in tp_process_trackpoint_button()
749 uint64_t time) in tp_process_key()
780 uint64_t time) in tp_process_msc()
893 uint64_t time) in tp_palm_detect_dwt_triggered()
925 uint64_t time) in tp_palm_detect_trackpoint_triggered()
953 uint64_t time) in tp_palm_detect_tool_triggered()
975 uint64_t time) in tp_palm_detect_move_out_of_edge()
1000 tp_palm_detect_multifinger(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) in tp_palm_detect_multifinger()
1031 uint64_t time) in tp_palm_detect_touch_size_triggered()
1057 uint64_t time) in tp_palm_detect_edge()
1106 uint64_t time) in tp_palm_detect_pressure_triggered()
1124 uint64_t time) in tp_palm_detect_arbitration_triggered()
1135 tp_palm_detect(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) in tp_palm_detect()
1211 tp_unhover_pressure(struct tp_dispatch *tp, uint64_t time) in tp_unhover_pressure()
1300 tp_unhover_size(struct tp_dispatch *tp, uint64_t time) in tp_unhover_size()
1341 tp_unhover_fake_touches(struct tp_dispatch *tp, uint64_t time) in tp_unhover_fake_touches()
1398 tp_unhover_touches(struct tp_dispatch *tp, uint64_t time) in tp_unhover_touches()
1490 uint64_t time) in tp_detect_jumps()
1585 uint64_t time) in tp_motion_history_fix_last()
1606 tp_process_msc_timestamp(struct tp_dispatch *tp, uint64_t time) in tp_process_msc_timestamp()
1688 tp_pre_process_state(struct tp_dispatch *tp, uint64_t time) in tp_pre_process_state()
1711 tp_process_state(struct tp_dispatch *tp, uint64_t time) in tp_process_state()
1818 tp_post_process_state(struct tp_dispatch *tp, uint64_t time) in tp_post_process_state()
1851 tp_post_events(struct tp_dispatch *tp, uint64_t time) in tp_post_events()
1898 uint64_t time) in tp_handle_state()
1936 uint64_t time) in tp_interface_process()
2183 tp_trackpoint_event(uint64_t time, struct libinput_event *event, void *data) in tp_trackpoint_event()
2271 tp_keyboard_event(uint64_t time, struct libinput_event *event, void *data) in tp_keyboard_event()
2414 tp_lid_switch_event(uint64_t time, struct libinput_event *event, void *data) in tp_lid_switch_event()
2439 tp_tablet_mode_switch_event(uint64_t time, in tp_tablet_mode_switch_event()
2770 uint64_t time) in tp_interface_toggle_touch()
3066 uint64_t time = libinput_now(tp_libinput_context(tp)); in tp_scroll_config_scroll_method_set_method() local