Home
last modified time | relevance | path

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

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