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