Home
last modified time | relevance | path

Searched refs:InputDriver (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/host/
DInputDriver.cpp114 InputDriver::InputDriver(const char* name) : mName(String8(name)) { in InputDriver() function in android::InputDriver
121 void InputDriver::init() { in init()
125 input_device_identifier_t* InputDriver::createDeviceIdentifier( in createDeviceIdentifier()
139 input_device_definition_t* InputDriver::createDeviceDefinition() { in createDeviceDefinition()
143 input_report_definition_t* InputDriver::createInputReportDefinition() { in createInputReportDefinition()
147 input_report_definition_t* InputDriver::createOutputReportDefinition() { in createOutputReportDefinition()
151 void InputDriver::freeReportDefinition(input_report_definition_t* reportDef) { in freeReportDefinition()
155 void InputDriver::inputDeviceDefinitionAddReport(input_device_definition_t* d, in inputDeviceDefinitionAddReport()
160 void InputDriver::inputReportDefinitionAddCollection(input_report_definition_t* report, in inputReportDefinitionAddCollection()
165 void InputDriver::inputReportDefinitionDeclareUsageInt(input_report_definition_t* report, in inputReportDefinitionDeclareUsageInt()
[all …]
DInputDriver.h83 class InputDriver : public InputDriverInterface {
85 explicit InputDriver(const char* name);
86 virtual ~InputDriver() = default;
DInputFlinger.cpp42 mHost->registerInputDriver(new InputDriver(INPUT_INSTANCE_EVDEV)); in InputFlinger()
DAndroid.bp20 "InputDriver.cpp",