Searched refs:toConnectionIndex (Results 1 – 1 of 1) sorted by relevance
3094 ssize_t toConnectionIndex = getConnectionIndexLocked(toChannel); in transferTouchFocus() local3095 if (fromConnectionIndex >= 0 && toConnectionIndex >= 0) { in transferTouchFocus()3097 sp<Connection> toConnection = mConnectionsByFd.valueAt(toConnectionIndex); in transferTouchFocus()