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()190 void InputDriver::unregisterDevice(input_device_handle_t* handle) { in unregisterDevice()260 const char* InputDriver::inputGetPropertyKey(input_property_t* property) { in inputGetPropertyKey()274 void InputDriver::inputFreeDeviceProperty(input_property_t* property) { in inputFreeDeviceProperty()280 void InputDriver::inputFreeDevicePropertyMap(input_property_map_t* map) { in inputFreeDevicePropertyMap()[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()
29 "InputDriver.cpp",