Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputHost.h38 using InputDeviceIdentifier = input_device_identifier_t; variable
151 virtual InputDeviceIdentifier* createDeviceIdentifier(const char* name, int32_t productId,
159 virtual InputDeviceHandle* registerDevice(InputDeviceIdentifier* id,
163 virtual InputPropertyMap* getDevicePropertyMap(InputDeviceIdentifier* id) = 0;
172 InputDeviceIdentifier* createDeviceIdentifier(const char* name, int32_t productId,
180 InputDeviceHandle* registerDevice(InputDeviceIdentifier* id, InputDeviceDefinition* d) override;
183 InputPropertyMap* getDevicePropertyMap(InputDeviceIdentifier* id) override;
DInputDevice.h37 using InputDeviceIdentifier = struct input_device_identifier;
70 InputDeviceIdentifier* mInputId = nullptr;
DInputHost.cpp77 InputDeviceIdentifier* InputHost::createDeviceIdentifier(const char* name, int32_t productId, in createDeviceIdentifier()
101 InputDeviceHandle* InputHost::registerDevice(InputDeviceIdentifier* id, in registerDevice()
110 InputPropertyMap* InputHost::getDevicePropertyMap(InputDeviceIdentifier* id) { in getDevicePropertyMap()
/hardware/libhardware/tests/input/evdev/
DMockInputHost.h72 MOCK_METHOD5(createDeviceIdentifier, InputDeviceIdentifier*(
79 MOCK_METHOD2(registerDevice, InputDeviceHandle*(InputDeviceIdentifier* id,
82 MOCK_METHOD1(getDevicePropertyMap, InputPropertyMap*(InputDeviceIdentifier* id));