Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp2280 EventEntry* cancelationEventEntry = cancelationEvents.itemAt(i); in synthesizeCancelationEventsForConnectionLocked() local
2281 switch (cancelationEventEntry->type) { in synthesizeCancelationEventsForConnectionLocked()
2284 static_cast<KeyEntry*>(cancelationEventEntry)); in synthesizeCancelationEventsForConnectionLocked()
2288 static_cast<MotionEntry*>(cancelationEventEntry)); in synthesizeCancelationEventsForConnectionLocked()
2307 enqueueDispatchEntryLocked(connection, cancelationEventEntry, // increments ref in synthesizeCancelationEventsForConnectionLocked()
2310 cancelationEventEntry->release(); in synthesizeCancelationEventsForConnectionLocked()