Searched refs:enqueueDispatchEntryLocked (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | InputDispatcher.cpp | 2870 enqueueDispatchEntryLocked(connection, eventEntry, inputTarget, in enqueueDispatchEntriesLocked() 2872 enqueueDispatchEntryLocked(connection, eventEntry, inputTarget, in enqueueDispatchEntriesLocked() 2874 enqueueDispatchEntryLocked(connection, eventEntry, inputTarget, in enqueueDispatchEntriesLocked() 2876 enqueueDispatchEntryLocked(connection, eventEntry, inputTarget, in enqueueDispatchEntriesLocked() 2878 enqueueDispatchEntryLocked(connection, eventEntry, inputTarget, in enqueueDispatchEntriesLocked() 2880 enqueueDispatchEntryLocked(connection, eventEntry, inputTarget, in enqueueDispatchEntriesLocked() 2889 void InputDispatcher::enqueueDispatchEntryLocked(const sp<Connection>& connection, in enqueueDispatchEntryLocked() function in android::inputdispatcher::InputDispatcher 3562 enqueueDispatchEntryLocked(connection, std::move(cancelationEventEntry), target, in synthesizeCancelationEventsForConnectionLocked() 3621 enqueueDispatchEntryLocked(connection, std::move(downEventEntry), target, in synthesizePointerDownEventsForConnectionLocked()
|
H A D | InputDispatcher.h | 559 void enqueueDispatchEntryLocked(const sp<Connection>& connection, std::shared_ptr<EventEntry>,
|