Jason Sams
c1ea948ee8
More usability tweaks including turning the icons right side up.
2009-07-16 19:09:33 -07:00
Android (Google) Code Review
3d88fc00b3
am 3e1663a2: Merge change 7536 into donut
...
Merge commit '3e1663a2539ff0b939193304cfb601f6b134af7d'
* commit '3e1663a2539ff0b939193304cfb601f6b134af7d':
fix FILE* version of ZipUtils::inflateToBuffer
2009-07-16 17:54:01 -07:00
Jason Sams
764205c194
Fix conflict with automatic DPI support on high density devices by forcing bitmap loading to not be scaled.
2009-07-16 17:47:40 -07:00
Jason Sams
54440a01a9
Update rollo and renderscript to the new ACC compiler interface.
2009-07-16 15:08:06 -07:00
Benny Wong
6d2090e214
Hardware overlay support
...
Enable hardware overlay support for camera and video playback use cases
2009-07-16 14:31:20 -07:00
Android (Google) Code Review
7bdc99032f
Merge change 7491
...
* changes:
Update rollo with new interactivity model.
2009-07-16 12:58:54 -07:00
Jason Sams
c75a257c02
Update rollo with new interactivity model.
2009-07-16 12:55:18 -07:00
Doug Zongker
d2792e3768
fix FILE* version of ZipUtils::inflateToBuffer
...
This can't have ever worked; a successful fread() was returning 1
instead of getSize.
2009-07-16 11:27:13 -07:00
Mike Lockwood
1d9dfc5dcf
EventHub: Add support for excluding devices from being opened by as a keyboard.
...
This will be used to avoid unnecessarily listening to data from sensors
that function as event devices.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-16 11:51:42 -04:00
Android (Google) Code Review
0c421c0d27
Merge change 7490
...
* changes:
Fix master build errors post merge with master_gl branch.
2009-07-15 18:34:24 -07:00
Android (Google) Code Review
4cc8c7dd8e
Merge change 7489
...
* changes:
More test app work
2009-07-15 18:34:11 -07:00
Android (Google) Code Review
f47042614e
Merge change 7419
...
* changes:
Standby A2DP audio hardware interface when disabling A2DP.
2009-07-15 13:58:02 -07:00
Nick Pelly
92d2b40739
Standby A2DP audio hardware interface when disabling A2DP.
...
Patch supplied on advice of partner. This causes us to send suspend_sink to
Bluez via socket interface, so we enter suspend on the A2DP link faster.
This is especially important when switching to SCO so that we come closer to
whitepaper recommendations to suspend A2DP before setting up SCO.
We have another patch set to add DBUS A2DP suspend and resume calls to Bluez
that will do a better job of following whitepaper recommendations for
A2DP -> SCO -> A2DP, but this small patch is still an improvement.
2009-07-15 12:22:55 -07:00
Joe Onorato
ee5bbb7f63
Need to skip the padding after reading.
...
m_dataEndPos points to the end of the data, not the beginning
of the next entity.
2009-07-15 09:58:07 -07:00
Dianne Hackborn
e3dd884815
Implement virtual button support.
...
The kernel can now publish a property describing the layout of virtual
hardware buttons on the touchscreen. These outside of the display
area (outside of the absolute x and y controller range the driver
reports), and when the user presses on them a key event will be
generated rather than a touch event.
This also includes a number of tweaks to the absolute controller
processing to make things work better on the new screens. For
example, we now reject down events outside of the display area.
Still left to be done is the ability to cancel a key down event,
so the user can slide up from the virtual keys to the touch screen
without causing a virtual key to execute.
2009-07-14 18:51:53 -07:00
Jason Sams
399bfce299
Fix master build errors post merge with master_gl branch.
2009-07-14 13:59:23 -07:00
Jason Sams
7aa4f3a163
More test app work
2009-07-14 13:59:23 -07:00
Mathias Agopian
fad6c94872
another attempt to fix the sim
2009-07-14 02:08:27 -07:00
Mathias Agopian
ac2dd4d82f
first attempt to fix the sim
2009-07-13 22:58:25 -07:00
Android (Google) Code Review
3a5351e443
Merge change 6898
...
* changes:
implement Mutex and Condition with pthread instead of calling futex directly.
2009-07-13 21:27:38 -07:00
Mathias Agopian
8d9a5eff42
fix [1964315] crash in the surface.cpp while browsing
2009-07-13 18:29:59 -07:00
Mathias Agopian
b1c4ca5ad2
implement Mutex and Condition with pthread instead of calling futex directly.
...
internally pthread uses futex. the implementation consists of simple inlines
there are no implementation files anymore.
2009-07-13 15:14:23 -07:00
Jason Sams
64676f3c21
1st cut of a3d file loader.
2009-07-10 17:32:59 -07:00
Mathias Agopian
f31d407ab8
fix [1967226] Donut orientation animation (dimming and blur) is slower than Cupcake
2009-07-10 17:00:00 -07:00
Mike Reed
b5af325fb1
rename libsgl/libcorecg to libskia
2009-07-10 15:33:21 -04:00
Android (Google) Code Review
679353dab9
Merge change 6742
...
* changes:
fix [1969200] Uninitialized double passed to Math.sqrt()
2009-07-09 22:12:36 -07:00
Mathias Agopian
cafec03250
fix [1969200] Uninitialized double passed to Math.sqrt()
2009-07-09 22:11:57 -07:00
Mathias Agopian
07e456d871
am 4d2dbebf: fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size=4294938624
...
Merge commit '4d2dbebf3d08209f751585d8cc367369e2f6e32f'
* commit '4d2dbebf3d08209f751585d8cc367369e2f6e32f':
fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size=4294938624
2009-07-09 20:05:11 -07:00
Mathias Agopian
4d2dbebf3d
fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size=4294938624
2009-07-09 18:16:43 -07:00
Mathias Agopian
05dab6f127
fix for [1969185] valgrind errors in new gl stuff
2009-07-09 17:30:43 -07:00
Android (Google) Code Review
58e8131631
am be91fdbc: Merge change 6665 into donut
...
Merge commit 'be91fdbc5c4f2de3a2bb574a98fdfeef44d8cdb5'
* commit 'be91fdbc5c4f2de3a2bb574a98fdfeef44d8cdb5':
Fix resources not being set correctly.
2009-07-09 14:12:52 -07:00
Android (Google) Code Review
2b479be5db
am 3893da46: Merge change 6614 into donut
...
Merge commit '3893da46f0a97d59a7687ae2bd71ba855eb5ffe3'
* commit '3893da46f0a97d59a7687ae2bd71ba855eb5ffe3':
Fix issue 1970108: crash in AudioFlinger::isMusicActive()
2009-07-09 12:49:43 -07:00
Android (Google) Code Review
c916e06164
am fe811d8b: Merge change 6603 into donut
...
Merge commit 'fe811d8bd0da15f14702968a9c7deb02db7eec9f'
* commit 'fe811d8bd0da15f14702968a9c7deb02db7eec9f':
quick fix; utf8_codepoint_count must be utf8_length
2009-07-09 12:49:07 -07:00
Android (Google) Code Review
e2bf80fb0b
am 8a715b4b: Merge change 5510 into donut
...
Merge commit '8a715b4b791db4390d12e0ded02280592634a424'
* commit '8a715b4b791db4390d12e0ded02280592634a424':
Add useful functions to String8, which enables users to convert between UTF-8 and UTF-32
2009-07-09 12:48:56 -07:00
Dianne Hackborn
6c11e73f67
Fix resources not being set correctly.
2009-07-09 12:41:06 -07:00
Eric Laurent
4e646338cf
Fix issue 1970108: crash in AudioFlinger::isMusicActive()
...
Protected calls to MixerThread::isMusicActive() by AudioFlinger::mLock
2009-07-09 03:20:57 -07:00
Android (Google) Code Review
fe811d8bd0
Merge change 6603 into donut
...
* changes:
quick fix; utf8_codepoint_count must be utf8_length
2009-07-08 21:07:09 -07:00
Daisuke Miyakawa
361d477957
quick fix; utf8_codepoint_count must be utf8_length
2009-07-09 13:05:24 +09:00
Android (Google) Code Review
8a715b4b79
Merge change 5510 into donut
...
* changes:
Add useful functions to String8, which enables users to convert between UTF-8 and UTF-32 It will be used in SQL functions in external/sqlite/android. See https://android-git.corp.google.com/g/Gerrit#change,5511 for example.
2009-07-08 18:27:01 -07:00
Dave Sparks
6698d16b95
resolved conflicts for merge of 04c7d0f8 to master
2009-07-08 17:26:05 -07:00
Daisuke Miyakawa
f05b33b3a1
Add useful functions to String8, which enables users to convert between UTF-8 and UTF-32
...
It will be used in SQL functions in external/sqlite/android.
See https://android-git.corp.google.com/g/Gerrit#change,5511 for example.
Related internal bug id: 1707173
2009-07-09 09:06:13 +09:00
Dave Sparks
59c1a93529
Add timestamps to video frames to improve A/V sync.
...
Bug 1927069.
2009-07-08 15:59:25 -07:00
Android (Google) Code Review
03217ae7f8
am a5188a09: Merge change 6367 into donut
...
Merge commit 'a5188a09bd20c376b4f0645b0df4c52f8e114e21'
* commit 'a5188a09bd20c376b4f0645b0df4c52f8e114e21':
Add virtual destructor.
2009-07-07 12:14:01 -07:00
Android (Google) Code Review
a5188a09bd
Merge change 6367 into donut
...
* changes:
Add virtual destructor.
2009-07-07 12:12:12 -07:00
Marco Nelissen
7e566a7926
Add virtual destructor.
2009-07-07 11:03:13 -07:00
Eric Laurent
fcc5be99e0
am 88e209dc: Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR
...
Merge commit '88e209dcf8c2ebddda5c272f46d1bd5478bc639c'
* commit '88e209dcf8c2ebddda5c272f46d1bd5478bc639c':
Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR
2009-07-07 09:36:14 -07:00
Eric Laurent
88e209dcf8
Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR
...
Store sample rate on 32 bits instead of 16 bits in audio_track_cblk_t.
Removed sampleRate() methods from AudioTrack and AudioRecord: replaced by getSampleRate().
AudioTrack::setSampleRate() no returns a status.
2009-07-07 07:10:45 -07:00
Mathias Agopian
94aadce3a2
trying to fix the sim, I'm not even sure this syntaxe is valid, but my compilo doesn't complain
2009-07-06 19:04:55 -07:00
Mathias Agopian
181a9811e4
should fix sim build
2009-07-06 18:07:26 -07:00
Mathias Agopian
03a9a3449a
Merge commit 'goog/master' into merge_master
2009-07-06 14:16:55 -07:00