Searched refs:cookAndDispatch (Results 1 – 2 of 2) sorted by relevance
746 [[nodiscard]] std::list<NotifyArgs> cookAndDispatch(nsecs_t when, nsecs_t readTime);
1506 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