Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h780 [[nodiscard]] std::list<NotifyArgs> dispatchPointerGestures(nsecs_t when, nsecs_t readTime,
DTouchInputMapper.cpp1749 out += dispatchPointerGestures(when, readTime, /*policyFlags=*/0, /*isTimeout=*/true); in timeoutExpired()
2443 out += dispatchPointerGestures(when, readTime, policyFlags, /*isTimeout=*/false); in dispatchPointerUsage()
2478 std::list<NotifyArgs> TouchInputMapper::dispatchPointerGestures(nsecs_t when, nsecs_t readTime, in dispatchPointerGestures() function in android::TouchInputMapper