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