Android (Google) Code Review
4ab2e192d1
Merge change Id2906ad8 into eclair
...
* changes:
Fix video flickering by propagating the NO_CACHING flag from the master to MemoryHeapPMem.
2009-11-03 14:53:02 -05:00
Android (Google) Code Review
4330612eb6
Merge change Ia86f2849 into eclair
...
* changes:
Fix layoutlib tests so they pas when run from Eclipse workbench.
2009-11-03 14:29:39 -05:00
Android (Google) Code Review
37d05664f1
Merge change I0fae86b8 into eclair
...
* changes:
Make QuickContact styles public.
2009-11-03 13:58:03 -05:00
Android (Google) Code Review
9ff80058a6
Merge change I60bed5d3 into eclair
...
* changes:
Log for issue 2203561.
2009-11-03 13:23:55 -05:00
Eric Laurent
7f698b4c5c
Log for issue 2203561.
...
Implemented AudioPolicyService dump().
Added detailed dump for AudioPolicyManageriGeneric when AudioPolicyService is dumped.
2009-11-03 09:33:35 -08:00
Android (Google) Code Review
f29a0aa698
Merge changes I116424c4,Ibd0ef67f into eclair
...
* changes:
Remove obsolete hardware auto-brightness support.
Add documentation for proximity and light sensors.
2009-11-03 12:32:04 -05:00
Android (Google) Code Review
368ad53c54
Merge change I36d0184e into eclair
...
* changes:
fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts when playing back video
2009-11-02 21:26:54 -05:00
Dirk Dougherty
5a23afee77
am 671c61d6: Merge change Iaf5d2cc2 into eclair-sdk
...
Merge commit '671c61d66f8d556f206d167d0f3c3bbe037ed86b' into eclair
* commit '671c61d66f8d556f206d167d0f3c3bbe037ed86b':
doc change: misc doc fixes.
2009-11-02 18:17:26 -08:00
Android (Google) Code Review
2c89b47f89
Merge change Iaf5d2cc2 into eclair-sdk
...
* changes:
doc change: misc doc fixes.
2009-11-02 21:05:30 -05:00
Mathias Agopian
6fee064809
fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts when playing back video
...
we lost the concept of vertical stride when moving video playback to EGLImage.
Here we bring it back in a somewhat hacky-way that will work only for the
softgl/mdp backend.
2009-11-02 17:48:33 -08:00
Android (Google) Code Review
c014a53b15
Merge change Ib0036762 into eclair
...
* changes:
Add windows media support check in MediaMetadataRetrieverTest bug 2232274
2009-11-02 20:13:20 -05:00
Android (Google) Code Review
e6ca4c5d44
Merge change I43a335c3 into eclair
...
* changes:
Suppress takePicture test from continuous DO NOT MERGE.
2009-11-02 20:08:16 -05:00
Android (Google) Code Review
9b806a59d9
Merge change Ic8c7ca7b into eclair
...
* changes:
Remove testCheckMediaPlaybackHandlesApplicationItunes from continuous.
2009-11-02 20:07:11 -05:00
Dima Zavin
d7f53e1945
libbinder: MemoryHeapPmem: honor the NO_CACHING flag when creating a client heap
...
Change-Id: Ia7beb800f5a24beaa4b7f3032b486d4ed1991b23
Signed-off-by: Dima Zavin <dima@android.com>
2009-11-02 16:36:45 -08:00
Android (Google) Code Review
dbeb4d37d7
Merge change I73d6c0f8 into eclair
...
* changes:
Add ability to disable sending Photos using Vcard. Do Not Merge
2009-11-02 18:46:04 -05:00
Android (Google) Code Review
e764a3c8a3
Merge change Ic4918c30 into eclair
...
* changes:
Fix a build break. Too many branches to keep track of.
2009-11-02 18:05:55 -05:00
Android (Google) Code Review
1bd16a1511
Merge change Ibaef6141 into eclair
...
* changes:
libbinder: add a NO_CACHING flag to MemoryHeapBase
2009-11-02 17:55:43 -05:00
Android (Google) Code Review
a9888b50aa
Merge change Id095e180 into eclair
...
* changes:
Make sure the visualization stops immediately when sound stops, instead of continuing for a fraction of a second.
2009-11-02 17:36:52 -05:00
Android (Google) Code Review
7d7b798534
Merge change Ib7a6c434 into eclair
...
* changes:
Fix some leaks. This fixes the major malloc memory leak in allApps. Still tracking some much more minor issues.
2009-11-02 17:31:15 -05:00
Android (Google) Code Review
d5f2202842
Merge change Icbb3aa0a into eclair
...
* changes:
Use setRepeating() rather than setInexactRepeating() for backup scheduling, and add some random fuzz to the scheduling times, to make sure we aren't creating hour-aligned server load spikes.
2009-11-02 16:58:26 -05:00
Android (Google) Code Review
d826e1ed3e
Merge change I0d7dc3b8 into eclair
...
* changes:
Fix notification bar performance.
2009-11-02 16:29:31 -05:00
Android (Google) Code Review
dcdeafc029
Merge change I73680cd9 into eclair
...
* changes:
Fix 2194140: [Passion] Support Audience chip.
2009-11-02 15:34:28 -05:00
Android (Google) Code Review
aa628c911a
Merge change Ieca126e6 into eclair
...
* changes:
Fix problem with proximity sensor not reawaking screen if the values change too quickly.
2009-11-02 14:42:25 -05:00
Android (Google) Code Review
e6be7cea30
Merge change I60413727 into eclair
...
* changes:
Fix issue #2226370 : Resource versions match with equality
2009-11-02 13:43:52 -05:00
Android (Google) Code Review
04afbd2388
Merge change I29bc113c into eclair
...
* changes:
Fix issue 197683: English IME key-press latency is noticeably higher on passion than sholes. Part 2.
2009-11-02 13:05:08 -05:00
Eric Laurent
134aa9c942
Fix issue 197683: English IME key-press latency is noticeably higher on passion than sholes. Part 2.
...
Reduce sleep time in AudioFlinger mixer thread when no data has been written to output to speed up startup time when exiting standby.
The rest of the modifications for this issues is in kernel driver:
commit 0dbb0ee136ed8de757df1ae26d84556c1751deae for buffer size modification from 8192 to 4800 bytes.
Another kernel improvement that is not submitted yes will reduce delay when audio output is exiting standby.
2009-11-02 00:13:56 -08:00
Dianne Hackborn
c2a04c3f2d
Fix issue #2226370 : Resource versions match with equality
...
Also fixed turned-around increment of version number for resources. :(
Change-Id: I604137272da984bcd69cee4f174e6b7f2c786e46
2009-11-01 21:16:59 -08:00
Iliyan Malchev
0db1a8931b
libbinder: add a NO_CACHING flag to MemoryHeapBase
...
The NO_CACHING flag translates to opening a memory region with O_SYNC.
Signed-off-by: Iliyan Malchev <malchev@google.com>
2009-10-30 18:35:47 -07:00
Android (Google) Code Review
db95a9e824
Merge change I8c0eb9a6 into eclair
...
* changes:
libagl: silence a LOGD
2009-10-30 21:29:56 -04:00
Iliyan Malchev
d95c322af3
libagl: silence a LOGD
...
Signed-off-by: Iliyan Malchev <malchev@google.com>
2009-10-30 18:29:08 -07:00
Android (Google) Code Review
eefdae5122
Merge change I7df84618 into eclair
...
* changes:
Add a privateImeOption to represent that the IME should not show the voice input microphone, if it otherwise would, whenever the search dialog is planning on showing a voice search button (as specified by the current searchable).
2009-10-30 21:12:00 -04:00
Android (Google) Code Review
fa2d144b7b
Merge change I92cdc5ed into eclair
...
* changes:
PerformanceCollector: Collect & report perf measurements in key/value form
2009-10-30 20:02:13 -04:00
Android (Google) Code Review
964d94306b
Merge change Ie3e80456 into eclair
...
* changes:
Turns out the SGX driver is correct and the bug was in this test.
2009-10-30 19:40:09 -04:00
Mathias Agopian
6c7d04b1d0
Turns out the SGX driver is correct and the bug was in this test.
...
make sure the 565 1-texel wide texture is specified with an alignment of 4
which is the OpenGL ES default.
2009-10-30 16:32:52 -07:00
Android (Google) Code Review
fa4c9b8af8
Merge change Id8b28e4f into eclair
...
* changes:
fix [2225964] Android runtime restarted in surfaceflinger/BlurFilter.cpp
2009-10-30 17:54:16 -04:00
Android (Google) Code Review
bd5a0027f4
Merge change I56779290 into eclair
...
* changes:
fix[2222341] Soft reset while going back from camcorder settings
2009-10-30 17:54:10 -04:00
Android (Google) Code Review
b4d8fbb1a7
Merge change If007a2fa into eclair
...
* changes:
return proper error code from eglCreateImageKHR
2009-10-30 17:54:03 -04:00
Mathias Agopian
863e5fdde8
fix[2222341] Soft reset while going back from camcorder settings
...
add a way to convert a mapped "pushbuffer" buffer to a gralloc handle
which then can be safely used by surfaceflinger, without including
gralloc_priv.h
2009-10-30 14:48:50 -07:00
Android (Google) Code Review
b4d306fb49
Merge change Iae849da2 into eclair
...
* changes:
add table maskfilter
2009-10-30 17:03:18 -04:00
Android (Google) Code Review
b00e33d115
Merge change I08c19bee into eclair
...
* changes:
DO NOT MERGE: Another gcc 4.0.3 workaround.
2009-10-30 13:53:32 -04:00
Andy McFadden
550a11455a
DO NOT MERGE: Another gcc 4.0.3 workaround.
...
Temporarily make a function public that doesn't need to be. When
host gcc-4.0.3 is gone from the build servers we can undo this.
(Cherry-picked from eclair-mr2.)
2009-10-30 10:24:06 -07:00
Android (Google) Code Review
db5fcfd064
Merge change I4b3db907 into eclair
...
* changes:
Revert the channge where channels were not selected randomly.
2009-10-30 13:23:43 -04:00
Mathias Agopian
8889a8183c
fix [2225964] Android runtime restarted in surfaceflinger/BlurFilter.cpp
...
crash was due to an unintialized variable, which caused the wrong bluring
format to be used and caused a memory overrrun.
2009-10-29 20:24:44 -07:00
Mathias Agopian
df2d929405
return proper error code from eglCreateImageKHR
2009-10-29 16:45:41 -07:00
Android (Google) Code Review
a248b0f5b8
Merge change Iee0486e2 into eclair
...
* changes:
Dump media recorder PID in dumpsys media.player, and fix minor bugs.
2009-10-29 19:01:23 -04:00
Android (Google) Code Review
99cb34f244
Merge change I4e036287 into eclair
...
* changes:
update line test to expose some bug on SGX530 ed4
2009-10-29 18:48:10 -04:00
Mathias Agopian
3810c2b6c6
update line test to expose some bug on SGX530 ed4
2009-10-29 15:47:12 -07:00
Android (Google) Code Review
6c2f16c6f2
Merge change I9efe265f into eclair
...
* changes:
unhide AccountManagerResponse
2009-10-29 17:47:52 -04:00
Android (Google) Code Review
106bf71d27
Merge change Id6f158b3 into eclair
...
* changes:
Removed javadoc link to hidden class (temporary fix for build)
2009-10-29 17:08:34 -04:00
Android (Google) Code Review
2c4035e623
Merge change I26a2d829 into eclair
...
* changes:
Add -P flag to ps in dumpstate
2009-10-29 16:40:32 -04:00