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

/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java422 * @param inputChannelName The input channel name.
425 public InputChannel monitorInput(String inputChannelName) { argument
426 if (inputChannelName == null) {
427 throw new IllegalArgumentException("inputChannelName must not be null.");
430 InputChannel[] inputChannels = InputChannel.openInputChannelPair(inputChannelName);

Completed in 678 milliseconds