Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h1070 void enqueueDispatchEntriesLocked(nsecs_t currentTime, const sp<Connection>& connection,
DInputDispatcher.cpp1874 enqueueDispatchEntriesLocked(currentTime, connection, in prepareDispatchCycleLocked()
1882 enqueueDispatchEntriesLocked(currentTime, connection, eventEntry, inputTarget); in prepareDispatchCycleLocked()
1885 void InputDispatcher::enqueueDispatchEntriesLocked(nsecs_t currentTime, in enqueueDispatchEntriesLocked() function in android::InputDispatcher