summaryrefslogtreecommitdiffstats
path: root/libs/ui/Input.cpp
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2010-08-31 15:45:32 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-08-31 15:45:32 -0700
commit307ed31c93f16dd3d34348c92cb22d81ddeba6c0 (patch)
treea8eea05e8f9945f3ba51be83356232f4580ad5a5 /libs/ui/Input.cpp
parentf560ceabe11b4f541c568bead61a5ec8f527151c (diff)
parent5fad2675e8deee60aa91d7a96c9ac4826357f2c5 (diff)
downloadframeworks_base-307ed31c93f16dd3d34348c92cb22d81ddeba6c0.zip
frameworks_base-307ed31c93f16dd3d34348c92cb22d81ddeba6c0.tar.gz
frameworks_base-307ed31c93f16dd3d34348c92cb22d81ddeba6c0.tar.bz2
Merge "Remove incomplete input device enumeration NDK API." into gingerbread
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