Home
last modified time | relevance | path

Searched refs:InputDeviceManager (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DInputDeviceManager.cpp28 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()
DInputDeviceManager.h37 class InputDeviceManager : public InputCallbackInterface {
39 explicit InputDeviceManager(InputHostInterface* host) : in InputDeviceManager() function
41 virtual ~InputDeviceManager() override = default;
DEvdevModule.cpp50 std::shared_ptr<InputDeviceManager> mDeviceManager;
59 mDeviceManager(std::make_shared<InputDeviceManager>(mInputHost.get())), in EvdevModule()
DAndroid.bp23 "InputDeviceManager.cpp",