summaryrefslogtreecommitdiffstats
path: root/libs/ui/Input.cpp
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2010-08-31 15:49:39 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-08-31 15:49:39 -0700
commitdf02df115a594553b3ebaa95a0a7f7185a8787d3 (patch)
tree03573b180d5c5480d93e4ed09fee9f2b9758d55d /libs/ui/Input.cpp
parent55e7937462d107b469a58651d3d51e15086f8e9e (diff)
parent307ed31c93f16dd3d34348c92cb22d81ddeba6c0 (diff)
downloadframeworks_base-df02df115a594553b3ebaa95a0a7f7185a8787d3.zip
frameworks_base-df02df115a594553b3ebaa95a0a7f7185a8787d3.tar.gz
frameworks_base-df02df115a594553b3ebaa95a0a7f7185a8787d3.tar.bz2
am 307ed31c: Merge "Remove incomplete input device enumeration NDK API." into gingerbread
Merge commit '307ed31c93f16dd3d34348c92cb22d81ddeba6c0' into gingerbread-plus-aosp * commit '307ed31c93f16dd3d34348c92cb22d81ddeba6c0': Remove incomplete input device enumeration NDK API.
Diffstat (limited to 'libs/ui/Input.cpp')
-rw-r--r--libs/ui/Input.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/libs/ui/Input.cpp b/libs/ui/Input.cpp
index 5fbaf09..4973cd8 100644
--- a/libs/ui/Input.cpp
+++ b/libs/ui/Input.cpp
@@ -210,21 +210,4 @@ void InputDeviceInfo::addMotionRange(int32_t rangeType, const MotionRange& range
mMotionRanges.add(rangeType, range);
}
-// class InputDeviceProxy
-
-InputDeviceProxy::InputDeviceProxy() {
-}
-
-InputDeviceProxy::~InputDeviceProxy() {
-}
-
-void InputDeviceProxy::getDeviceIds(Vector<int32_t>& outIds) {
- // TODO use Binder
-}
-
-sp<InputDeviceProxy> InputDeviceProxy::getDevice(int32_t id) {
- // TODO use Binder
- return NULL;
-}
-
} // namespace android