summaryrefslogtreecommitdiff
path: root/core/jni/android_os_MessageQueue.cpp
AgeCommit message (Expand)Author
2017-07-19frameworks/base: use proper nativehelper headersSteven Moreland
2015-09-24resolved conflicts for a884d81e to stage-aosp-masterElliott Hughes
2015-09-22constify JNINativeMethod function pointer tablesDaniel Micay
2015-03-12Don't allow clients to add FDs to Looper without callbacks.Jeff Brown
2015-03-11Fix 64-bit MessageQueue JNI buildGreg Hackmann
2015-03-11Add support for non-blocking I/O with Looper.Jeff Brown
2015-03-11Rename Looper::isIdling() to isPolling() to resolve confusion.Jeff Brown
2014-11-19Frameworks/base: Replace LOG_FATAL_IF in core/jniAndreas Gampe
2014-11-13Frameworks/base: Wall Werror in core/jniAndreas Gampe
2014-08-20Clean up ExceptionOccurred.Mathieu Chartier
2014-01-10AArch64: Use long for pointers in android/os/MessageQueueAshok Bhat
2013-05-07Cleanup some of the thread merging.Dianne Hackborn
2013-01-28Optimize Looper JNI code.Jeff Brown
2012-04-06Ensure that apps crash if they throw exceptions.Jeff Brown
2011-03-05Remove unused JNI global references.Carl Shapiro
2010-10-07Switch Looper back to using poll() instead of epoll().Jeff Brown
2010-09-14Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown
2010-07-08Add new glue code for writing native apps.Dianne Hackborn
2010-07-02Add new native Looper API.Dianne Hackborn
2010-06-13Native input dispatch rewrite work in progress.Jeff Brown
2010-05-06Sketch of Native input for MessageQueue / Looper / ViewRootChristopher Tate