History log of /hardware/libhardware/tests/input/evdev/SwitchInputMapper_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
864984c3b1680854bdfc4560f548f2dae9467bdd 20-May-2015 Tim Kilbourn <tkilbourn@google.com> MouseInputMapper

Maps relative movements of a mouse or scroll wheel and mouse button
presses. All other logic from CursorInputMapper will be handled in the
host.

Change-Id: I00a966a6194d4810b7b6ac5cc815287ecf7dfb84
/hardware/libhardware/tests/input/evdev/SwitchInputMapper_test.cpp
4f3145d75f5dfc87f07f8ddf6143ba77966f35e4 05-May-2015 Tim Kilbourn <tkilbourn@google.com> Initial InputMappers for evdev input HAL.

The previous design of the InputHost wrapper classes made it very
painful to do testing, so this change also reverts to a more classical
C++ pattern for non-copyable objects. The InputHost classes still simply
call through to the input_host_t and callbacks as before.

Updated unittests to use gmock for mocking the InputHost interactions.

Change-Id: I4b70df2c89ed48af77446b8f5b87a4bde94510bf
/hardware/libhardware/tests/input/evdev/SwitchInputMapper_test.cpp