Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h804 bool assignExternalStylusId(const RawState& state, bool timeout);
DTouchInputMapper.cpp1498 if (assignExternalStylusId(next, timeout)) { in processRawTouches()
1681 bool TouchInputMapper::assignExternalStylusId(const RawState& state, bool timeout) { in assignExternalStylusId() function in android::TouchInputMapper