Home
last modified time | relevance | path

Searched defs:inputState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java347 TvInputState inputState = userState.inputMap.get(info.getId()); in buildTvInputListLocked() local
352 inputMap.put(info.getId(), inputState); in buildTvInputListLocked() local
847 TvInputState inputState = userState.inputMap.get(inputId); in updateTvInputInfoLocked() local
865 TvInputState inputState = userState.inputMap.get(inputId); in setStateLocked() local
1147 TvInputState inputState = userState.inputMap.get(inputId); in createSession() local
/frameworks/native/services/inputflinger/
DInputDispatcher.h819 InputState inputState; variable