summaryrefslogtreecommitdiffstats
path: root/libs/ui/EventHub.cpp
Commit message (Expand)AuthorAgeFilesLines
* Input device calibration and capabilities.Jeff Brown2010-08-301-7/+2
* Only monitor recognized uevent devices.Sean McNeil2010-08-181-1/+8
* Keep track of remaining fd when devices are removedJens Gulin2010-08-181-8/+7
* Optimize EventHub reads.Jeff Brown2010-08-171-68/+88
* Refactor input reader to support new device types more easily.Jeff Brown2010-07-281-118/+115
* Add support for new input sources.Jeff Brown2010-07-151-16/+16
* Add initial gamepad support.Jeff Brown2010-07-131-45/+79
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-74/+98
* Calculate bitmask array sizes correctly in the EventHubChristopher Tate2010-03-041-8/+8
* Fix #2489986 : The key bitmask needs to cover all possible keysChristopher Tate2010-03-041-1/+1
* Maybe fix issue #2482201: Paired bluetooth device looks like a qwerty keyboardDianne Hackborn2010-03-021-14/+12
* Revert "Fix failure to open AVRCP input device due to EPERM."Nick Pelly2010-01-261-7/+1
* Fix failure to open AVRCP input device due to EPERM.Nick Pelly2010-01-201-2/+8
* Work on issue #2079167: Flickering issue across multiple UIDianne Hackborn2009-09-021-5/+12
* EventHub: Fix file descriptor leak.Mike Lockwood2009-08-281-0/+1
* EventHub: pass the name of each input device up to JavaIliyan Malchev2009-08-061-11/+8
* Finish implementation of multiple pointer support for MotionEvent.Dianne Hackborn2009-08-041-19/+71
* EventHub: Compare name instead of id when excluding event input devices.Mike Lockwood2009-07-171-11/+12
* EventHub: Add support for excluding devices from being opened by as a keyboard.Mike Lockwood2009-07-161-8/+27
* Implement virtual button support.Dianne Hackborn2009-07-141-0/+29
* get rid of utils.hMathias Agopian2009-05-311-1/+3
* move libbinder's header files under includes/binderMathias Agopian2009-05-201-1/+0
* Automated import from //branches/master/...@142771,142771Dianne Hackborn2009-03-251-0/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+793
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-793/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+42
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-1/+5
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-4/+9
* Initial ContributionThe Android Open Source Project2008-10-211-0/+743