Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2461 EventEntry* cancelationEventEntry = cancelationEvents[i]; in synthesizeCancelationEventsForConnectionLocked() local
2462 switch (cancelationEventEntry->type) { in synthesizeCancelationEventsForConnectionLocked()
2465 static_cast<KeyEntry*>(cancelationEventEntry)); in synthesizeCancelationEventsForConnectionLocked()
2469 static_cast<MotionEntry*>(cancelationEventEntry)); in synthesizeCancelationEventsForConnectionLocked()
2491 enqueueDispatchEntryLocked(connection, cancelationEventEntry, // increments ref in synthesizeCancelationEventsForConnectionLocked()
2494 cancelationEventEntry->release(); in synthesizeCancelationEventsForConnectionLocked()