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

/frameworks/base/services/input/
H A DInputDispatcher.cpp2202 EventEntry* cancelationEventEntry = cancelationEvents.itemAt(i); local
2203 switch (cancelationEventEntry->type) {
2206 static_cast<KeyEntry*>(cancelationEventEntry));
2210 static_cast<MotionEntry*>(cancelationEventEntry));
2229 enqueueDispatchEntryLocked(connection, cancelationEventEntry, // increments ref
2232 cancelationEventEntry->release();

Completed in 40 milliseconds