Home
last modified time | relevance | path

Searched refs:TAP_STATE_DEAD (Results 1 – 2 of 2) sorted by relevance

/third_party/libinput/src/
Devdev-mt-touchpad-tap.c74 CASE_RETURN_STRING(TAP_STATE_DEAD); in tap_state_to_str()
157 tp->tap.state = TAP_STATE_DEAD; in tp_tap_move_to_dead()
181 tp->tap.state = TAP_STATE_DEAD; in tp_tap_idle_handle_event()
231 tp->tap.state = TAP_STATE_DEAD; in tp_tap_touch_handle_event()
270 tp->tap.state = TAP_STATE_DEAD; in tp_tap_hold_handle_event()
309 tp->tap.state = TAP_STATE_DEAD; in tp_tap_tapped_handle_event()
348 tp->tap.state = TAP_STATE_DEAD; in tp_tap_touch2_handle_event()
383 tp->tap.state = TAP_STATE_DEAD; in tp_tap_touch2_hold_handle_event()
425 tp->tap.state = TAP_STATE_DEAD; in tp_tap_touch2_release_handle_event()
465 tp->tap.state = TAP_STATE_DEAD; in tp_tap_touch3_handle_event()
[all …]
Devdev-mt-touchpad.h120 TAP_STATE_DEAD, /**< finger count exceeded */ enumerator