| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
(cherry pick from commit 8685a4569d2bdcb1a7361e3d75f832cf3ba9d4b6)
Will inherit additional functionality and cache improvements
Bug: 17760225
Change-Id: Iab1816d37cc74343d83629d851a5784d4865ebb4
|
|\ |
|
| |
| |
| |
| |
| | |
Bug: 19371754
Change-Id: I0dd762e7b1485ba2d3bec9604407125c35ad1218
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
bug:21706035
Change-Id: Ia1cd4824c742b2d6fc0feb2861ccfde0b6ac2189
|
|\ \ \
| |/ /
|/| |
| | | |
into mnc-dev
|
| | |
| | |
| | |
| | | |
Change-Id: I744bdcba6e60e5efd8865f725b09a9f791d76160
|
|/ /
| |
| |
| |
| | |
Bug: 21330711
Change-Id: I308f7675d2730210228a0c01856616ce07d6374e
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes a bug where the Bitmap parceling code was unable to deal with
sending bitmaps through Parcels that disallow file descriptors.
Uses extended functionality of the Parcel blob interface to pass
buffers around more efficiently while adapting to whether FDs
are allowed.
Bug: 21428802
Change-Id: If24926f4388d29aa2aac627000436beb015edcb9
|
| |
| |
| |
| | |
Change-Id: I4880e9310c02c6e26d4560fb8515f2ce51c597f4
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
bug:21566713
Change-Id: I129e405fe46268b9d40974d3a43f06a1faf4cadd
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
bug:21595702
Settle on namespace-enum for consistency. Also removes k prefix.
Change-Id: Ib89f94cb9263de40b6e4636577dca4860867d0d8
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The contextStart needs to be applied to all offsets relative to the
actual start of context. The code was missing "offset", which caused
mischief especially in mixed LTR and RTL text.
Bug: 21573666
Change-Id: I47a1b6cde5862442b9c7236ee72b2ceb0df9b2e9
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: Ib77f45fdc27ea53f1dd181f48c76810d03f8dcdb
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 20818955
Bug: 20890069
Change-Id: I243205b99b198eb1b5a1a027b27cbb7d5aaaa8db
|
| |/ /
|/| |
| | |
| | |
| | | |
Bug: 20948129
Change-Id: Ifba35e5d87772a304fd3655e4a2363b293a6d8ac
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 21268095
Change-Id: I1b5f42752752584e947af710e53896203fbe477c
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
mnc-dev
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
If the app tried to do various things with too much data --
starting an activity, starting a service, sending a broadcast --
this would fairly silently fail with little indication of what
was going on. Fix this in two ways:
- Now when the native code generates a TransactionTooLargeException,
it may include an additional message in it telling you how much
data was in the parcel being sent, to help you understand why
this happening.
- In all the framework code paths where we call to the system and
may fail, convert these failures into a a runtime exception and
rethrow them back to the app so that it will clearly get the
above message.
Change-Id: I745159b97d3edb6fca86aa09cbc40c1f15a7d128
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | |_|/
| |/| |
| | | |
| | | |
| | | | |
Bug: 20951546.
Change-Id: I44f6dd05888e335a70bd212eb6f9c468a338ff92
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It was possible for a binderDied() call to occur while the death
recipient list containing the object was being iterated, in which
case we could invalidate an object reference out from under the
iteration, causing a VM abort. We now interlock the binderDied()
deref operation with the list's locking semantics to prevent this.
Bug 15831054
Change-Id: If0027d3ac4da1153284a425dd9b2819a203481ab
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Cast numXDivs to a size_t before adding 1, so that if numXDivs is 255
it does not overflow. Move the calculation outside of alloca().
BUG:20727488
Change-Id: I2ecc9d650338acba7316554cb72195e02816b1f8
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
android_media_AudioTrack_setOutputDevice()." into mnc-dev
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
android_media_AudioTrack_setOutputDevice().
Change-Id: Ibf77bb0757720aa25eaaf6e603ab446257430453
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Indicate when JAVA services are ready to AudioFlinger so that
calls to power manager and scheduling service can be enabled.
Bug: 11520969.
Change-Id: Id977cab3208c34709011703d2dfdcf552e60371b
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Rename getNativeFrameCount to getBufferSizeInFrames
Remove throw declaration on IllegalArgumentException and
IllegalStateException
Bug: 20887665
Bug: 21304902
Change-Id: Ia85d8010be46524b9a8b93105b16b7b9480f6bd9
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add MP3 and AAC as valid AudioFormat encodings.
Only @hide for now to allow system components to manage
audio patches with those formats.
Bug: 18649264.
Change-Id: I5ef5f151783308e31d8ac5b29454589077ef62ea
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
exceptions" into mnc-dev
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add @hidden ConnectivityManager.getProxyForNetwork() API.
Bug:20470604
Change-Id: I6a9bc4afc8273bc43b14cdeccfedbbf3ff66be40
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into mnc-dev
|
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | | |
bug:20883006
Change-Id: Ib47a8ec8696dbc37e958b8dbceb43fcbabf6605b
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The round qualifier denotes a device with a screen shape that
is round. The qualifier shows up after the 'long/notlong' qualifier
and before the orientation 'port/land/square' qualifiers.
Change-Id: I3044258b2703a9165694b79725bade770fa6cea1
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Bug 21037890
Change-Id: I827e83dd75e301e7d93ead5efdd744f0d8435ae5
|
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | | |
Bug 21037890
Change-Id: Ie32ca3a0c527755f1a1b77db7548cb9629e2001b
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | | |
bytes" into mnc-dev
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
bug: 20883006
Change-Id: I4f109667fb210a80fbddddf5f1bfb7ef3a02b6ce
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
Change-Id: Icf2c13d0b19360753c9eed5f991b056201eb63df
(cherry picked from commit 4069f39b30084c4c907ce9921275975ff3d1b9d5)
|
|\ \ \ \ |
|