index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
jni
/
android_os_MessageQueue.cpp
Age
Commit message (
Expand
)
Author
2017-07-19
frameworks/base: use proper nativehelper headers
Steven Moreland
2015-09-24
resolved conflicts for a884d81e to stage-aosp-master
Elliott Hughes
2015-09-22
constify JNINativeMethod function pointer tables
Daniel Micay
2015-03-12
Don't allow clients to add FDs to Looper without callbacks.
Jeff Brown
2015-03-11
Fix 64-bit MessageQueue JNI build
Greg Hackmann
2015-03-11
Add support for non-blocking I/O with Looper.
Jeff Brown
2015-03-11
Rename Looper::isIdling() to isPolling() to resolve confusion.
Jeff Brown
2014-11-19
Frameworks/base: Replace LOG_FATAL_IF in core/jni
Andreas Gampe
2014-11-13
Frameworks/base: Wall Werror in core/jni
Andreas Gampe
2014-08-20
Clean up ExceptionOccurred.
Mathieu Chartier
2014-01-10
AArch64: Use long for pointers in android/os/MessageQueue
Ashok Bhat
2013-05-07
Cleanup some of the thread merging.
Dianne Hackborn
2013-01-28
Optimize Looper JNI code.
Jeff Brown
2012-04-06
Ensure that apps crash if they throw exceptions.
Jeff Brown
2011-03-05
Remove unused JNI global references.
Carl Shapiro
2010-10-07
Switch Looper back to using poll() instead of epoll().
Jeff Brown
2010-09-14
Replace epoll() with poll() and rename PollLoop to Looper.
Jeff Brown
2010-07-08
Add new glue code for writing native apps.
Dianne Hackborn
2010-07-02
Add new native Looper API.
Dianne Hackborn
2010-06-13
Native input dispatch rewrite work in progress.
Jeff Brown
2010-05-06
Sketch of Native input for MessageQueue / Looper / ViewRoot
Christopher Tate