Home
last modified time | relevance | path

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

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