Searched defs:createInputChannel (Results 1 – 9 of 9) sorted by relevance
26 InputChannel createInputChannel(in @utf8InCpp String name); in createInputChannel() method
45 binder::Status createInputChannel(const std::string&, InputChannel*) override { in createInputChannel() function
161 binder::Status InputManager::createInputChannel(const std::string& name, InputChannel* outChannel) { in createInputChannel() function in android::InputManager
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
5867 Result<std::unique_ptr<InputChannel>> InputDispatcher::createInputChannel(const std::string& name) { in createInputChannel() function in android::inputdispatcher::InputDispatcher