summaryrefslogtreecommitdiffstats
path: root/core/jni/android_view_InputEventReceiver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust format strings to work on both 32-bit and 64-bit buildsBernhard Rosenkränzer2014-12-051-3/+3
* Frameworks/base: Consistency in core/jniAndreas Gampe2014-11-211-46/+44
* Frameworks/base: Replace LOG_FATAL_IF in core/jniAndreas Gampe2014-11-191-18/+10
* Frameworks/base: Wall Werror in core/jniAndreas Gampe2014-11-131-0/+1
* AArch64: Use long for pointers in view/input classesAshok Bhat2014-01-091-11/+11
* Speculatively schedule input consumptionMichael Wright2013-10-261-9/+21
* Move input library code to frameworks/native.Jeff Brown2013-07-011-1/+1
* Add a queue of pending finished input events.Jeff Brown2013-05-221-11/+82
* Fix reference cycle in InputEventReceiver and Sender.Jeff Brown2013-04-021-10/+32
* Disable some noisy error logs.Jeff Brown2013-03-271-1/+6
* Use sp<LooperCallback> to fix race causing dangling pointer.Jeff Brown2012-05-311-17/+18
* Resample touch events on frame boundaries.Jeff Brown2012-04-271-9/+11
* Be more careful about exceptions in input callbacks.Jeff Brown2012-04-101-40/+45
* Ensure that apps crash if they throw exceptions.Jeff Brown2012-04-061-23/+17
* 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