Searched defs:inputTarget (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/input/
H A DInputDispatcher.cpp907 const InputTarget& inputTarget = inputTargets.itemAt(i); local
909 ssize_t connectionIndex = getConnectionIndexLocked(inputTarget.inputChannel);
912 prepareDispatchCycleLocked(currentTime, connection, eventEntry, &inputTarget);
917 inputTarget.inputChannel->getName().string());
1769 const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget) {
1774 connection->getInputChannelName(), inputTarget->flags,
1775 inputTarget->xOffset, inputTarget->yOffset,
1776 inputTarget->scaleFactor, inputTarget
1768 prepareDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget) argument
1816 enqueueDispatchEntriesLocked(nsecs_t currentTime, const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget) argument
1840 enqueueDispatchEntryLocked( const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget, int32_t dispatchMode) argument
[all...]

Completed in 24 milliseconds