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

/frameworks/base/services/input/
H A DInputDispatcher.cpp3030 ssize_t fromConnectionIndex = getConnectionIndexLocked(fromChannel); local
3032 if (fromConnectionIndex >= 0 && toConnectionIndex >= 0) {
3033 sp<Connection> fromConnection = mConnectionsByFd.valueAt(fromConnectionIndex);

Completed in 600 milliseconds