diff options
| author | 2010-08-31 15:20:28 -0700 | |
|---|---|---|
| committer | 2010-08-31 15:24:55 -0700 | |
| commit | 774cf1baa17eeb76d4ad969266686df9b6248aaf (patch) | |
| tree | 7517e986c6346b7337cb1bc362f0e3aba7fe2102 /libs/ui/Input.cpp | |
| parent | 6d29e3924090d75cd241970af998bca7296bc7fa (diff) | |
Remove incomplete input device enumeration NDK API.
Change-Id: I32de74ff5fcf0e29179a2aee03ddabd22fa485bb
Diffstat (limited to 'libs/ui/Input.cpp')
| -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 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 |