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

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

Completed in 34 milliseconds