Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2833 EventEntry* cancelationEventEntry = cancelationEvents[i]; in synthesizeCancelationEventsForConnectionLocked() local
2834 switch (cancelationEventEntry->type) { in synthesizeCancelationEventsForConnectionLocked()
2837 static_cast<const KeyEntry&>(*cancelationEventEntry)); in synthesizeCancelationEventsForConnectionLocked()
2842 static_cast<const MotionEntry&>(*cancelationEventEntry)); in synthesizeCancelationEventsForConnectionLocked()
2852 EventEntry::typeToString(cancelationEventEntry->type)); in synthesizeCancelationEventsForConnectionLocked()
2857 enqueueDispatchEntryLocked(connection, cancelationEventEntry, // increments ref in synthesizeCancelationEventsForConnectionLocked()
2860 cancelationEventEntry->release(); in synthesizeCancelationEventsForConnectionLocked()