Home
last modified time | relevance | path

Searched refs:inputState (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java311 TvInputState inputState = userState.inputMap.get(info.getId()); in buildTvInputListLocked() local
312 if (inputState == null) { in buildTvInputListLocked()
313 inputState = new TvInputState(); in buildTvInputListLocked()
315 inputState.info = info; in buildTvInputListLocked()
316 inputMap.put(info.getId(), inputState); in buildTvInputListLocked() local
811 TvInputState inputState = userState.inputMap.get(inputId); in updateTvInputInfoLocked() local
812 if (inputState == null) { in updateTvInputInfoLocked()
816 inputState.info = inputInfo; in updateTvInputInfoLocked()
829 TvInputState inputState = userState.inputMap.get(inputId); in setStateLocked() local
830 ServiceState serviceState = userState.serviceStateMap.get(inputState.info.getComponent()); in setStateLocked()
[all …]
/frameworks/av/media/libaaudio/src/core/
DAAudioAudio.cpp282 aaudio_stream_state_t inputState, in AAudioStream_waitForStateChange() argument
288 return audioStream->waitForStateChange(inputState, nextState, timeoutNanoseconds); in AAudioStream_waitForStateChange()
/frameworks/av/media/libaaudio/include/aaudio/
DAAudio.h571 aaudio_stream_state_t inputState,
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp1896 if (!connection->inputState.trackKey(keyEntry, in enqueueDispatchEntryLocked()
1924 && !connection->inputState.isHovering( in enqueueDispatchEntryLocked()
1941 if (!connection->inputState.trackMotion(motionEntry, in enqueueDispatchEntryLocked()
2234 connection->inputState.synthesizeCancelationEvents(currentTime, in synthesizeCancelationEventsForConnectionLocked()
3101 fromConnection->inputState.copyPointerStateTo(toConnection->inputState); in transferTouchFocus()
3616 int32_t fallbackKeyCode = connection->inputState.getFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()
3618 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()
3653 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()
3690 connection->inputState.removeFallbackKey(originalKeyCode); in afterKeyEventLockedInterruptible()
3702 connection->inputState.setFallbackKey(originalKeyCode, fallbackKeyCode); in afterKeyEventLockedInterruptible()
[all …]
DInputDispatcher.h819 InputState inputState; variable