Home
last modified time | relevance | path

Searched refs:oldSlotState (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp588 const SlotState& oldSlotState, in getTouches() argument
635 slot = oldSlotState.getSlotForPointerId(pointerId); in getTouches()
659 SlotState oldSlotState = mSlotState; in detectPalmPointers() local
663 getTouches(args, mDeviceInfo, oldSlotState, mSlotState); in detectPalmPointers()
683 std::optional<size_t> slot = oldSlotState.getSlotForPointerId(pointerId); in detectPalmPointers()
DUnwantedInteractionBlocker.h161 const SlotState& oldSlotState,
/frameworks/native/services/inputflinger/tests/
DUnwantedInteractionBlocker_test.cpp370 SlotState oldSlotState = slotState; in TEST() local
373 getTouches(args, deviceInfo, oldSlotState, slotState); in TEST()