Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DEvdevModule.cpp50 std::shared_ptr<InputDeviceManager> mDeviceManager; member in android::EvdevModule
59 mDeviceManager(std::make_shared<InputDeviceManager>(mInputHost.get())), in EvdevModule()
60 mInputHub(std::make_unique<InputHub>(mDeviceManager)) {} in EvdevModule()