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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp3063 ssize_t fromConnectionIndex = getConnectionIndexLocked(fromChannel); local
3065 if (fromConnectionIndex >= 0 && toConnectionIndex >= 0) {
3066 sp<Connection> fromConnection = mConnectionsByFd.valueAt(fromConnectionIndex);

Completed in 79 milliseconds