Home
last modified time | relevance | path

Searched refs:InputDeviceIdentifier (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DInputHost.h38 using InputDeviceIdentifier = input_device_identifier_t*; variable
177 InputDeviceIdentifier createDeviceIdentifier(const char* name, int32_t productId,
184 InputDeviceHandle registerDevice(InputDeviceIdentifier id, InputDeviceDefinition d);
187 InputPropertyMap getDevicePropertyMap(InputDeviceIdentifier id);
DInputHost.cpp71 InputDeviceIdentifier InputHost::createDeviceIdentifier(const char* name, int32_t productId, in createDeviceIdentifier()
90 InputDeviceHandle InputHost::registerDevice(InputDeviceIdentifier id, in registerDevice()
99 InputPropertyMap InputHost::getDevicePropertyMap(InputDeviceIdentifier id) { in getDevicePropertyMap()