summaryrefslogtreecommitdiffstats
path: root/core/jni/android_view_InputEventReceiver.cpp
Commit message (Expand)AuthorAgeFilesLines
* frameworks/base refactoring.Mathias Agopian2012-02-171-1/+1
* Ignore broken input channel when finishing input event.Jeff Brown2012-02-171-1/+1
* Don't throw on EPIPE in consumeBatchedInputEvents.Jeff Brown2012-02-161-1/+1
* Clean up InputChannel file descriptor data type.Jeff Brown2012-02-141-1/+1
* Implement batching of input events on the consumer side.Jeff Brown2012-02-131-80/+112
* Rewrite input transport using sockets.Jeff Brown2012-02-131-17/+3
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-3/+3
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-7/+7
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-7/+7
* Add a new class to receive vsync events.Jeff Brown2011-12-051-1/+0
* Refactor InputQueue as InputEventReceiver.Jeff Brown2011-12-011-0/+307