History log of /hardware/libhardware/tests/input/evdev/InputHub_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dbc8c16841483f665feeb9df362551b8e9e65263 20-May-2015 Tim Kilbourn <tkilbourn@google.com> Code layout cleanup

- Fwd declare where possible
- List .h first in the .cpp to verify proper includes
- Remove hacky -internal.h file and move testBitInRange to a new component

Change-Id: I442248c4b32738c6c2af250f45d4c8822c862e08
/hardware/libhardware/tests/input/evdev/InputHub_test.cpp
3186e7bf4805b317769470137ffcf1f7eb0215e0 17-Apr-2015 Tim Kilbourn <tkilbourn@google.com> Configure device classes for evdev devices.

Change-Id: Ia75b71253771d9d558c59411e27f8a51e352fb8b
/hardware/libhardware/tests/input/evdev/InputHub_test.cpp
c929d2509530b0262681c8e6619609f44bfceea4 29-Apr-2015 Tim Kilbourn <tkilbourn@google.com> Clarify usage of smart pointers

- Members should be smart (shared or unique)
- Prefer function args to be bare, unless the arg is intended to be
stored by the callee
- Function args that are smart should be const refs to avoid an extra
copy

Change-Id: I8052fa432bcffbabff9d67a8d568640cac64d4ad
/hardware/libhardware/tests/input/evdev/InputHub_test.cpp
73475a4eb2cebf06f965c58e015d06c333e71e61 13-Feb-2015 Tim Kilbourn <tkilbourn@google.com> Input event hub for evdev input HAL module.

InputHub monitors paths for device changes and input events.
InputDeviceManager creates InputDevices and routes input events to
them. InputDevices currently just log these events during development.
InputHost represents a wrapper around the HAL interface.

Change-Id: Ic47d574498eb07bcdcd17812a648539fdf1c69d6
/hardware/libhardware/tests/input/evdev/InputHub_test.cpp