Lines Matching refs:inputState
2330 if (!connection->inputState.trackKey(keyEntry, dispatchEntry->resolvedAction, in enqueueDispatchEntryLocked()
2363 !connection->inputState.isHovering(motionEntry.deviceId, motionEntry.source, in enqueueDispatchEntryLocked()
2381 if (!connection->inputState.trackMotion(motionEntry, dispatchEntry->resolvedAction, in enqueueDispatchEntryLocked()
2808 connection->inputState.synthesizeCancelationEvents(currentTime, options); in synthesizeCancelationEventsForConnectionLocked()
2875 connection->inputState.synthesizePointerDownEvents(currentTime); in synthesizePointerDownEventsForConnectionLocked()
4008 fromConnection->inputState.mergePointerStateTo(toConnection->inputState); in transferTouchFocus()
4823 int32_t fallbackKeyCode = connection->inputState.getFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()
4825 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()
4859 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()
4893 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()
4905 connection->inputState.setFallbackKey(originalKeyCode, fallbackKeyCode); in afterKeyEventLockedInterruptible()
4937 connection->inputState.setFallbackKey(originalKeyCode, fallbackKeyCode); in afterKeyEventLockedInterruptible()
4945 connection->inputState.getFallbackKeys(); in afterKeyEventLockedInterruptible()