Home
last modified time | relevance | path

Searched refs:nactive_slots (Results 1 - 3 of 3) sorted by relevance

/third_party/libinput/src/
H A Devdev-mt-touchpad.c547 tp->nactive_slots += 1; in tp_process_absolute()
550 assert(tp->nactive_slots >= 1); in tp_process_absolute()
551 tp->nactive_slots -= 1; in tp_process_absolute()
676 * So let's check for nactive_slots > 0 to make sure we don't lose in tp_process_fake_touches()
685 tp->nactive_slots > 0 && in tp_process_fake_touches()
686 nfake_touches > tp->nactive_slots && in tp_process_fake_touches()
687 tp->nactive_slots < tp->num_slots) { in tp_process_fake_touches()
691 tp->nactive_slots); in tp_process_fake_touches()
698 tp->num_slots = tp->nactive_slots; in tp_process_fake_touches()
2148 tp->nactive_slots in tp_sync_touch()
[all...]
H A Devdev-mt-touchpad.h302 unsigned int nactive_slots; /* number of active slots */ member
H A Devdev-mt-touchpad-buttons.c1238 tp->nactive_slots == 0) { in tp_post_clickpadbutton_buttons()

Completed in 7 milliseconds