Searched refs:InputDeviceManager (Results 1 – 4 of 4) sorted by relevance
28 void InputDeviceManager::onInputEvent(const std::shared_ptr<InputDeviceNode>& node, InputEvent& eve… in onInputEvent()37 void InputDeviceManager::onDeviceAdded(const std::shared_ptr<InputDeviceNode>& node) { in onDeviceAdded()41 void InputDeviceManager::onDeviceRemoved(const std::shared_ptr<InputDeviceNode>& node) { in onDeviceRemoved()
37 class InputDeviceManager : public InputCallbackInterface {39 explicit InputDeviceManager(InputHostInterface* host) : in InputDeviceManager() function41 virtual ~InputDeviceManager() override = default;
50 std::shared_ptr<InputDeviceManager> mDeviceManager;59 mDeviceManager(std::make_shared<InputDeviceManager>(mInputHost.get())), in EvdevModule()
23 "InputDeviceManager.cpp",