Searched refs:InputDeviceHandle (Results 1 – 5 of 5) sorted by relevance
28 using InputDeviceHandle = struct input_device_handle;63 virtual void setDeviceHandle(InputDeviceHandle* handle) { mDeviceHandle = handle; } in setDeviceHandle()76 virtual InputDeviceHandle* getDeviceHandle() final { return mDeviceHandle; } in getDeviceHandle()82 InputDeviceHandle* mDeviceHandle = nullptr;
37 using InputDeviceHandle = input_device_handle_t; variable63 virtual void reportEvent(InputDeviceHandle* d);159 virtual InputDeviceHandle* registerDevice(InputDeviceIdentifier* id,161 virtual void unregisterDevice(InputDeviceHandle* handle) = 0;180 InputDeviceHandle* registerDevice(InputDeviceIdentifier* id, InputDeviceDefinition* d) override;181 void unregisterDevice(InputDeviceHandle* handle) override;
36 using InputDeviceHandle = struct input_device_handle;72 InputDeviceHandle* mDeviceHandle = nullptr;
31 void InputReport::reportEvent(InputDeviceHandle* d) { in reportEvent()101 InputDeviceHandle* InputHost::registerDevice(InputDeviceIdentifier* id, in registerDevice()106 void InputHost::unregisterDevice(InputDeviceHandle* handle) { in unregisterDevice()
35 MOCK_METHOD1(reportEvent, void(InputDeviceHandle* d));79 MOCK_METHOD2(registerDevice, InputDeviceHandle*(InputDeviceIdentifier* id,81 MOCK_METHOD1(unregisterDevice, void(InputDeviceHandle* handle));