Home
last modified time | relevance | path

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

/third_party/libinput/src/
Devdev-tablet.c270 if (!tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY)) in tablet_apply_rotation()
327 tablet_unset_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY); in tablet_update_tool()
329 else if (!tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY)) { in tablet_update_tool()
1439 tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY))) { in tablet_update_proximity_state()
1443 TABLET_TOOL_OUT_OF_PROXIMITY); in tablet_update_proximity_state()
1457 tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY)) in tablet_update_proximity_state()
1582 tablet_set_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY); in tablet_send_proximity_out()
1892 if (tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY) || in tablet_flush()
1958 TABLET_TOOL_OUT_OF_PROXIMITY)) { in tablet_toggle_touch_device()
2089 if (!tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY)) { in tablet_suspend()
[all …]
Devdev-tablet.h45 TABLET_TOOL_OUT_OF_PROXIMITY = bit(7), enumerator