Searched defs:createInputChannel (Results 1 – 5 of 5) sorted by relevance
145 public abstract InputChannel createInputChannel(String inputChannelName); in createInputChannel() method in InputManagerInternal
57 InputChannel createInputChannel(String name); in createInputChannel() method292 public native InputChannel createInputChannel(String name); in createInputChannel() method in NativeInputManagerService.NativeImpl
793 public InputChannel createInputChannel(String name) { in createInputChannel() method in InputManagerService3264 public InputChannel createInputChannel(String inputChannelName) { in createInputChannel() method in InputManagerService.LocalService
830 private void createInputChannel(int displayId) { in createInputChannel() method in DesktopModeWindowDecorViewModel
539 base::Result<std::unique_ptr<InputChannel>> NativeInputManager::createInputChannel( in createInputChannel() function in android::NativeInputManager