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

  /frameworks/native/services/inputflinger/host/
InputHost.h 35 class InputDriverInterface;
44 virtual void registerInputDriver(InputDriverInterface* driver) = 0;
53 virtual void registerInputDriver(InputDriverInterface* driver) override;
58 std::vector<sp<InputDriverInterface>> mDrivers;
InputHost.cpp 29 void InputHost::registerInputDriver(InputDriverInterface* driver) {
InputDriver.h 33 class InputDriverInterface : public virtual RefBase {
35 InputDriverInterface() = default;
36 virtual ~InputDriverInterface() = default;
44 class InputDriver : public InputDriverInterface {

Completed in 573 milliseconds