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

/frameworks/native/services/inputflinger/host/
H A DInputDriver.cpp23 #define LOG_TAG "InputDriver"
27 #include "InputDriver.h"
114 InputDriver::InputDriver(const char* name) : mName(String8(name)) { function in class:android::InputDriver
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
[all...]
H A DInputFlinger.cpp26 #include "InputDriver.h"
44 mHost->registerInputDriver(new InputDriver(INPUT_INSTANCE_EVDEV));
H A DAndroid.mk22 InputDriver.cpp \
H A DInputDriver.h83 class InputDriver : public InputDriverInterface { class in namespace:android
85 InputDriver(const char* name);
86 virtual ~InputDriver() = default;

Completed in 56 milliseconds