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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp2245 EventEntry* cancelationEventEntry = cancelationEvents.itemAt(i); local
2246 switch (cancelationEventEntry->type) {
2249 static_cast<KeyEntry*>(cancelationEventEntry));
2253 static_cast<MotionEntry*>(cancelationEventEntry));
2272 enqueueDispatchEntryLocked(connection, cancelationEventEntry, // increments ref
2275 cancelationEventEntry->release();

Completed in 230 milliseconds