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

/frameworks/base/services/input/
H A DInputDispatcher.cpp3031 ssize_t toConnectionIndex = getConnectionIndexLocked(toChannel); local
3032 if (fromConnectionIndex >= 0 && toConnectionIndex >= 0) {
3034 sp<Connection> toConnection = mConnectionsByFd.valueAt(toConnectionIndex);

Completed in 161 milliseconds