From 5fad2675e8deee60aa91d7a96c9ac4826357f2c5 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Tue, 31 Aug 2010 15:20:28 -0700 Subject: Remove incomplete input device enumeration NDK API. Change-Id: I32de74ff5fcf0e29179a2aee03ddabd22fa485bb --- libs/ui/Input.cpp | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'libs/ui/Input.cpp') 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& outIds) { - // TODO use Binder -} - -sp InputDeviceProxy::getDevice(int32_t id) { - // TODO use Binder - return NULL; -} - } // namespace android -- cgit v1.1