Searched refs:inputState (Results 1 – 3 of 3) sorted by relevance
347 TvInputState inputState = userState.inputMap.get(info.getId()); in buildTvInputListLocked() local348 if (inputState == null) { in buildTvInputListLocked()349 inputState = new TvInputState(); in buildTvInputListLocked()351 inputState.info = info; in buildTvInputListLocked()352 inputMap.put(info.getId(), inputState); in buildTvInputListLocked() local847 TvInputState inputState = userState.inputMap.get(inputId); in updateTvInputInfoLocked() local848 if (inputState == null) { in updateTvInputInfoLocked()852 inputState.info = inputInfo; in updateTvInputInfoLocked()865 TvInputState inputState = userState.inputMap.get(inputId); in setStateLocked() local866 ServiceState serviceState = userState.serviceStateMap.get(inputState.info.getComponent()); in setStateLocked()[all …]
1895 if (!connection->inputState.trackKey(keyEntry, in enqueueDispatchEntryLocked()1923 && !connection->inputState.isHovering( in enqueueDispatchEntryLocked()1940 if (!connection->inputState.trackMotion(motionEntry, in enqueueDispatchEntryLocked()2233 connection->inputState.synthesizeCancelationEvents(currentTime, in synthesizeCancelationEventsForConnectionLocked()3100 fromConnection->inputState.copyPointerStateTo(toConnection->inputState); in transferTouchFocus()3615 int32_t fallbackKeyCode = connection->inputState.getFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()3617 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()3652 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()3689 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()3701 connection->inputState.setFallbackKey(originalKeyCode, fallbackKeyCode); in afterKeyEventLockedInterruptible()[all …]
819 InputState inputState; variable