summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2010-08-31 15:20:28 -0700
committerJeff Brown <jeffbrown@google.com>2010-08-31 15:24:55 -0700
commit5fad2675e8deee60aa91d7a96c9ac4826357f2c5 (patch)
treea6bd559cdfc301df21693357650c3b58b95e0763 /libs
parent47471175c9d19a00d06a77aa316dcda08be97deb (diff)
downloadframeworks_base-5fad2675e8deee60aa91d7a96c9ac4826357f2c5.zip
frameworks_base-5fad2675e8deee60aa91d7a96c9ac4826357f2c5.tar.gz
frameworks_base-5fad2675e8deee60aa91d7a96c9ac4826357f2c5.tar.bz2
Remove incomplete input device enumeration NDK API.
Change-Id: I32de74ff5fcf0e29179a2aee03ddabd22fa485bb
Diffstat (limited to 'libs')
-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