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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp2213 EventEntry* cancelationEventEntry = cancelationEvents.itemAt(i); local
2214 switch (cancelationEventEntry->type) {
2217 static_cast<KeyEntry*>(cancelationEventEntry));
2221 static_cast<MotionEntry*>(cancelationEventEntry));
2240 enqueueDispatchEntryLocked(connection, cancelationEventEntry, // increments ref
2243 cancelationEventEntry->release();

Completed in 45 milliseconds