Searched refs:registerInputDriver (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/host/
H A DInputHost.h40 virtual void registerInputDriver(InputDriverInterface* driver) = 0;
49 virtual void registerInputDriver(InputDriverInterface* driver) override;
H A DInputHost.cpp29 void InputHost::registerInputDriver(InputDriverInterface* driver) { function in class:android::InputHost
H A DInputFlinger.cpp44 mHost->registerInputDriver(new InputDriver(INPUT_INSTANCE_EVDEV));

Completed in 65 milliseconds