Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp494 const EventEntry::Type& inputEventEntryType = eventEntry.type; in shouldReportFinishedEvent() local
495 if (inputEventEntryType == EventEntry::Type::KEY) { in shouldReportFinishedEvent()
500 } else if (inputEventEntryType == EventEntry::Type::MOTION) { in shouldReportFinishedEvent()