Searched refs:fromConnection (Results 1 – 1 of 1) sorted by relevance
4881 sp<Connection> fromConnection = getConnectionLocked(fromToken); in transferTouchFocus() local4883 if (fromConnection != nullptr && toConnection != nullptr) { in transferTouchFocus()4884 fromConnection->inputState.mergePointerStateTo(toConnection->inputState); in transferTouchFocus()4888 synthesizeCancelationEventsForConnectionLocked(fromConnection, options); in transferTouchFocus()