Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputHost.cpp77 InputDeviceIdentifier* InputHost::createDeviceIdentifier(const char* name, int32_t productId, in createDeviceIdentifier()
83 InputDeviceDefinition* InputHost::createDeviceDefinition() { in createDeviceDefinition()
87 InputReportDefinition* InputHost::createInputReportDefinition() { in createInputReportDefinition()
92 InputReportDefinition* InputHost::createOutputReportDefinition() { in createOutputReportDefinition()
97 void InputHost::freeReportDefinition(InputReportDefinition* reportDef) { in freeReportDefinition()
101 InputDeviceHandle* InputHost::registerDevice(InputDeviceIdentifier* id, in registerDevice()
106 void InputHost::unregisterDevice(InputDeviceHandle* handle) { in unregisterDevice()
110 InputPropertyMap* InputHost::getDevicePropertyMap(InputDeviceIdentifier* id) { in getDevicePropertyMap()
115 void InputHost::freeDevicePropertyMap(InputPropertyMap* propertyMap) { in freeDevicePropertyMap()
DInputHost.h167 class InputHost : public InputHostInterface, private InputHostBase {
169 InputHost(input_host_t* host, input_host_callbacks_t cb) : InputHostBase(host, cb) {} in InputHost() function
170 virtual ~InputHost() = default;
186 InputHost(const InputHost& rhs) = delete;
187 InputHost& operator=(const InputHost& rhs) = delete;
DAndroid.bp24 "InputHost.cpp",
DEvdevModule.cpp101 auto inputHost = new InputHost(host, cb); in input_init()