Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h814 [[nodiscard]] std::list<NotifyArgs> abortPointerSimple(nsecs_t when, nsecs_t readTime,
DTouchInputMapper.cpp3436 return abortPointerSimple(when, readTime, policyFlags); in abortPointerStylus()
3477 std::list<NotifyArgs> out = abortPointerSimple(when, readTime, policyFlags); in abortPointerMouse()
3614 std::list<NotifyArgs> TouchInputMapper::abortPointerSimple(nsecs_t when, nsecs_t readTime, in abortPointerSimple() function in android::TouchInputMapper