Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DEvdevModule.cpp49 std::unique_ptr<InputHostInterface> mInputHost; member in android::EvdevModule
58 mInputHost(inputHost), in EvdevModule()
59 mDeviceManager(std::make_shared<InputDeviceManager>(mInputHost.get())), in EvdevModule()