Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/host/
DInputHost.h37 class InputHostInterface : public input_host_t, public virtual RefBase {
39 InputHostInterface() = default;
40 virtual ~InputHostInterface() = default;
49 class InputHost : public InputHostInterface {
DInputDriver.h31 class InputHostInterface; variable
39 virtual void init(InputHostInterface* host) = 0;
49 virtual void init(InputHostInterface* host) override;
DInputFlinger.h48 sp<InputHostInterface> mHost;
DInputDriver.cpp64 void InputDriver::init(InputHostInterface* host) { in init()