Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputDeviceManager.h30 class InputHostInterface; variable
39 explicit InputDeviceManager(InputHostInterface* host) : in InputDeviceManager()
49 InputHostInterface* mHost;
DInputDevice.h34 class InputHostInterface; variable
58 EvdevDevice(InputHostInterface* host, const std::shared_ptr<InputDeviceNode>& node);
68 InputHostInterface* mHost = nullptr;
DEvdevModule.cpp41 explicit EvdevModule(InputHostInterface* inputHost);
49 std::unique_ptr<InputHostInterface> mInputHost;
57 EvdevModule::EvdevModule(InputHostInterface* inputHost) : in EvdevModule()
DInputHost.h147 class InputHostInterface {
149 virtual ~InputHostInterface() = default;
167 class InputHost : public InputHostInterface, private InputHostBase {
DInputDevice.cpp111 EvdevDevice::EvdevDevice(InputHostInterface* host, const std::shared_ptr<InputDeviceNode>& node) : in EvdevDevice()
/hardware/libhardware/tests/input/evdev/
DMockInputHost.h70 class MockInputHost : public InputHostInterface {