Searched refs:InputDriver (Results 1 – 4 of 4) sorted by relevance
114 InputDriver::InputDriver(const char* name) : mName(String8(name)) { in InputDriver() function in android::InputDriver121 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 …]
83 class InputDriver : public InputDriverInterface {85 explicit InputDriver(const char* name);86 virtual ~InputDriver() = default;
42 mHost->registerInputDriver(new InputDriver(INPUT_INSTANCE_EVDEV)); in InputFlinger()
20 "InputDriver.cpp",