OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:registerInputDriver
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/services/inputflinger/host/
InputHost.h
44
virtual void
registerInputDriver
(InputDriverInterface* driver) = 0;
53
virtual void
registerInputDriver
(InputDriverInterface* driver) override;
InputHost.cpp
29
void InputHost::
registerInputDriver
(InputDriverInterface* driver) {
InputFlinger.cpp
44
mHost->
registerInputDriver
(new InputDriver(INPUT_INSTANCE_EVDEV));
Completed in 600 milliseconds