summaryrefslogtreecommitdiffstats
path: root/core/jni/android_view_DisplayEventReceiver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support HDMI hotplug.Jeff Brown2012-09-211-18/+47
* Use sp<LooperCallback> to fix race causing dangling pointer.Jeff Brown2012-05-311-20/+22
* Ensure that apps crash if they throw exceptions.Jeff Brown2012-04-061-15/+10
* Refactor DisplayEventReceiver read loop.Jeff Brown2012-03-291-28/+29
* Fix possible races in vsync infrastructure.Jeff Brown2012-02-131-25/+13
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-4/+4
* Improve the VSYNC api a bit.Mathias Agopian2011-12-061-0/+6
* Add a new class to receive vsync events.Jeff Brown2011-12-051-0/+263