Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h810 [[nodiscard]] std::list<NotifyArgs> dispatchPointerSimple(nsecs_t when, nsecs_t readTime,
DTouchInputMapper.cpp3431 return dispatchPointerSimple(when, readTime, policyFlags, down, hovering, mViewport.displayId); in dispatchPointerStylus()
3471 return dispatchPointerSimple(when, readTime, policyFlags, down, hovering, in dispatchPointerMouse()
3484 std::list<NotifyArgs> TouchInputMapper::dispatchPointerSimple(nsecs_t when, nsecs_t readTime, in dispatchPointerSimple() function in android::TouchInputMapper