HomeSort by relevance Sort by last modified time
    Searched refs:InputHostInterface (Results 1 - 8 of 8) sorted by null

  /frameworks/native/services/inputflinger/host/
InputHost.h 33 class InputHostInterface : public virtual RefBase {
35 InputHostInterface() = default;
36 virtual ~InputHostInterface() = default;
45 class InputHost : public InputHostInterface {
InputFlinger.h 48 sp<InputHostInterface> mHost;
  /hardware/libhardware/modules/input/evdev/
InputDeviceManager.h 30 class InputHostInterface;
39 explicit InputDeviceManager(InputHostInterface* host) :
49 InputHostInterface* mHost;
InputDevice.h 34 class InputHostInterface;
58 EvdevDevice(InputHostInterface* host, const std::shared_ptr<InputDeviceNode>& node);
68 InputHostInterface* mHost = nullptr;
EvdevModule.cpp 40 // Takes ownership of the InputHostInterface
41 explicit EvdevModule(InputHostInterface* inputHost);
49 std::unique_ptr<InputHostInterface> mInputHost;
57 EvdevModule::EvdevModule(InputHostInterface* inputHost) :
InputHost.h 147 class InputHostInterface {
149 virtual ~InputHostInterface() = default;
167 class InputHost : public InputHostInterface, private InputHostBase {
InputDevice.cpp 111 EvdevDevice::EvdevDevice(InputHostInterface* host, const std::shared_ptr<InputDeviceNode>& node) :
  /hardware/libhardware/tests/input/evdev/
MockInputHost.h 70 class MockInputHost : public InputHostInterface {

Completed in 314 milliseconds