summaryrefslogtreecommitdiffstats
path: root/services/input/InputDispatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Private flags are masked in correct variableAdam Lesinski2013-10-021-3/+5
* Propagate input ANR reason to activity manager log.Jeff Brown2013-09-101-1/+3
* Drop touch events when no window was touched.Jeff Brown2013-08-221-15/+1
* Dump information about recent input events.Jeff Brown2013-08-071-6/+58
* Add APP_SWITCH to app switch input dispatching optimizationMichael Wright2013-03-211-1/+3
* Eliminate potential reentrance from unregisterInputChannel.Jeff Brown2012-10-311-6/+15
* New internal API to eliminate poke locks.Jeff Brown2012-10-011-0/+10
* Bundle correlated switch changes atomically.Jeff Brown2012-09-271-3/+3
* Make input system aware of multiple displays.Jeff Brown2012-09-101-39/+90
* Move and rename user activity event type constants.Jeff Brown2012-07-271-3/+3
* Capture input dispatcher's last ANR state in bug report.Jeff Brown2012-06-171-12/+37
* Improve ANR diagnostics.Jeff Brown2012-06-111-43/+124
* Don't ANR on hover, scroll or if a window goes away.Jeff Brown2012-05-241-15/+24
* Fix bugs in fallback key handling.Jeff Brown2012-05-091-8/+32
* Disable input dispatch until boot finished.Jeff Brown2012-05-081-1/+1
* When ANR happens, only remove ANR'd window.Jeff Brown2012-04-201-3/+15
* Add Java wrappers for new atrace functionality.Jeff Brown2012-03-091-0/+44
* frameworks/base refactoring.Mathias Agopian2012-02-171-1/+1
* Clean up InputChannel file descriptor data type.Jeff Brown2012-02-141-1/+1
* Don't serialize motion events.Jeff Brown2012-02-131-14/+30
* Implement batching of input events on the consumer side.Jeff Brown2012-02-131-16/+41
* Optimize dispatcher for back-to-back finished signals.Jeff Brown2012-02-131-8/+20
* Dispatch multiple touch events in parallel.Jeff Brown2012-02-131-148/+170
* Delete premature optimization.Jeff Brown2012-02-131-6/+6
* Delete dead code.Jeff Brown2012-02-131-11/+0
* Delete latency tracking information in the Connection.Jeff Brown2012-02-131-12/+3
* Remove active connection tracking.Jeff Brown2012-02-131-38/+0
* Simplify input target handling in the dispatcher.Jeff Brown2012-02-131-88/+58
* Rewrite input transport using sockets.Jeff Brown2012-02-131-52/+22
* Remove batching and streaming from the input dispatcher.Jeff Brown2012-02-131-579/+71
* Remove the input dispatcher throttle.Jeff Brown2012-02-071-69/+1
* Improve watchdog monitor for InputReader and InputDispatcher.Jeff Brown2012-01-271-0/+4
* Fix a few memory leaks in the input dispatcher.Jeff Brown2012-01-121-6/+24
* Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGESteve Block2012-01-091-15/+15
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-14/+14
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-11/+11
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-7/+7
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-104/+104
* 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
* | Delete dead code.Jeff Brown2011-11-081-8/+0
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
|/
* Improve screenshot chord debouncing.Jeff Brown2011-10-121-5/+24
* Fix input channel leak.Jeff Brown2011-08-301-142/+223
* Clean up InputDispatcher debugging.Jeff Brown2011-08-231-2/+2
* Input system bug fixes, particularly for stylus.Jeff Brown2011-08-191-0/+59
* Merge "Don't crash if a drag recipient throws an uncaught exception"Christopher Tate2011-08-161-8/+12
|\
| * Don't crash if a drag recipient throws an uncaught exceptionChristopher Tate2011-08-161-8/+12
* | Fix blocked event handling in InputDispatcher.Jeff Brown2011-08-151-0/+3
|/
* Add input system to Watchdog.Jeff Brown2011-08-101-0/+8