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

/frameworks/base/services/input/
H A DInputDispatcher.cpp921 const InputTarget& inputTarget = inputTargets.itemAt(i); local
923 ssize_t connectionIndex = getConnectionIndexLocked(inputTarget.inputChannel);
926 prepareDispatchCycleLocked(currentTime, connection, eventEntry, &inputTarget);
931 inputTarget.inputChannel->getName().string());
1770 const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget) {
1775 connection->getInputChannelName(), inputTarget->flags,
1776 inputTarget->xOffset, inputTarget->yOffset,
1777 inputTarget->scaleFactor, inputTarget
1769 prepareDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget) argument
1817 enqueueDispatchEntriesLocked(nsecs_t currentTime, const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget) argument
1841 enqueueDispatchEntryLocked( const sp<Connection>& connection, EventEntry* eventEntry, const InputTarget* inputTarget, int32_t dispatchMode) argument
[all...]
H A DInputDispatcher.h1039 EventEntry* eventEntry, const InputTarget* inputTarget);
1041 EventEntry* eventEntry, const InputTarget* inputTarget);
1043 EventEntry* eventEntry, const InputTarget* inputTarget, int32_t dispatchMode);

Completed in 33 milliseconds