Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.h818 [[nodiscard]] std::list<NotifyArgs> dispatchPointerSimple(nsecs_t when, nsecs_t readTime,
H A DTouchInputMapper.cpp3438 return dispatchPointerSimple(when, readTime, policyFlags, down, hovering, mViewport.displayId); in dispatchPointerStylus()
3478 return dispatchPointerSimple(when, readTime, policyFlags, down, hovering, in dispatchPointerMouse()
3491 std::list<NotifyArgs> TouchInputMapper::dispatchPointerSimple(nsecs_t when, nsecs_t readTime, in dispatchPointerSimple() function in android::TouchInputMapper