Searched refs:InputDriverInterface (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/host/
H A DInputHost.h31 class InputDriverInterface;
40 virtual void registerInputDriver(InputDriverInterface* driver) = 0;
49 virtual void registerInputDriver(InputDriverInterface* driver) override;
54 std::vector<sp<InputDriverInterface>> mDrivers;
H A DInputHost.cpp29 void InputHost::registerInputDriver(InputDriverInterface* driver) {
H A DInputDriver.cpp297 auto driver = static_cast<InputDriverInterface*>(host);
302 auto driver = static_cast<InputDriverInterface*>(host);
307 auto driver = static_cast<InputDriverInterface*>(host);
312 auto driver = static_cast<InputDriverInterface*>(host);
317 auto driver = static_cast<InputDriverInterface*>(host);
323 auto driver = static_cast<InputDriverInterface*>(host);
329 auto driver = static_cast<InputDriverInterface*>(host);
336 auto driver = static_cast<InputDriverInterface*>(host);
343 auto driver = static_cast<InputDriverInterface*>(host);
349 auto driver = static_cast<InputDriverInterface*>(hos
[all...]
H A DInputDriver.h35 class InputDriverInterface : public input_host_t, public virtual RefBase { class in namespace:android
37 InputDriverInterface() = default;
38 virtual ~InputDriverInterface() = default;
83 class InputDriver : public InputDriverInterface {

Completed in 647 milliseconds