Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp2192 EventEntry* cancelationEventEntry = cancelationEvents.itemAt(i); in synthesizeCancelationEventsForConnectionLocked() local
2193 switch (cancelationEventEntry->type) { in synthesizeCancelationEventsForConnectionLocked()
2196 static_cast<KeyEntry*>(cancelationEventEntry)); in synthesizeCancelationEventsForConnectionLocked()
2200 static_cast<MotionEntry*>(cancelationEventEntry)); in synthesizeCancelationEventsForConnectionLocked()
2219 enqueueDispatchEntryLocked(connection, cancelationEventEntry, // increments ref in synthesizeCancelationEventsForConnectionLocked()
2222 cancelationEventEntry->release(); in synthesizeCancelationEventsForConnectionLocked()