Searched defs:createInputChannel (Results 1 – 7 of 7) sorted by relevance
33 InputChannel createInputChannel(in @utf8InCpp String name); in createInputChannel() method
51 binder::Status createInputChannel(const std::string&, InputChannel*) override { in createInputChannel() function
141 binder::Status InputManager::createInputChannel(const std::string& name, InputChannel* outChannel) { in createInputChannel() function in android::InputManager
214 binder::Status TestInputManager::createInputChannel(const std::string& name, in createInputChannel() function in android::TestInputManager
749 public InputChannel createInputChannel(String name) { in createInputChannel() method in InputManagerService
511 base::Result<std::unique_ptr<InputChannel>> NativeInputManager::createInputChannel( in createInputChannel() function in android::NativeInputManager
5189 Result<std::unique_ptr<InputChannel>> InputDispatcher::createInputChannel(const std::string& name) { in createInputChannel() function in android::inputdispatcher::InputDispatcher