Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h774 [[nodiscard]] std::list<NotifyArgs> dispatchPointerUsage(nsecs_t when, nsecs_t readTime,
DTouchInputMapper.cpp1608 out += dispatchPointerUsage(when, readTime, policyFlags, pointerUsage); in cookAndDispatch()
2432 std::list<NotifyArgs> TouchInputMapper::dispatchPointerUsage(nsecs_t when, nsecs_t readTime, in dispatchPointerUsage() function in android::TouchInputMapper