Home
last modified time | relevance | path

Searched defs:dispatchEntry (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp1885 DispatchEntry* dispatchEntry = new DispatchEntry(eventEntry, // increments ref in enqueueDispatchEntryLocked() local
1973 DispatchEntry* dispatchEntry = connection->outboundQueue.head; in startDispatchCycleLocked() local
2125 DispatchEntry* dispatchEntry = queue->dequeueAtHead(); in drainDispatchQueueLocked() local
2130 void InputDispatcher::releaseDispatchEntryLocked(DispatchEntry* dispatchEntry) { in releaseDispatchEntryLocked()
3566 DispatchEntry* dispatchEntry = connection->findWaitQueueEntry(seq); in doDispatchCycleFinishedLockedInterruptible() local
3611 DispatchEntry* dispatchEntry, KeyEntry* keyEntry, bool handled) { in afterKeyEventLockedInterruptible()
3783 DispatchEntry* dispatchEntry, MotionEntry* motionEntry, bool handled) { in afterMotionEventLockedInterruptible()