Searched refs:inputState (Results 1 – 5 of 5) sorted by relevance
311 TvInputState inputState = userState.inputMap.get(info.getId()); in buildTvInputListLocked() local312 if (inputState == null) { in buildTvInputListLocked()313 inputState = new TvInputState(); in buildTvInputListLocked()315 inputState.info = info; in buildTvInputListLocked()316 inputMap.put(info.getId(), inputState); in buildTvInputListLocked() local811 TvInputState inputState = userState.inputMap.get(inputId); in updateTvInputInfoLocked() local812 if (inputState == null) { in updateTvInputInfoLocked()816 inputState.info = inputInfo; in updateTvInputInfoLocked()829 TvInputState inputState = userState.inputMap.get(inputId); in setStateLocked() local830 ServiceState serviceState = userState.serviceStateMap.get(inputState.info.getComponent()); in setStateLocked()[all …]
282 aaudio_stream_state_t inputState, in AAudioStream_waitForStateChange() argument288 return audioStream->waitForStateChange(inputState, nextState, timeoutNanoseconds); in AAudioStream_waitForStateChange()
571 aaudio_stream_state_t inputState,
1896 if (!connection->inputState.trackKey(keyEntry, in enqueueDispatchEntryLocked()1924 && !connection->inputState.isHovering( in enqueueDispatchEntryLocked()1941 if (!connection->inputState.trackMotion(motionEntry, in enqueueDispatchEntryLocked()2234 connection->inputState.synthesizeCancelationEvents(currentTime, in synthesizeCancelationEventsForConnectionLocked()3101 fromConnection->inputState.copyPointerStateTo(toConnection->inputState); in transferTouchFocus()3616 int32_t fallbackKeyCode = connection->inputState.getFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()3618 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()3653 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()3690 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()3702 connection->inputState.setFallbackKey(originalKeyCode, fallbackKeyCode); in afterKeyEventLockedInterruptible()[all …]
819 InputState inputState; variable