Home
last modified time | relevance | path

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

/third_party/libinput/src/
Devdev-debounce.c77 CASE_RETURN_STRING(DEBOUNCE_STATE_IS_UP); in debounce_state_to_str()
119 assert(new_state >= DEBOUNCE_STATE_IS_UP && in debounce_set_state()
273 debounce_set_state(fallback, DEBOUNCE_STATE_IS_UP); in debounce_is_up_delaying_handle_event()
299 debounce_set_state(fallback, DEBOUNCE_STATE_IS_UP); in debounce_is_up_delaying_spurious_handle_event()
322 debounce_set_state(fallback, DEBOUNCE_STATE_IS_UP); in debounce_is_up_detecting_spurious_handle_event()
328 debounce_set_state(fallback, DEBOUNCE_STATE_IS_UP); in debounce_is_up_detecting_spurious_handle_event()
378 debounce_set_state(fallback, DEBOUNCE_STATE_IS_UP); in debounce_is_up_waiting_handle_event()
444 case DEBOUNCE_STATE_IS_UP: in debounce_handle_event()
529 DEBOUNCE_STATE_IS_UP); in fallback_debounce_handle_state()
583 dispatch->debounce.state = DEBOUNCE_STATE_IS_UP; in fallback_init_debounce()
Devdev-fallback.h35 DEBOUNCE_STATE_IS_UP = 100, enumerator