Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h805 [[nodiscard]] std::list<NotifyArgs> dispatchPointerMouse(nsecs_t when, nsecs_t readTime,
DTouchInputMapper.cpp2449 out += dispatchPointerMouse(when, readTime, policyFlags); in dispatchPointerUsage()
3439 std::list<NotifyArgs> TouchInputMapper::dispatchPointerMouse(nsecs_t when, nsecs_t readTime, in dispatchPointerMouse() function in android::TouchInputMapper