Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h612 void enqueueDispatchEntryLocked(const std::shared_ptr<Connection>& connection,
H A DInputDispatcher.cpp3453 enqueueDispatchEntryLocked(connection, eventEntry, inputTarget); in enqueueDispatchEntryAndStartDispatchCycleLocked()
3461 void InputDispatcher::enqueueDispatchEntryLocked(const std::shared_ptr<Connection>& connection, in enqueueDispatchEntryLocked() function in android::inputdispatcher::InputDispatcher
4313 enqueueDispatchEntryLocked(connection, std::move(cancelationEventEntry), targets[0]); in synthesizeCancelationEventsForConnectionLocked()
4397 enqueueDispatchEntryLocked(connection, std::move(downEventEntry), targets[0]); in synthesizePointerDownEventsForConnectionLocked()
6504 enqueueDispatchEntryLocked(connection, std::move(fallbackKeyEntry), in doDispatchCycleFinishedCommand()