From 774cf1baa17eeb76d4ad969266686df9b6248aaf 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 --- include/ui/Input.h | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'include') diff --git a/include/ui/Input.h b/include/ui/Input.h index 49347d3..3fa825f 100644 --- a/include/ui/Input.h +++ b/include/ui/Input.h @@ -466,29 +466,6 @@ private: KeyedVector mMotionRanges; }; -/* - * Provides remote access to information about an input device. - * - * Note: This is essentially a wrapper for Binder calls into the Window Manager Service. - */ -class InputDeviceProxy : public RefBase, public AInputDevice { -protected: - InputDeviceProxy(); - virtual ~InputDeviceProxy(); - -public: - static void getDeviceIds(Vector& outIds); - - static sp getDevice(int32_t id); - - inline const InputDeviceInfo* getInfo() { return & mInfo; } - - // TODO add hasKeys, keymap, etc... - -private: - InputDeviceInfo mInfo; -}; - } // namespace android -- cgit v1.1