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

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

Completed in 201 milliseconds