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

/frameworks/base/services/input/
H A DInputDispatcher.cpp2201 EventEntry* cancelationEventEntry = cancelationEvents.itemAt(i); local
2202 switch (cancelationEventEntry->type) {
2205 static_cast<KeyEntry*>(cancelationEventEntry));
2209 static_cast<MotionEntry*>(cancelationEventEntry));
2228 enqueueDispatchEntryLocked(connection, cancelationEventEntry, // increments ref
2231 cancelationEventEntry->release();

Completed in 57 milliseconds