Jeff Brown
b0619e8ad8
Looper: Drop default parameters in favor of a safer overload.
...
The idea is that if you're writing code that wants fd/events/data on
return from pollOnce() / pollAll() you should really pass in all of those
arguments. When I changed the Looper API earlier, it was difficult
to ensure that all callers were passing the right parameters since they
were relying on default parameters to some degree so usage mistakes
would not have been caught by the compiler.
Change-Id: I1f2812894270aaf1515017ac1616b6b312d9b565
2010-09-16 18:51:15 -07:00
Mathias Agopian
888db4d60b
Merge "surfaceflinger / GL extensions cleanup" into gingerbread
2010-09-16 17:55:05 -07:00
Mathias Agopian
9e110d532f
Merge "part of fix for [3004226] Cannot end the call - Proximity sensor doesn't work" into gingerbread
2010-09-16 17:54:50 -07:00
Mathias Agopian
f78bc52c85
Merge "fix [2931909] SensorManger breaks when using different SensorEventListener w/ the same sensors" into gingerbread
2010-09-16 17:54:42 -07:00
Jesse Wilson
9a21b26971
Merge "Add optional tags to frameworks/base ext." into gingerbread
2010-09-16 17:52:29 -07:00
Mathias Agopian
aeda9afdba
part of fix for [3004226] Cannot end the call - Proximity sensor doesn't work
...
- In SensorEventQueue, only bail on errors from Looper::loopOnce
- Improve sensor error logging
Change-Id: Ib3cf8d5d9fdac8513a3d753155827e0feeda1662
2010-09-16 17:33:48 -07:00
Jeff Brown
3b6dda9e19
Merge "Ensure input dispatcher and native looper handles EINTR." into gingerbread
2010-09-16 17:12:31 -07:00
Jeff Brown
42f6ea4f5e
Merge "Fix app switch latency optimization." into gingerbread
2010-09-16 17:12:24 -07:00
Jeff Brown
f67f299036
Ensure input dispatcher and native looper handles EINTR.
...
Change-Id: I0a42db5f273b9bfe4ab174e4ee65d5d852f9f6bc
2010-09-16 17:04:52 -07:00
Jeff Brown
d8816c3c4c
Fix app switch latency optimization.
...
This optimization was broken due to recent changes in how ANRs are handled.
Change-Id: Ic99248a12755fadac8d4893e7d305b773e038d3d
2010-09-16 16:41:46 -07:00
Andreas Huber
73aa9002a9
Merge "Make sure the .wav extractor does not read data outside the bounds of the 'data' box." into gingerbread
2010-09-16 15:20:33 -07:00
Andreas Huber
b15450e343
Merge "Make sure stagefright -o terminates even if we're using a raw audio source (such as .wav pcm)" into gingerbread
2010-09-16 15:20:21 -07:00
Steve Howard
3435d3bb55
Merge "Support new URI structure for download provider." into gingerbread
2010-09-16 13:42:34 -07:00
Jeff Brown
128e33421b
Merge "Input API review." into gingerbread
2010-09-16 12:57:56 -07:00
Jeff Brown
f5ca35e583
Merge "Fix input dispatcher regression on launcher drag&drop." into gingerbread
2010-09-16 12:38:31 -07:00
Jeff Brown
405a1d32e9
Fix input dispatcher regression on launcher drag&drop.
...
Change-Id: I40e937bd712cd2ed6cceac95dfd1b8c8e070724f
2010-09-16 12:31:46 -07:00
Joe Onorato
95cc90b601
Merge "DO NOT MERGE - Doclava warnings are now errors." into gingerbread
2010-09-16 11:45:34 -07:00
James Dong
7e6085f270
Merge "Fixed a bug in the query to the supported profiles and levels" into gingerbread
2010-09-16 11:45:01 -07:00
Andreas Huber
2cd0ad397b
Merge "Sometimes the avc software decoder will signal that a frame is ready but then unexpectedly fail to return the frame... stop asserting on that and return an error instead." into gingerbread
2010-09-16 11:32:25 -07:00
Joe Onorato
d0b88ef384
Merge "This was marked @Deprecated in the docs, but it was misspelled." into gingerbread
2010-09-16 11:26:30 -07:00
Dirk Dougherty
8e70c906e9
Merge "Doc change: clean up droiddoc (cs) macros." into gingerbread
2010-09-16 11:16:29 -07:00
Jeff Brown
4fe5434b2d
Merge "Fix NPE when handling certain kinds of ANRs." into gingerbread
2010-09-16 11:06:29 -07:00
Jeff Brown
40ad470643
Fix NPE when handling certain kinds of ANRs.
...
Change-Id: Iccef1852e52c84f6f49d30c491431460a10b33d3
2010-09-16 11:02:16 -07:00
Joe Onorato
c18411e673
Merge "Fix the rest of the javadoc warnings." into gingerbread
2010-09-16 10:39:46 -07:00
Joe Onorato
9c391bdc9b
Merge "DO NOT MERGE. Use the new -knowntags option to suppress warnings for some known tags." into gingerbread
2010-09-16 09:04:43 -07:00
Eric Laurent
a7eab2ec99
Merge "Fix problem in lvm effect bundle wrapper" into gingerbread
2010-09-16 09:04:37 -07:00
Joe Onorato
74acdc699b
Merge "These are not javadoc tags, they are annotations in sample code. Escape them properly." into gingerbread
2010-09-16 09:02:35 -07:00
Chet Haase
30aeb8c854
Merge "Adding new assets for designers" into gingerbread
2010-09-15 21:14:09 -07:00
Jeff Brown
fe6f34246e
Merge "Make input dispatcher only ANR for foreground windows." into gingerbread
2010-09-15 18:55:25 -07:00
Jeff Brown
53a415e6d1
Make input dispatcher only ANR for foreground windows.
...
Redesigned the input dispatcher's ANR timeout mechanism so it is much
closer to Froyo's policy. ANR is only ever signalled if the dispatcher
is waiting on a window to finish processing its previous event(s) and
there is new pending input.
In the old code, we tracked the dispatch timeout separately for each
input channel. This was somewhat complicated and also resulted in the
situation where applications could ANR long after the user had pushed
them into the background.
Change-Id: I666ecada0952d4b95f1d67b9f733842b745c7f4b
2010-09-15 18:52:08 -07:00
Robert Greenwalt
bcd2ed6d32
Merge "Update Inet Connection Status display" into gingerbread
2010-09-15 17:59:54 -07:00
Michael I. Gold
7f198b6bff
surfaceflinger / GL extensions cleanup
...
Add correct enumerants for OES_EGL_image_external to glext.h.
SurfaceFlinger now checks for the correct extension name.
Change-Id: I2ba2728a01fa2260bd086d2df4316c68f694a9b1
2010-09-15 17:15:31 -07:00
Andreas Huber
c9d0991a29
Merge "Upgrade to the latest .webm project code." into gingerbread
2010-09-15 16:23:06 -07:00
Erik
15caeb81ad
Merge "b/3004029 Fixed content resolver loss" into gingerbread
2010-09-15 15:51:53 -07:00
Erik
aaab513852
Merge "Close tz query cursor when done." into gingerbread
2010-09-15 15:51:37 -07:00
Chet Haase
a295cadc65
Merge "Add new/changed drawable assets from design team" into gingerbread
2010-09-15 15:33:31 -07:00
Wu-cheng Li
0182b666c5
Merge "Update camera API and javadoc for API review comments." into gingerbread
2010-09-15 14:57:59 -07:00
James Dong
762575bba2
Merge "Add some explicit error log messages" into gingerbread
2010-09-15 14:51:57 -07:00
James Dong
27c4c1f6b0
Merge "Fix audio input sample timestamp when audio driver loses audio samples" into gingerbread
2010-09-15 14:51:49 -07:00
Hung-ying Tyan
8b419496df
Merge "Fixing the NPE in SipPhone bug id: http://b/2987816 " into gingerbread
2010-09-15 13:02:46 -07:00
Hung-ying Tyan
c29530252a
Merge "Fix links in SIP API javadoc." into gingerbread
2010-09-15 12:56:36 -07:00
Mathias Agopian
6a3de9a424
fix a typo where the eventtags code were wrong
...
Change-Id: I517112a1475c10b71009a0aa9c3894c76a1f270f
2010-09-15 12:46:59 -07:00
Andreas Huber
3b99f526d9
Merge "Various fixes to improve resilience of the rtsp stack against spurious errors instead of asserting." into gingerbread
2010-09-15 11:25:40 -07:00
David Brown
47638c2d8e
Merge "Mark MODIFY_PHONE_STATE permission as signatureOrSystem" into gingerbread
2010-09-15 11:11:18 -07:00
Hung-ying Tyan
cccd77aa5b
Merge "SIP: add PEER_NOT_REACHABLE error feedback." into gingerbread
2010-09-14 23:10:03 -07:00
Hung-ying Tyan
d8af3ea549
Merge "SipService: send SERVER_ERROR if server doesn't provide nonce" into gingerbread
2010-09-14 23:09:26 -07:00
Jeff Brown
b5764e066c
Input API review.
...
Drop currently unsupported input features.
Add documentation comments.
Change-Id: I407d2e1dd90c5ee82983a3ccf177430d35ee7592
2010-09-14 20:46:14 -07:00
Kenny Root
5f47964493
Merge "Free AssetManager weak refs before unmounting" into gingerbread
2010-09-14 18:02:39 -07:00
Steve Howard
7880a38a6e
Merge "Fix name shadowing bug with revoking URI permissions." into gingerbread
2010-09-14 17:46:22 -07:00
Chris Palmer
d843af292e
Merge "DO NOT MERGE Correct the PackageManager.checkSignatures documentation." into gingerbread
2010-09-14 17:43:31 -07:00