Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp3155 ssize_t fromConnectionIndex = getConnectionIndexLocked(fromChannel); in transferTouchFocus() local
3157 if (fromConnectionIndex >= 0 && toConnectionIndex >= 0) { in transferTouchFocus()
3158 sp<Connection> fromConnection = mConnectionsByFd.valueAt(fromConnectionIndex); in transferTouchFocus()