Searched defs:inputState (Results 1 – 5 of 5) sorted by relevance
218 int inputState = (enable && connected) ? 1 : 0; in updateWiredDeviceConnectionState() local
311 TvInputState inputState = userState.inputMap.get(info.getId()); in buildTvInputListLocked() local316 inputMap.put(info.getId(), inputState); in buildTvInputListLocked() local811 TvInputState inputState = userState.inputMap.get(inputId); in updateTvInputInfoLocked() local829 TvInputState inputState = userState.inputMap.get(inputId); in setStateLocked() local1165 TvInputState inputState = userState.inputMap.get(inputId); in createSession() local
77 aaudio_stream_state_t inputState = AAUDIO_STREAM_STATE_UNINITIALIZED; in checkStateTransition() local
321 aaudio_stream_state_t inputState, in AAudioStream_waitForStateChange()
818 InputState inputState; variable