summaryrefslogtreecommitdiffstats
path: root/services/input
Commit message (Expand)AuthorAgeFilesLines
* Add support for input devices that have vibrators.Jeff Brown2012-04-135-4/+305
* Notify applications when input devices change.Jeff Brown2012-04-124-101/+139
* HID usage should take precedence over scan code.Jeff Brown2012-04-121-13/+17
* Refactor key code mapping.Jeff Brown2012-04-115-215/+311
* Request key maps from input manager service.Jeff Brown2012-04-104-63/+113
* Use new EVIOCSCLOCKID ioctl if supported.Jeff Brown2012-04-091-3/+20
* Add a unique input device descriptor.Jeff Brown2012-04-065-43/+91
* Add Java wrappers for new atrace functionality.Jeff Brown2012-03-092-0/+48
* fix libgui header locationMathias Agopian2012-02-271-3/+1
* frameworks/base refactoringMathias Agopian2012-02-202-0/+2
* frameworks/base refactoring.Mathias Agopian2012-02-1711-21/+21
* Clean up InputChannel file descriptor data type.Jeff Brown2012-02-141-1/+1
* Don't serialize motion events.Jeff Brown2012-02-132-15/+31
* Implement batching of input events on the consumer side.Jeff Brown2012-02-132-18/+54
* Optimize dispatcher for back-to-back finished signals.Jeff Brown2012-02-131-8/+20
* Dispatch multiple touch events in parallel.Jeff Brown2012-02-132-156/+184
* Delete premature optimization.Jeff Brown2012-02-132-8/+6
* Delete dead code.Jeff Brown2012-02-132-15/+0
* Delete latency tracking information in the Connection.Jeff Brown2012-02-132-25/+3
* Remove active connection tracking.Jeff Brown2012-02-132-44/+0
* Simplify input target handling in the dispatcher.Jeff Brown2012-02-132-100/+67
* Rewrite input transport using sockets.Jeff Brown2012-02-132-57/+25
* Remove batching and streaming from the input dispatcher.Jeff Brown2012-02-132-630/+81
* Remove the input dispatcher throttle.Jeff Brown2012-02-072-87/+2
* Merge "Use O_CLOEXEC when opening input device."Jeff Brown2012-01-311-1/+1
|\
| * Use O_CLOEXEC when opening input device.Jeff Brown2012-01-191-1/+1
* | Merge "Add basic support for new suspend-block ioctls."Jeff Brown2012-01-311-2/+8
|\ \ | |/
| * Add basic support for new suspend-block ioctls.Jeff Brown2012-01-191-2/+8
* | Improve watchdog monitor for InputReader and InputDispatcher.Jeff Brown2012-01-274-3/+16
|/
* Remove no longer needed EventHub usleep() optimization.Jeff Brown2012-01-192-18/+0
* Fix line wrapping.Jeff Brown2012-01-191-2/+3
* Fix a few memory leaks in the input dispatcher.Jeff Brown2012-01-122-6/+27
* Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGESteve Block2012-01-093-31/+31
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-084-35/+35
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-064-40/+40
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-043-32/+32
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-034-160/+160
* am 944c985b: am e0e9fd98: Merge "Fix system hotkey handling." into ics-mr1Jeff Brown2011-12-091-0/+11
|\
| * Fix system hotkey handling.Jeff Brown2011-12-071-0/+11
* | am 4c0e0dd2: am 3e7497b4: Merge "Eliminate hw.keyboards system properties." i...Jeff Brown2011-11-154-19/+18
|\ \ | |/
| * Eliminate hw.keyboards system properties.Jeff Brown2011-11-154-19/+18
* | Modify getState to prefer AKEY_STATE_DOWN and AKEY_STATE_UP over AKEY_STATE_U...David Deephanphongs2011-11-151-6/+14
* | Delete dead code.Jeff Brown2011-11-081-8/+0
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-262-13/+13
|/
* Improve screenshot chord debouncing.Jeff Brown2011-10-123-8/+29
* eventhub: print debugginf info when removing deviceDima Zavin2011-09-291-0/+3
* Adjust layers for system overlays.Jeff Brown2011-09-081-0/+2
* Merge "Support composite touch / joystick devices better."Jeff Brown2011-08-315-16/+74
|\
| * Support composite touch / joystick devices better.Jeff Brown2011-08-315-16/+74
* | Merge "Fix input channel leak. Bug: 5156144"Jeff Brown2011-08-317-167/+370
|\ \ | |/