HomeSort by relevance Sort by last modified time
    Searched refs:InputDriver (Results 1 - 3 of 3) sorted by null

  /frameworks/native/services/inputflinger/host/
InputDriver.cpp 23 #define LOG_TAG "InputDriver"
27 #include "InputDriver.h"
114 InputDriver::InputDriver(const char* name) : mName(String8(name)) {
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::freeReportDefinition(input_report_definition_t* reportDef)
    [all...]
InputFlinger.cpp 30 #include "InputDriver.h"
42 mHost->registerInputDriver(new InputDriver(INPUT_INSTANCE_EVDEV));
InputDriver.h 83 class InputDriver : public InputDriverInterface {
85 explicit InputDriver(const char* name);
86 virtual ~InputDriver() = default;

Completed in 75 milliseconds