summaryrefslogtreecommitdiffstats
path: root/core/jni/android_view_DisplayEventReceiver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add new `hid` command.Michael Wright2015-06-121-1/+1
* Fix leaks due to GC circular references.Jeff Brown2015-04-171-16/+24
* Fix clang warnings in core/jni.Dan Albert2014-11-201-2/+3
* Frameworks/base: Replace LOG_FATAL_IF in core/jniAndreas Gampe2014-11-191-22/+13
* Frameworks/base: Wall Werror in core/jniAndreas Gampe2014-11-131-0/+1
* AArch64: Use long for pointers in DisplayEventReceiverAshok Bhat2014-01-071-7/+7
* Track Looper decoupling from ALooperBrian Carlstrom2013-12-181-3/+3
* Process all display events in orderJesse Hall2012-11-191-19/+23
* 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