Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/SpaPrivileged/tests/src/com/android/settingslib/spaprivileged/template/app/
DAppListPageTest.kt55 val inputState by setContent() in appListState_hasCorrectInitialState() constant
64 val inputState by setContent() in canShowSystem() constant
94 val inputState by setContent(noMoreOptions = true) in noMoreOptions_showSystemIsFalse() constant
/frameworks/native/services/inputflinger/dispatcher/
DConnection.h47 InputState inputState; variable
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java405 TvInputState inputState = userState.inputMap.get(inputId); in buildTvInputListLocked() local
1084 TvInputState inputState = userState.inputMap.get(inputId); in updateTvInputInfoLocked() local
1125 TvInputState inputState = userState.inputMap.get(mOnScreenInputId); in isCurrentCecTvInputInfoUpdate() local
1144 TvInputState inputState = userState.inputMap.get(inputId); in setStateLocked() local
1281 TvInputState inputState = userState.inputMap.get(inputId); in getAvailableExtensionInterfaceNames() local
1327 TvInputState inputState = userState.inputMap.get(inputId); in getExtensionInterface() local
1606 TvInputState inputState = userState.inputMap.get(inputId); in createSession() local
3167 @Nullable TvInputState inputState) { in logTuneStateChanged()
3214 int inputState = tvInputState.state; in logExternalInputEvent() local
4663 TvInputState inputState = userState.inputMap.get(inputId); in onTvMessage() local
/frameworks/av/media/libaaudio/examples/utils/
DAAudioSimplePlayer.h251 aaudio_stream_state_t inputState = AAUDIO_STREAM_STATE_PAUSING; in waitUntilPaused() local
/frameworks/av/media/libaaudio/tests/
Dtest_various.cpp202 aaudio_stream_state_t inputState = AAUDIO_STREAM_STATE_UNINITIALIZED; in checkStateTransition() local
/frameworks/av/media/libaaudio/src/core/
DAAudioAudio.cpp349 aaudio_stream_state_t inputState, in AAudioStream_waitForStateChange()