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

/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java311 TvInputState inputState = userState.inputMap.get(info.getId());
312 if (inputState == null) {
313 inputState = new TvInputState();
315 inputState.info = info;
316 inputMap.put(info.getId(), inputState);
811 TvInputState inputState = userState.inputMap.get(inputId);
812 if (inputState == null) {
816 inputState.info = inputInfo;
829 TvInputState inputState = userState.inputMap.get(inputId);
830 ServiceState serviceState = userState.serviceStateMap.get(inputState
[all...]
/frameworks/av/media/libaaudio/src/core/
H A DAAudioAudio.cpp283 aaudio_stream_state_t inputState,
289 return audioStream->waitForStateChange(inputState, nextState, timeoutNanoseconds);
282 AAudioStream_waitForStateChange(AAudioStream* stream, aaudio_stream_state_t inputState, aaudio_stream_state_t *nextState, int64_t timeoutNanoseconds) argument
/frameworks/av/media/libaaudio/include/aaudio/
H A DAAudio.h566 * @param inputState The state we want to avoid.
572 aaudio_stream_state_t inputState,
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1893 if (!connection->inputState.trackKey(keyEntry,
1921 && !connection->inputState.isHovering(
1938 if (!connection->inputState.trackMotion(motionEntry,
2231 connection->inputState.synthesizeCancelationEvents(currentTime,
3099 fromConnection->inputState.copyPointerStateTo(toConnection->inputState);
3614 int32_t fallbackKeyCode = connection->inputState.getFallbackKey(originalKeyCode);
3616 connection->inputState.removeFallbackKey(originalKeyCode);
3651 connection->inputState.removeFallbackKey(originalKeyCode);
3688 connection->inputState
[all...]
H A DInputDispatcher.h819 InputState inputState; member in class:android::InputDispatcher::Connection

Completed in 112 milliseconds