Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp405 std::unique_ptr<DispatchEntry> dispatchEntry = in createDispatchEntry() local
453 bool shouldReportFinishedEvent(const DispatchEntry& dispatchEntry, const Connection& connection) { in shouldReportFinishedEvent()
3304 std::unique_ptr<DispatchEntry> dispatchEntry = in enqueueDispatchEntryLocked() local
3596 DispatchEntry* dispatchEntry = connection->outboundQueue.front(); in startDispatchCycleLocked() local
3819 DispatchEntry* dispatchEntry = queue.front(); in drainDispatchQueue() local
3825 void InputDispatcher::releaseDispatchEntry(DispatchEntry* dispatchEntry) { in releaseDispatchEntry()
6155 DispatchEntry* dispatchEntry = *dispatchEntryIt; in doDispatchCycleFinishedCommand() local
6389 const std::shared_ptr<Connection>& connection, DispatchEntry* dispatchEntry, in afterKeyEventLockedInterruptable()
6574 const std::shared_ptr<Connection>& connection, DispatchEntry* dispatchEntry, in afterMotionEventLockedInterruptable()