Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/modules/input/evdev/
H A 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()