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