OSDN Git Service

Add skeleton of input flinger.
authorJeff Brown <jeffbrown@google.com>
Mon, 15 Jul 2013 20:27:05 +0000 (13:27 -0700)
committerJeff Brown <jeffbrown@google.com>
Mon, 15 Jul 2013 23:03:14 +0000 (16:03 -0700)
commit40c9e0a3989222b4c27c88f54b6acf67b58a68cf
tree76696e124c428fc951477dd8485edde6fb927dcc
parentada11c5e67cf8587ad3b53dd99c27455ef26291f
Add skeleton of input flinger.

Change-Id: I7f25080e446d4d3d9de9b18fe432a09bc751e0d9
cmds/inputflinger/Android.mk [new file with mode: 0644]
cmds/inputflinger/main.cpp [new file with mode: 0644]
include/input/IInputFlinger.h [new file with mode: 0644]
libs/input/Android.mk
libs/input/IInputFlinger.cpp [new file with mode: 0644]
services/inputflinger/Android.mk [new file with mode: 0644]
services/inputflinger/InputFlinger.cpp [new file with mode: 0644]
services/inputflinger/InputFlinger.h [new file with mode: 0644]