OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputDriver
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/inputflinger/host/
InputDriver.h
83
class
InputDriver
: public InputDriverInterface {
85
explicit
InputDriver
(const char* name);
86
virtual ~
InputDriver
() = default;
InputDriver.cpp
23
#define LOG_TAG "
InputDriver
"
27
#include "
InputDriver
.h"
114
InputDriver
::
InputDriver
(const char* name) : mName(String8(name)) {
121
void
InputDriver
::init() {
125
input_device_identifier_t*
InputDriver
::createDeviceIdentifier(
139
input_device_definition_t*
InputDriver
::createDeviceDefinition() {
143
input_report_definition_t*
InputDriver
::createInputReportDefinition() {
147
input_report_definition_t*
InputDriver
::createOutputReportDefinition() {
151
void
InputDriver
::freeReportDefinition(input_report_definition_t* reportDef)
[
all
...]
Completed in 260 milliseconds