Jeff Brown
838e93ed19
Merge "Looper: Drop default parameters in favor of a safer overload." into gingerbread
2010-09-17 13:25:55 -07:00
Chet Haase
4a2b3ef181
Merge "new assets" into gingerbread
2010-09-17 13:10:54 -07:00
Chet Haase
657028c293
new assets
...
Change-Id: I077fd2162e0901b6f31b815459873586f813a753
2010-09-17 12:55:03 -07:00
Andreas Huber
f98197a727
Make sure the message dispatcher stays around until after OMX_FreeHandle is finished in case it posts some more messages during shutdown. Clear the source as soon as possible in OMXCodec's destructor.
...
Change-Id: I9c896cf07dea0c3201b6f074dbaf27e6d85cd784
2010-09-17 11:49:39 -07:00
Andreas Huber
524e6f62c9
Register the new OMX components.
...
Change-Id: I795287c63073ca86ad0f97d6afcfc85c401dc984
2010-09-17 09:33:47 -07:00
Hung-ying Tyan
1d1583573d
SipPhone: do not append SIP domain to PSTN number
...
in the CallerInfo so that only PSTN number is shown in the call log.
http://b/issue?id=2982632
Change-Id: I414f01d16ce64ecb8da7c6943ea7f080bcfd2794
2010-09-17 16:00:31 +08:00
Hung-ying Tyan
afa583e655
SipAudioCall: expose startAudio()
...
so that apps can start audio when time is right.
Change-Id: I7ae96689d3a8006b34097533bc2434bc3814b82a
2010-09-17 15:58:18 +08:00
Tadashi G. Takaoka
ecd43cca42
Merge "Initialize Keyboard.Key attributes from parent Keyboard.Row" into gingerbread
2010-09-17 00:01:19 -07:00
Brian Carlstrom
987ba54127
Merge "Fix sim-eng build on Hardy" into gingerbread
2010-09-16 23:48:53 -07:00
Tadashi G. Takaoka
b65b7cb580
Initialize Keyboard.Key attributes from parent Keyboard.Row
...
Bug: 3009940
Change-Id: I22ef3e507c31e46b7581e20bcdd6b5ebc750adfe
2010-09-17 15:40:35 +09:00
Hung-ying Tyan
9404e633a5
Merge "Add timer to SIP session creation process." into gingerbread
2010-09-16 23:30:49 -07:00
Hung-ying Tyan
9352cf1a4d
Add timer to SIP session creation process.
...
+ add timer parameter to ISipSession.make/changeCall(),
+ add timer paramter to SipAudioCall.make/answer/hold/continueCall()'s,
+ add timer parameter to SipManager.makeAudioCall(),
+ modify implementation in SipSessionGroup, SipAudioCallImpl accordingly,
+ make SipPhone to use it with 8-second timeout.
http://b/issue?id=2994748
Change-Id: I661a887e5810087ddc5e2318335e2fa427f80ec6
2010-09-17 13:31:05 +08:00
Mathias Agopian
36f429d300
Fix typo which causes sensors to fail miserably
...
Change-Id: Ieca18fc089e2bdf7d049f213836971b54d11cd76
2010-09-16 21:41:13 -07:00
Jeff Brown
a1361e48fa
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
Jake Hamby
0f5843069b
Fix Bluetooth Javadoc to clarify the maximum device name length.
...
The maximum length of a Bluetooth device name is 248 bytes using
UTF-8 encoding. Updated the Javadoc to clarify that the length is
limited by the number of UTF-8 bytes and not the number of characters.
Change-Id: I135671f5ee6c5eb6372f3fbbc5fccb02de65e6c4
2010-09-16 18:21:07 -07:00
Mathias Agopian
1bcb8b1afb
Merge "surfaceflinger / GL extensions cleanup" into gingerbread
2010-09-16 17:55:05 -07:00
Mathias Agopian
08710dcd58
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
079ed61579
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
14836fb173
Merge "Add optional tags to frameworks/base ext." into gingerbread
2010-09-16 17:52:29 -07:00
Jesse Wilson
a145956551
Add optional tags to frameworks/base ext.
...
Change-Id: I08a69b7ca783994e52f735ad0ee9b85197cdaa96
2010-09-16 17:50:43 -07:00
Mathias Agopian
4d3cb63b9b
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
Mathias Agopian
ec33b82c42
fix [2931909] SensorManger breaks when using different SensorEventListener w/ the same sensors
...
- Sensor handle can now be arbitrary instead of being limited to 0-31
- make sure to disable sensors only when no listener uses them anymore
Change-Id: If656c8c24d9827a7db1de3b3aa89961abb7def0c
2010-09-16 17:21:08 -07:00
Jeff Brown
1ac48eabd3
Merge "Ensure input dispatcher and native looper handles EINTR." into gingerbread
2010-09-16 17:12:31 -07:00
Jeff Brown
9c2587104a
Merge "Fix app switch latency optimization." into gingerbread
2010-09-16 17:12:24 -07:00
Jeff Brown
7dae0e47ab
Ensure input dispatcher and native looper handles EINTR.
...
Change-Id: I0a42db5f273b9bfe4ab174e4ee65d5d852f9f6bc
2010-09-16 17:04:52 -07:00
Carl Shapiro
4b164c1bf3
Kill off the remaining GC-specific system properties.
...
Change-Id: Ib09ef132c6fb99b9eb22ecfd75a910c9c0f01e25
2010-09-16 16:48:21 -07:00
Jeff Brown
54a1825121
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
Brian Carlstrom
dbb7b6da08
Fix sim-eng build on Hardy
...
Older glibc version do not include BSD htole32 and htole64 which are
present in bionic. This worksaround a sim-eng build issue by only
using htole32/htole64 if the host is not little endian.
Change-Id: Ia8d0d36285f3c34c51a331790458e52a21c2925f
2010-09-16 16:28:13 -07:00
Andreas Huber
a7516e90d0
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
549629d366
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
Andreas Huber
6bfb397dff
Make sure stagefright -o terminates even if we're using a raw audio source (such as .wav pcm)
...
Change-Id: Iec809df89e6b75706cf5b1ce21006c2e217e018f
2010-09-16 14:55:48 -07:00
Andreas Huber
4f5bb1e699
Make sure the .wav extractor does not read data outside the bounds of the 'data' box.
...
Change-Id: Icf18f9224d97e6a78328dd429ebc3a3433e5cecd
related-to-bug: 3007790
2010-09-16 14:54:10 -07:00
Jeff Brown
6abea1ebc2
Remove fields no longer in API.
...
Change-Id: I4a5f932fefe045678a539874d11705a1a726bd94
2010-09-16 14:38:20 -07:00
Steve Howard
478747181e
Merge "Support new URI structure for download provider." into gingerbread
2010-09-16 13:42:34 -07:00
Jeff Brown
24326f7223
Merge "Input API review." into gingerbread
2010-09-16 12:57:56 -07:00
Jeff Brown
b9eb949bca
Merge "Fix input dispatcher regression on launcher drag&drop." into gingerbread
2010-09-16 12:38:31 -07:00
Jeff Brown
2a95c2a9ec
Fix input dispatcher regression on launcher drag&drop.
...
Change-Id: I40e937bd712cd2ed6cceac95dfd1b8c8e070724f
2010-09-16 12:31:46 -07:00
Joe Onorato
ad7bce4ca2
Merge "DO NOT MERGE - Doclava warnings are now errors." into gingerbread
2010-09-16 11:45:34 -07:00
James Dong
a7f5e476d5
Merge "Fixed a bug in the query to the supported profiles and levels" into gingerbread
2010-09-16 11:45:01 -07:00
James Dong
dfb89914d4
Fixed a bug in the query to the supported profiles and levels
...
According to OMX spec, the levels returned is the max level settings.
In fact, we could not enum all the levels.
Change-Id: Ib1cba74100512800a5761c7567894c7ea5b5a452
2010-09-16 11:34:20 -07:00
Andreas Huber
49e1ae2280
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
b9f03d51c2
DO NOT MERGE - Doclava warnings are now errors.
...
Change-Id: I688d8f66829d8526d76c321427dd701fbe8d1792
2010-09-16 14:30:16 -04:00
Joe Onorato
d5d1328690
Merge "This was marked @Deprecated in the docs, but it was misspelled." into gingerbread
2010-09-16 11:26:30 -07:00
Joe Onorato
3d37fca57d
This was marked @Deprecated in the docs, but it was misspelled.
...
Change-Id: Ic8bd8f53b205da46510ddc7f2ffaec16758a4639
2010-09-16 14:25:10 -04:00
Dirk Dougherty
9afd90939b
Merge "Doc change: clean up droiddoc (cs) macros." into gingerbread
2010-09-16 11:16:29 -07:00
Dirk Dougherty
9519eab313
Doc change: clean up droiddoc (cs) macros.
...
Change-Id: I84b08a573fea42686a41ff694f1a52e8fb760dc5
2010-09-16 11:08:57 -07:00
Jeff Brown
567c00a86f
Merge "Fix NPE when handling certain kinds of ANRs." into gingerbread
2010-09-16 11:06:29 -07:00
Jeff Brown
dc3e00563e
Fix NPE when handling certain kinds of ANRs.
...
Change-Id: Iccef1852e52c84f6f49d30c491431460a10b33d3
2010-09-16 11:02:16 -07:00
Joe Onorato
4198cececf
Merge "Fix the rest of the javadoc warnings." into gingerbread
2010-09-16 10:39:46 -07:00
Joe Onorato
d3ad696b1d
Fix the rest of the javadoc warnings.
...
Change-Id: Ifbf422a2eb177858813d118f03ceddcd807e73b4
2010-09-16 13:38:25 -04:00