summaryrefslogtreecommitdiffstats
path: root/core/jni/android_os_MessageQueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't allow clients to add FDs to Looper without callbacks.Jeff Brown2015-03-121-1/+1
* Fix 64-bit MessageQueue JNI buildGreg Hackmann2015-03-111-1/+1
* Add support for non-blocking I/O with Looper.Jeff Brown2015-03-111-15/+77
* Rename Looper::isIdling() to isPolling() to resolve confusion.Jeff Brown2015-03-111-3/+3
* Frameworks/base: Replace LOG_FATAL_IF in core/jniAndreas Gampe2014-11-191-19/+9
* Frameworks/base: Wall Werror in core/jniAndreas Gampe2014-11-131-0/+1
* Clean up ExceptionOccurred.Mathieu Chartier2014-08-201-2/+2
* AArch64: Use long for pointers in android/os/MessageQueueAshok Bhat2014-01-101-14/+14
* Cleanup some of the thread merging.Dianne Hackborn2013-05-071-1/+7
* Optimize Looper JNI code.Jeff Brown2013-01-281-32/+11
* Ensure that apps crash if they throw exceptions.Jeff Brown2012-04-061-16/+57
* Remove unused JNI global references.Carl Shapiro2011-03-051-6/+4
* Switch Looper back to using poll() instead of epoll().Jeff Brown2010-10-071-21/+11
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-11/+11
* Add new glue code for writing native apps.Dianne Hackborn2010-07-081-2/+2
* Add new native Looper API.Dianne Hackborn2010-07-021-1/+5
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-261/+87
* Sketch of Native input for MessageQueue / Looper / ViewRootChristopher Tate2010-05-061-0/+338