Searched refs:InputHostInterface (Results 1 – 6 of 6) sorted by relevance
30 class InputHostInterface; variable39 explicit InputDeviceManager(InputHostInterface* host) : in InputDeviceManager()49 InputHostInterface* mHost;
34 class InputHostInterface; variable58 EvdevDevice(InputHostInterface* host, const std::shared_ptr<InputDeviceNode>& node);68 InputHostInterface* mHost = nullptr;
41 explicit EvdevModule(InputHostInterface* inputHost);49 std::unique_ptr<InputHostInterface> mInputHost;57 EvdevModule::EvdevModule(InputHostInterface* inputHost) : in EvdevModule()
147 class InputHostInterface {149 virtual ~InputHostInterface() = default;167 class InputHost : public InputHostInterface, private InputHostBase {
111 EvdevDevice::EvdevDevice(InputHostInterface* host, const std::shared_ptr<InputDeviceNode>& node) : in EvdevDevice()
70 class MockInputHost : public InputHostInterface {