Home
last modified time | relevance | path

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

/third_party/libinput/src/
H A Devdev-mt-touchpad.c43 #define FAKE_FINGER_OVERFLOW bit(7) macro
269 tp->fake_touches & ~(FAKE_FINGER_OVERFLOW|0x1); in tp_fake_finger_count()
278 if (tp->fake_touches & FAKE_FINGER_OVERFLOW) in tp_fake_finger_count()
279 return FAKE_FINGER_OVERFLOW; in tp_fake_finger_count()
301 tp->fake_touches &= ~FAKE_FINGER_OVERFLOW; in tp_fake_finger_set()
317 tp->fake_touches |= FAKE_FINGER_OVERFLOW; in tp_fake_finger_set()
324 tp->fake_touches &= ~FAKE_FINGER_OVERFLOW; in tp_fake_finger_set()
654 if (nfake_touches == FAKE_FINGER_OVERFLOW) in tp_process_fake_touches()
1214 if (nfake_touches == FAKE_FINGER_OVERFLOW) in tp_unhover_pressure()
1346 if (nfake_touches == FAKE_FINGER_OVERFLOW) in tp_unhover_fake_touches()
[all...]

Completed in 3 milliseconds