Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h771 [[nodiscard]] std::list<NotifyArgs> abortTouches(nsecs_t when, nsecs_t readTime,
DTouchInputMapper.cpp1918 std::list<NotifyArgs> TouchInputMapper::abortTouches(nsecs_t when, nsecs_t readTime, in abortTouches() function in android::TouchInputMapper
3709 out += abortTouches(when, readTime, /* policyFlags=*/0); in cancelTouch()