Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp1920 DispatchEntry* dispatchEntry = new DispatchEntry(eventEntry, // increments ref in enqueueDispatchEntryLocked() local
2008 DispatchEntry* dispatchEntry = connection->outboundQueue.head; in startDispatchCycleLocked() local
2160 DispatchEntry* dispatchEntry = queue->dequeueAtHead(); in drainDispatchQueueLocked() local
2165 void InputDispatcher::releaseDispatchEntryLocked(DispatchEntry* dispatchEntry) { in releaseDispatchEntryLocked()
3628 DispatchEntry* dispatchEntry = connection->findWaitQueueEntry(seq); in doDispatchCycleFinishedLockedInterruptible() local
3673 DispatchEntry* dispatchEntry, KeyEntry* keyEntry, bool handled) { in afterKeyEventLockedInterruptible()
3845 DispatchEntry* dispatchEntry, MotionEntry* motionEntry, bool handled) { in afterMotionEventLockedInterruptible()