Lines Matching defs:tp
93 tp_get_touches_delta(struct tp_dispatch *tp, bool average) in tp_get_touches_delta()
127 tp_gesture_init_scroll(struct tp_dispatch *tp) in tp_gesture_init_scroll()
139 tp_get_combined_touches_delta(struct tp_dispatch *tp) in tp_get_combined_touches_delta()
145 tp_get_average_touches_delta(struct tp_dispatch *tp) in tp_get_average_touches_delta()
151 tp_gesture_start(struct tp_dispatch *tp, uint64_t time) in tp_gesture_start()
193 tp_get_raw_pointer_motion(struct tp_dispatch *tp) in tp_get_raw_pointer_motion()
207 tp_has_pending_pointer_motion(struct tp_dispatch *tp, uint64_t time) in tp_has_pending_pointer_motion()
224 tp_gesture_post_pointer_motion(struct tp_dispatch *tp, uint64_t time) in tp_gesture_post_pointer_motion()
244 tp_gesture_get_active_touches(const struct tp_dispatch *tp, in tp_gesture_get_active_touches()
291 tp_gesture_mm_moved(struct tp_dispatch *tp, struct tp_touch *t) in tp_gesture_mm_moved()
302 tp_gesture_get_direction(struct tp_dispatch *tp, struct tp_touch *touch) in tp_gesture_get_direction()
314 tp_gesture_get_pinch_info(struct tp_dispatch *tp, in tp_gesture_get_pinch_info()
333 tp_gesture_init_pinch(struct tp_dispatch *tp) in tp_gesture_init_pinch()
343 tp_gesture_set_scroll_buildup(struct tp_dispatch *tp) in tp_gesture_set_scroll_buildup()
358 tp_gesture_apply_scroll_constraints(struct tp_dispatch *tp, in tp_gesture_apply_scroll_constraints()
486 log_gesture_bug(struct tp_dispatch *tp, enum gesture_event event) in log_gesture_bug()
495 tp_gesture_is_quick_hold(struct tp_dispatch *tp) in tp_gesture_is_quick_hold()
506 tp_gesture_use_hold_timer(struct tp_dispatch *tp) in tp_gesture_use_hold_timer()
541 tp_gesture_set_hold_timer(struct tp_dispatch *tp, uint64_t time) in tp_gesture_set_hold_timer()
558 tp_gesture_none_handle_event(struct tp_dispatch *tp, in tp_gesture_none_handle_event()
587 tp_gesture_unknown_handle_event(struct tp_dispatch *tp, in tp_gesture_unknown_handle_event()
627 tp_gesture_hold_handle_event(struct tp_dispatch *tp, in tp_gesture_hold_handle_event()
665 tp_gesture_hold_and_motion_handle_event(struct tp_dispatch *tp, in tp_gesture_hold_and_motion_handle_event()
690 tp_gesture_pointer_motion_handle_event(struct tp_dispatch *tp, in tp_gesture_pointer_motion_handle_event()
728 tp_gesture_scroll_handle_event(struct tp_dispatch *tp, in tp_gesture_scroll_handle_event()
750 tp_gesture_pinch_handle_event(struct tp_dispatch *tp, in tp_gesture_pinch_handle_event()
772 tp_gesture_swipe_handle_event(struct tp_dispatch *tp, in tp_gesture_swipe_handle_event()
794 tp_gesture_handle_event(struct tp_dispatch *tp, in tp_gesture_handle_event()
841 struct tp_dispatch *tp = data; in tp_gesture_hold_timeout() local
850 tp_gesture_tap_timeout(struct tp_dispatch *tp, uint64_t time) in tp_gesture_tap_timeout()
860 tp_gesture_detect_motion_gestures(struct tp_dispatch *tp, uint64_t time) in tp_gesture_detect_motion_gestures()
1021 tp_gesture_is_pinch(struct tp_dispatch *tp) in tp_gesture_is_pinch()
1048 tp_gesture_handle_state_none(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_none()
1122 tp_gesture_handle_state_unknown(struct tp_dispatch *tp, uint64_t time, in tp_gesture_handle_state_unknown()
1130 tp_gesture_handle_state_hold(struct tp_dispatch *tp, uint64_t time, in tp_gesture_handle_state_hold()
1140 tp_gesture_handle_state_hold_and_pointer_motion(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_hold_and_pointer_motion()
1149 tp_gesture_handle_state_pointer_motion(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_pointer_motion()
1156 tp_gesture_handle_state_scroll(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_scroll()
1191 tp_gesture_handle_state_swipe(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_swipe()
1210 tp_gesture_handle_state_pinch(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_pinch()
1247 tp_gesture_post_gesture(struct tp_dispatch *tp, uint64_t time, in tp_gesture_post_gesture()
1276 tp_gesture_thumb_moved(struct tp_dispatch *tp) in tp_gesture_thumb_moved()
1292 tp_gesture_post_events(struct tp_dispatch *tp, uint64_t time, in tp_gesture_post_events()
1331 tp_gesture_stop_twofinger_scroll(struct tp_dispatch *tp, uint64_t time) in tp_gesture_stop_twofinger_scroll()
1342 tp_gesture_end(struct tp_dispatch *tp, uint64_t time, bool cancelled) in tp_gesture_end()
1387 tp_gesture_cancel(struct tp_dispatch *tp, uint64_t time) in tp_gesture_cancel()
1393 tp_gesture_cancel_motion_gestures(struct tp_dispatch *tp, uint64_t time) in tp_gesture_cancel_motion_gestures()
1400 tp_gesture_stop(struct tp_dispatch *tp, uint64_t time) in tp_gesture_stop()
1408 struct tp_dispatch *tp = data; in tp_gesture_finger_count_switch_timeout() local
1419 tp_gesture_handle_state(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state()
1460 tp_gesture_are_gestures_enabled(struct tp_dispatch *tp) in tp_gesture_are_gestures_enabled()
1470 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_gesture_set_hold_enabled() local
1484 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_gesture_is_hold_enabled() local
1494 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_gesture_get_hold_default() local
1502 tp_init_gesture(struct tp_dispatch *tp) in tp_init_gesture()
1539 tp_remove_gesture(struct tp_dispatch *tp) in tp_remove_gesture()