Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h743 [[nodiscard]] std::list<NotifyArgs> consumeRawTouches(nsecs_t when, nsecs_t readTime,
DTouchInputMapper.cpp1552 out += consumeRawTouches(when, readTime, policyFlags, consumed /*byref*/); in cookAndDispatch()
1777 std::list<NotifyArgs> TouchInputMapper::consumeRawTouches(nsecs_t when, nsecs_t readTime, in consumeRawTouches() function in android::TouchInputMapper