Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp3525 ssize_t toConnectionIndex = getConnectionIndexLocked(toChannel); in transferTouchFocus() local
3526 if (fromConnectionIndex >= 0 && toConnectionIndex >= 0) { in transferTouchFocus()
3528 sp<Connection> toConnection = mConnectionsByFd.valueAt(toConnectionIndex); in transferTouchFocus()