Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h745 [[nodiscard]] std::list<NotifyArgs> processRawTouches(bool timeout);
DTouchInputMapper.cpp1473 out += processRawTouches(/*timeout=*/false); in sync()
1477 std::list<NotifyArgs> TouchInputMapper::processRawTouches(bool timeout) { in processRawTouches() function in android::TouchInputMapper
1753 out += processRawTouches(/*timeout=*/true); in timeoutExpired()
1772 out += processRawTouches(/*timeout=*/false); in updateExternalStylusState()