Home
last modified time | relevance | path

Searched refs:enqueueDispatchEntryLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h607 void enqueueDispatchEntryLocked(const std::shared_ptr<Connection>& connection,
DInputDispatcher.cpp3428 enqueueDispatchEntryLocked(connection, eventEntry, inputTarget); in enqueueDispatchEntryAndStartDispatchCycleLocked()
3436 void InputDispatcher::enqueueDispatchEntryLocked(const std::shared_ptr<Connection>& connection, in enqueueDispatchEntryLocked() function in android::inputdispatcher::InputDispatcher
4287 enqueueDispatchEntryLocked(connection, std::move(cancelationEventEntry), targets[0]); in synthesizeCancelationEventsForConnectionLocked()
4372 enqueueDispatchEntryLocked(connection, std::move(downEventEntry), targets[0]); in synthesizePointerDownEventsForConnectionLocked()
6436 enqueueDispatchEntryLocked(connection, std::move(fallbackKeyEntry), in doDispatchCycleFinishedCommand()