Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h759 [[nodiscard]] std::list<NotifyArgs> dispatchButtonPress(nsecs_t when, nsecs_t readTime,
DTouchInputMapper.cpp1615 out += dispatchButtonPress(when, readTime, policyFlags); in cookAndDispatch()
2148 std::list<NotifyArgs> TouchInputMapper::dispatchButtonPress(nsecs_t when, nsecs_t readTime, in dispatchButtonPress() function in android::TouchInputMapper