Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp2242 EventEntry* cancelationEventEntry = cancelationEvents.itemAt(i); in synthesizeCancelationEventsForConnectionLocked() local
2243 switch (cancelationEventEntry->type) { in synthesizeCancelationEventsForConnectionLocked()
2246 static_cast<KeyEntry*>(cancelationEventEntry)); in synthesizeCancelationEventsForConnectionLocked()
2250 static_cast<MotionEntry*>(cancelationEventEntry)); in synthesizeCancelationEventsForConnectionLocked()
2269 enqueueDispatchEntryLocked(connection, cancelationEventEntry, // increments ref in synthesizeCancelationEventsForConnectionLocked()
2272 cancelationEventEntry->release(); in synthesizeCancelationEventsForConnectionLocked()