Searched refs:inputState (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SettingsLib/SpaPrivileged/tests/src/com/android/settingslib/spaprivileged/template/app/ |
D | AppListPageTest.kt | 55 val inputState by setContent() in appListState_hasCorrectInitialState() constant 57 val state = inputState!!.state in appListState_hasCorrectInitialState() 64 val inputState by setContent() in canShowSystem() constant 69 val state = inputState!!.state in canShowSystem() 94 val inputState by setContent(noMoreOptions = true) in noMoreOptions_showSystemIsFalse() constant 96 val state = inputState!!.state in noMoreOptions_showSystemIsFalse()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputManagerService.java | 377 TvInputState inputState = userState.inputMap.get(inputId); in buildTvInputListLocked() local 378 if (inputState == null) { in buildTvInputListLocked() 379 inputState = new TvInputState(); in buildTvInputListLocked() 381 inputState.info = info; in buildTvInputListLocked() 382 inputState.uid = getInputUid(info); in buildTvInputListLocked() 383 inputMap.put(inputId, inputState); in buildTvInputListLocked() 384 inputState.inputNumber = count; in buildTvInputListLocked() 1063 TvInputState inputState = userState.inputMap.get(inputId); in updateTvInputInfoLocked() local 1064 if (inputState == null) { in updateTvInputInfoLocked() 1068 inputState.info = inputInfo; in updateTvInputInfoLocked() [all …]
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | Connection.cpp | 29 inputState(idGenerator) {} in Connection()
|
D | Connection.h | 48 InputState inputState; variable
|
D | InputDispatcher.cpp | 3318 if (!connection->inputState.trackKey(keyEntry, dispatchEntry->resolvedAction, in enqueueDispatchEntryLocked() 3349 !connection->inputState.isHovering(motionEntry.deviceId, motionEntry.source, in enqueueDispatchEntryLocked() 3372 if (!connection->inputState.trackMotion(motionEntry, dispatchEntry->resolvedAction, in enqueueDispatchEntryLocked() 3943 connection->inputState.synthesizeCancelationEvents(currentTime, options); in synthesizeCancelationEventsForConnectionLocked() 4020 connection->inputState.synthesizePointerDownEvents(downTime); in synthesizePointerDownEventsForConnectionLocked() 5520 fromConnection->inputState.mergePointerStateTo(toConnection->inputState); in transferTouchFocus() 6402 std::optional<int32_t> fallbackKeyCode = connection->inputState.getFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptable() 6404 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptable() 6442 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptable() 6480 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptable() [all …]
|
/frameworks/av/media/libaaudio/examples/utils/ |
D | AAudioSimplePlayer.h | 251 aaudio_stream_state_t inputState = AAUDIO_STREAM_STATE_PAUSING; in waitUntilPaused() local 253 result = AAudioStream_waitForStateChange(mStream, inputState, in waitUntilPaused() 255 inputState = currentState; in waitUntilPaused()
|
/frameworks/av/media/libaaudio/tests/ |
D | test_various.cpp | 202 aaudio_stream_state_t inputState = AAUDIO_STREAM_STATE_UNINITIALIZED; in checkStateTransition() local 219 inputState = AAUDIO_STREAM_STATE_STOPPING; in checkStateTransition() 224 inputState = AAUDIO_STREAM_STATE_PAUSING; in checkStateTransition() 246 if (inputState != AAUDIO_STREAM_STATE_UNINITIALIZED) { in checkStateTransition() 248 inputState, in checkStateTransition()
|
/frameworks/av/media/libaaudio/src/core/ |
D | AAudioAudio.cpp | 349 aaudio_stream_state_t inputState, in AAudioStream_waitForStateChange() argument 356 return spAudioStream->waitForStateChange(inputState, nextState, timeoutNanoseconds); in AAudioStream_waitForStateChange()
|
/frameworks/av/media/libaaudio/include/aaudio/ |
D | AAudio.h | 1567 aaudio_stream_state_t inputState, aaudio_stream_state_t* _Nullable nextState,
|