OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputHost
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/inputflinger/host/
InputHost.h
45
class
InputHost
: public InputHostInterface {
47
InputHost
() = default;
/hardware/libhardware/modules/input/evdev/
InputHost.h
167
class
InputHost
: public InputHostInterface, private InputHostBase {
169
InputHost
(input_host_t* host, input_host_callbacks_t cb) : InputHostBase(host, cb) {}
170
virtual ~
InputHost
() = default;
186
InputHost
(const
InputHost
& rhs) = delete;
187
InputHost
& operator=(const
InputHost
& rhs) = delete;
Completed in 101 milliseconds