Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DUnwantedInteractionBlocker_test.cpp225 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{}, in TEST()
237 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{1}, in TEST()
249 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{1}, in TEST()
264 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{}, in TEST()
279 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{}, in TEST()
294 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{}, in TEST()
309 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{}, in TEST()
324 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{}, in TEST()
340 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{1}, in TEST()
355 cancelSuppressedPointers(args, /*oldSuppressedPointerIds=*/{0, 1}, in TEST()
/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.h68 std::vector<NotifyMotionArgs> cancelSuppressedPointers(
DUnwantedInteractionBlocker.cpp286 std::vector<NotifyMotionArgs> cancelSuppressedPointers( in cancelSuppressedPointers() function
726 cancelSuppressedPointers(args, oldSuppressedIds, mSuppressedPointerIds); in processMotion()