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
/
java
/
android
/
os
/
MessageQueue.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-03-17
Merge "Add method in Handler to remove messages with equal object" am: 36216f...
Automerger Merge Worker
2020-03-17
Merge "Add method in Handler to remove messages with equal object" am: 36216f...
Automerger Merge Worker
2020-03-17
Add method in Handler to remove messages with equal object
fengjinlan
2020-03-04
Check the isInUse with the lock held in MessageQueue
Jing Ji
2020-01-13
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-05
Rename writeToProto to be dumpDebug
Jeffrey Huang
2019-11-13
Add @UnsupportedAppUsage to test apis that are known to be used by apps.
Artur Satayev
2019-11-13
Add @UnsupportedAppUsage to test apis that are known to be used by apps.
Artur Satayev
2019-03-15
Add @UnsupportedAppUsage annotations
Andrei Onea
2018-06-29
Get android.os tests running against real APIs.
Jeff Sharkey
2018-03-28
Merge "MessageQueue: explicitly remove FD event listeners." am: b43daf5f7b
David Pursell
2018-03-05
MessageQueue: explicitly remove FD event listeners.
David Pursell
2017-12-13
Add more IntDef prefixes for auto-documenting.
Jeff Sharkey
2017-06-14
Work on issue #36891897: Need to ensure foreground services...
Dianne Hackborn
2017-02-23
Protobufferize PowerManager dumpsys
Netta P
2015-05-15
Rename file descriptor listener API.
Jeff Brown
2015-03-11
Add support for non-blocking I/O with Looper.
Jeff Brown
2015-03-11
Move sync barrier methods into MessageQueue.
Jeff Brown
2015-03-11
Rename Looper::isIdling() to isPolling() to resolve confusion.
Jeff Brown
2014-03-03
Detect invalid uses of Message.
Jeff Brown
2014-01-16
Track AArch64 changes from AOSP.
Narayan Kamath
2014-01-16
am 275586aa: am 7471dfc4: am 42defa02: am faa62aac: am 84ee7930: Merge "AArch...
Narayan Kamath
2014-01-10
AArch64: Use long for pointers in android/os/MessageQueue
Ashok Bhat
2013-10-17
am 83bf4404: am 3e3296e5: am 82f31701: Merge "Log view root, input and looper...
Jeff Brown
2013-10-15
Log view root, input and looper state in bug reports.
Jeff Brown
2013-09-09
Fix crash when Looper used after quit.
Jeff Brown
2013-09-06
Fix native crash when message queue quits.
Jeff Brown
2013-05-07
Cleanup some of the thread merging.
Dianne Hackborn
2013-04-18
Fix change of behavior in Looper.quit().
Jeff Brown
2013-04-11
Ensure looper quits after all other messages are handled.
Jeff Brown
2013-04-01
Make MessageQueue and Looper final.
Jeff Brown
2013-01-28
Optimize Looper JNI code.
Jeff Brown
2012-04-23
Prevent WebView from crashing when detached from the window
Romain Guy
2012-02-16
Improve MessageQueue sync barrier implementation.
Jeff Brown
2012-02-14
Add a barrier mechanism to the MessageQueue.
Jeff Brown
2011-04-07
Remove the deprecated things from Config.java. These haven't been working sin...
Joe Onorato
2010-10-10
am 22cb4ef8: am d577cfd7: Merge "Switch Looper back to using poll() instead o...
Jeff Brown
2010-10-07
Switch Looper back to using poll() instead of epoll().
Jeff Brown
2010-09-21
resolved conflicts for merge of aa522ac8 to master
Jeff Brown
2010-09-21
Simplify and optimize MessageQueue loop.
Jeff Brown
2010-09-12
am 0f0541e4: am b88102f5: Input dispatcher ANR handling enhancements.
Jeff Brown
2010-09-12
Input dispatcher ANR handling enhancements.
Jeff Brown
2010-08-24
Allow reliable detection of a message that is in use.
Wink Saville
2010-08-23
Revert "Allow reliable detection of a message that is in use."
Jaikumar Ganesh
2010-08-21
Allow reliable detection of a message that is in use.
Wink Saville
2010-06-21
More native input event dispatching.
Jeff Brown
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
[next]