summaryrefslogtreecommitdiffstats
path: root/core/java/android/os/MessageQueue.java
Commit message (Expand)AuthorAgeFilesLines
* Detect invalid uses of Message.Jeff Brown2014-03-031-17/+18
* Track AArch64 changes from AOSP.Narayan Kamath2014-01-161-1/+1
* am 275586aa: am 7471dfc4: am 42defa02: am faa62aac: am 84ee7930: Merge "AArch...Narayan Kamath2014-01-161-6/+6
|\
| * AArch64: Use long for pointers in android/os/MessageQueueAshok Bhat2014-01-101-6/+6
* | am 83bf4404: am 3e3296e5: am 82f31701: Merge "Log view root, input and looper...Jeff Brown2013-10-171-3/+22
|\ \ | |/
| * Log view root, input and looper state in bug reports.Jeff Brown2013-10-151-3/+22
* | Fix crash when Looper used after quit.Jeff Brown2013-09-091-3/+9
|/
* Fix native crash when message queue quits.Jeff Brown2013-09-061-16/+31
* Cleanup some of the thread merging.Dianne Hackborn2013-05-071-0/+5
* Fix change of behavior in Looper.quit().Jeff Brown2013-04-181-1/+45
* Ensure looper quits after all other messages are handled.Jeff Brown2013-04-111-5/+6
* Make MessageQueue and Looper final.Jeff Brown2013-04-011-13/+13
* Optimize Looper JNI code.Jeff Brown2013-01-281-6/+14
* Prevent WebView from crashing when detached from the windowRomain Guy2012-04-231-0/+17
* Improve MessageQueue sync barrier implementation.Jeff Brown2012-02-161-115/+149
* Add a barrier mechanism to the MessageQueue.Jeff Brown2012-02-141-14/+90
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-2/+1
* am 22cb4ef8: am d577cfd7: Merge "Switch Looper back to using poll() instead o...Jeff Brown2010-10-101-5/+16
|\
| * Switch Looper back to using poll() instead of epoll().Jeff Brown2010-10-071-5/+16
* | resolved conflicts for merge of aa522ac8 to masterJeff Brown2010-09-211-70/+55
|\ \ | |/
| * Simplify and optimize MessageQueue loop.Jeff Brown2010-09-211-69/+54
* | am 0f0541e4: am b88102f5: Input dispatcher ANR handling enhancements.Jeff Brown2010-09-121-1/+1
|\ \ | |/
| * Input dispatcher ANR handling enhancements.Jeff Brown2010-09-121-1/+1
* | Allow reliable detection of a message that is in use.Wink Saville2010-08-241-1/+2
* | Revert "Allow reliable detection of a message that is in use."Jaikumar Ganesh2010-08-231-2/+1
* | Allow reliable detection of a message that is in use.Wink Saville2010-08-211-1/+2
|/
* More native input event dispatching.Jeff Brown2010-06-211-7/+0
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-41/+35
* Sketch of Native input for MessageQueue / Looper / ViewRootChristopher Tate2010-05-061-15/+45
* DropBox logging of app & system server crashes.Dan Egnor2009-12-211-3/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+329
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-329/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+329