Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp4881 sp<Connection> fromConnection = getConnectionLocked(fromToken); in transferTouchFocus() local
4883 if (fromConnection != nullptr && toConnection != nullptr) { in transferTouchFocus()
4884 fromConnection->inputState.mergePointerStateTo(toConnection->inputState); in transferTouchFocus()
4888 synthesizeCancelationEventsForConnectionLocked(fromConnection, options); in transferTouchFocus()