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

  /frameworks/native/services/inputflinger/host/
InputDriver.h 44 class InputDriver : public InputDriverInterface {
46 InputDriver(const char* name);
47 virtual ~InputDriver() = default;
InputDriver.cpp 20 #define LOG_TAG "InputDriver"
24 #include "InputDriver.h"
57 InputDriver::InputDriver(const char* name) : mName(String8(name)) {
64 void InputDriver::init(InputHostInterface* host) {
68 void InputDriver::dump(String8& result) {
InputFlinger.cpp 26 #include "InputDriver.h"
44 mHost->registerInputDriver(new InputDriver(INPUT_INSTANCE_EVDEV));
Android.mk 22 InputDriver.cpp \

Completed in 34 milliseconds