summaryrefslogtreecommitdiff
path: root/libs/ui/Input.cpp
diff options
context:
space:
mode:
author Jeff Brown <jeffbrown@google.com> 2010-08-31 15:49:39 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2010-08-31 15:49:39 -0700
commit006f136d2b59c29c64bc8481ea1fd675062bd81f (patch)
tree9fba693c30b79262fa29494db35e907599ce13af /libs/ui/Input.cpp
parentca00efe208c0ca4bba566a1a538e5a30231df892 (diff)
parent875fb77f8128bb3a11e9962acb7d575673c3c115 (diff)
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 5fbaf0961b..4973cd89f2 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