Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h556 void enqueueDispatchEntriesLocked(nsecs_t currentTime, const sp<Connection>& connection,
H A DInputDispatcher.cpp2846 enqueueDispatchEntriesLocked(currentTime, connection, std::move(splitMotionEntry), in prepareDispatchCycleLocked()
2853 enqueueDispatchEntriesLocked(currentTime, connection, eventEntry, inputTarget); in prepareDispatchCycleLocked()
2856 void InputDispatcher::enqueueDispatchEntriesLocked(nsecs_t currentTime, in enqueueDispatchEntriesLocked() function in android::inputdispatcher::InputDispatcher