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 | 774cf1baa17eeb76d4ad969266686df9b6248aaf (patch) | |
tree | 7517e986c6346b7337cb1bc362f0e3aba7fe2102 /libs | |
parent | 6d29e3924090d75cd241970af998bca7296bc7fa (diff) | |
download | frameworks_native-774cf1baa17eeb76d4ad969266686df9b6248aaf.zip frameworks_native-774cf1baa17eeb76d4ad969266686df9b6248aaf.tar.gz frameworks_native-774cf1baa17eeb76d4ad969266686df9b6248aaf.tar.bz2 |
Remove incomplete input device enumeration NDK API.
Change-Id: I32de74ff5fcf0e29179a2aee03ddabd22fa485bb
Diffstat (limited to 'libs')
-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 |