Searched defs:createInputMonitor (Results 1 – 3 of 3) sorted by relevance
62 InputChannel createInputMonitor(int displayId, String name, int pid); in createInputMonitor() method375 public native InputChannel createInputMonitor(int displayId, String name, int pid); in createInputMonitor() method in NativeInputManagerService.NativeImpl
691 base::Result<std::unique_ptr<InputChannel>> NativeInputManager::createInputMonitor( in createInputMonitor() function in android::NativeInputManager3333 {"createInputMonitor", "(ILjava/lang/String;I)Landroid/view/InputChannel;", in createInputMonitor() method
6230 Result<std::unique_ptr<InputChannel>> InputDispatcher::createInputMonitor( in createInputMonitor() function in android::inputdispatcher::InputDispatcher