diff options
author | Jeff Brown <jeffbrown@google.com> | 2010-08-31 15:20:28 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2010-08-31 15:24:55 -0700 |
commit | 5fad2675e8deee60aa91d7a96c9ac4826357f2c5 (patch) | |
tree | a6bd559cdfc301df21693357650c3b58b95e0763 /libs/ui | |
parent | 47471175c9d19a00d06a77aa316dcda08be97deb (diff) | |
download | frameworks_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/ui')
-rw-r--r-- | libs/ui/Input.cpp | 17 |
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 |