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_handle_event_on_state_none(struct tp_dispatch *tp, in tp_gesture_handle_event_on_state_none()
587 tp_gesture_handle_event_on_state_unknown(struct tp_dispatch *tp, in tp_gesture_handle_event_on_state_unknown()
627 tp_gesture_handle_event_on_state_hold(struct tp_dispatch *tp, in tp_gesture_handle_event_on_state_hold()
665 tp_gesture_handle_event_on_state_hold_and_motion(struct tp_dispatch *tp, in tp_gesture_handle_event_on_state_hold_and_motion()
690 tp_gesture_handle_event_on_state_pointer_motion(struct tp_dispatch *tp, in tp_gesture_handle_event_on_state_pointer_motion()
728 tp_gesture_handle_event_on_state_scroll(struct tp_dispatch *tp, in tp_gesture_handle_event_on_state_scroll()
754 tp_gesture_handle_event_on_state_pinch(struct tp_dispatch *tp, in tp_gesture_handle_event_on_state_pinch()
776 tp_gesture_handle_event_on_state_swipe(struct tp_dispatch *tp, in tp_gesture_handle_event_on_state_swipe()
798 tp_gesture_handle_event(struct tp_dispatch *tp, in tp_gesture_handle_event()
845 struct tp_dispatch *tp = data; in tp_gesture_hold_timeout() local
854 tp_gesture_tap_timeout(struct tp_dispatch *tp, uint64_t time) in tp_gesture_tap_timeout()
864 tp_gesture_detect_motion_gestures(struct tp_dispatch *tp, uint64_t time) in tp_gesture_detect_motion_gestures()
1025 tp_gesture_is_pinch(struct tp_dispatch *tp) in tp_gesture_is_pinch()
1052 tp_gesture_handle_state_none(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_none()
1126 tp_gesture_handle_state_unknown(struct tp_dispatch *tp, uint64_t time, in tp_gesture_handle_state_unknown()
1134 tp_gesture_handle_state_hold(struct tp_dispatch *tp, uint64_t time, in tp_gesture_handle_state_hold()
1144 tp_gesture_handle_state_hold_and_pointer_motion(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_hold_and_pointer_motion()
1153 tp_gesture_handle_state_pointer_motion(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_pointer_motion()
1160 tp_gesture_handle_state_scroll(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_scroll()
1194 tp_gesture_handle_state_swipe(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_swipe()
1213 tp_gesture_handle_state_pinch(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_pinch()
1250 tp_gesture_post_gesture(struct tp_dispatch *tp, uint64_t time, in tp_gesture_post_gesture()
1279 tp_gesture_thumb_moved(struct tp_dispatch *tp) in tp_gesture_thumb_moved()
1298 tp_gesture_post_events(struct tp_dispatch *tp, uint64_t time, in tp_gesture_post_events()
1337 tp_gesture_stop_twofinger_scroll(struct tp_dispatch *tp, uint64_t time) in tp_gesture_stop_twofinger_scroll()
1348 tp_gesture_end(struct tp_dispatch *tp, uint64_t time, bool cancelled) in tp_gesture_end()
1393 tp_gesture_cancel(struct tp_dispatch *tp, uint64_t time) in tp_gesture_cancel()
1399 tp_gesture_cancel_motion_gestures(struct tp_dispatch *tp, uint64_t time) in tp_gesture_cancel_motion_gestures()
1406 tp_gesture_stop(struct tp_dispatch *tp, uint64_t time) in tp_gesture_stop()
1414 struct tp_dispatch *tp = data; in tp_gesture_finger_count_switch_timeout() local
1425 tp_gesture_handle_state(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state()
1466 tp_gesture_are_gestures_enabled(struct tp_dispatch *tp) in tp_gesture_are_gestures_enabled()
1476 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_gesture_set_hold_enabled() local
1490 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_gesture_is_hold_enabled() local
1500 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_gesture_get_hold_default() local
1508 tp_init_gesture(struct tp_dispatch *tp) in tp_init_gesture()
1545 tp_remove_gesture(struct tp_dispatch *tp) in tp_remove_gesture()