Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h746 [[nodiscard]] std::list<NotifyArgs> cookAndDispatch(nsecs_t when, nsecs_t readTime);
DTouchInputMapper.cpp1506 out += cookAndDispatch(mCurrentRawState.when, mCurrentRawState.readTime); in processRawTouches()
1520 out += cookAndDispatch(when, readTime); in processRawTouches()
1529 std::list<NotifyArgs> TouchInputMapper::cookAndDispatch(nsecs_t when, nsecs_t readTime) { in cookAndDispatch() function in android::TouchInputMapper