Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/host/
H A 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()
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 …]
H A DInputDriver.h83 class InputDriver : public InputDriverInterface {
85 explicit InputDriver(const char* name);
86 virtual ~InputDriver() = default;
H A DInputFlinger.cpp42 mHost->registerInputDriver(new InputDriver(INPUT_INSTANCE_EVDEV)); in InputFlinger()
H A DAndroid.bp29 "InputDriver.cpp",