summaryrefslogtreecommitdiffstats
path: root/core/jni/android_os_MessageQueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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