Home | History | Annotate | Download | only in tv

Lines Matching defs:inputState

769         TvInputState inputState = userState.inputMap.get(inputId);
770 ServiceState serviceState = userState.serviceStateMap.get(inputState.info.getComponent());
771 inputState.state;
772 inputState.state = state;
1014 TvInputState inputState = userState.inputMap.get(inputId);
1015 if (inputState == null) {
1020 TvInputInfo info = inputState.info;
1996 for (TvInputState inputState : userState.inputMap.values()) {
1997 if (inputState.info.getComponent().equals(component)
1998 && inputState.state != INPUT_STATE_CONNECTED) {
1999 notifyInputStateChangedLocked(userState, inputState.info.getId(),
2000 inputState.state, null);