Kenny Root
0832a31d54
Change unistd.h to stddef.h to be correct
...
size_t should be defined through inclusion of stddef.h instead of unistd.h
Change-Id: Ieaadacfca1e1c44c2533ea95f73fc060c1519b52
2010-07-28 16:46:12 -07:00
Kenny Root
937cd1b707
Add unistd.h for size_t typedef to fix sim-eng
...
Change-Id: Ida4f1742547f39539b601f13182c722aa7cf863e
2010-07-28 16:31:24 -07:00
Christopher Tate
46f28d328a
Merge "Support streaming of compressed assets > 1 megabyte" into gingerbread
2010-07-28 15:36:48 -07:00
Christopher Tate
a45a8008c6
Support streaming of compressed assets > 1 megabyte
...
Compressed assets larger than one megabyte are now decompressed on demand
rather than being decompressed in their entirety and held in memory. Reading
the data in order is relatively efficient, as is seeking forward in the stream.
Seeking backwards is supported, but requires reprocessing the compressed data
from the beginning, so is very inefficient.
In addition, the size limit on compressed assets has been eliminated.
Change-Id: I6e68247957e6c53e7e8ba70d12764695f1723bad
2010-07-28 15:33:28 -07:00
James Dong
6b60f5860d
Merge "Eliminate the linear cost associated with mSampleSizes.size()" into gingerbread
2010-07-28 15:28:54 -07:00
Kenny Root
5f482e915f
Merge "Fix getTempContainerId()" into gingerbread
2010-07-28 14:48:40 -07:00
Scott Main
7d3bc349d9
am 3bf5c4cd: Merge "fix markup error bug:2871538" into froyo
...
Merge commit '3bf5c4cd30f8bd598842d8ded5f1655406b5c27a' into gingerbread
* commit '3bf5c4cd30f8bd598842d8ded5f1655406b5c27a':
fix markup error
2010-07-28 14:23:16 -07:00
Scott Main
9c990d4d8a
Merge "fix markup error bug:2871538" into froyo
2010-07-28 14:20:18 -07:00
Jeff Brown
e57e895080
Refactor input reader to support new device types more easily.
...
Refactored the input reader so that each raw input protocol is handled
by a separate subclass of the new InputMapper type. This way, behaviors
pertaining to keyboard, trackballs, touchscreens, switches and other
devices are clearly distinguished for improved maintainability.
Added partial support for describing capabilities of input devices
(incomplete and untested for now, will be fleshed out in later commits).
Simplified EventHub interface somewhat since InputReader is taking over
more of the work.
Cleaned up some of the interactions between InputManager and
WindowManagerService related to reading input state.
Fixed swiping finger from screen edge into display area.
Added logging of device information to 'dumpsys window'.
Change-Id: I17faffc33e3aec3a0f33f0b37e81a70609378612
2010-07-28 14:16:15 -07:00
Dan Egnor
43d71c5805
am 17876aa5: Minor changes to ContentProvider javadoc to improve consistency.
...
Merge commit '17876aa586cc9acfb3e5b909c14b9e73537a1a8d' into gingerbread
* commit '17876aa586cc9acfb3e5b909c14b9e73537a1a8d':
Minor changes to ContentProvider javadoc to improve consistency.
2010-07-28 12:40:16 -07:00
James Dong
41af3d253e
Merge "Interleave the audio and video by default - default interleave duration is set to 1 second" into gingerbread
2010-07-28 11:58:12 -07:00
Joe Onorato
9996342da5
Merge "Add a missing break; to restore old functionality and not turn off the screen after 30secs regardless of system preference." into gingerbread
2010-07-28 09:53:12 -07:00
Eric Laurent
de63b463a5
Merge "Audio effects: modified command() parameter types." into gingerbread
2010-07-28 07:48:49 -07:00
Mike Lockwood
1b55aad8ef
Merge "Tethering: Use new ACTION_USB_STATE broadcast to monitor USB connected state" into gingerbread
2010-07-28 04:04:18 -07:00
Brad Fitzpatrick
6c595a17f5
Merge "Cap the size of StrictMode buffering we do before calling DropBox." into gingerbread
2010-07-27 18:34:08 -07:00
Steve Howard
38fa7eccc1
Merge "One last change to current.xml for new download manager API" into gingerbread
2010-07-27 16:55:14 -07:00
Brad Fitzpatrick
928b1c94a5
am 86c035f0: Merge "COMMENT ONLY change to clarify ContentProvider documentation." into froyo
...
Merge commit '86c035f0d176be9cb06b1e4f2390c25701417586' into gingerbread
* commit '86c035f0d176be9cb06b1e4f2390c25701417586':
COMMENT ONLY change to clarify ContentProvider documentation.
2010-07-27 16:52:12 -07:00
Brad Fitzpatrick
be2ec77f92
Merge "COMMENT ONLY change to clarify ContentProvider documentation." into froyo
2010-07-27 16:44:53 -07:00
Steve Howard
1faba30b39
Merge "Un-@hide new download manager public API." into gingerbread
2010-07-27 16:29:37 -07:00
Brad Fitzpatrick
55fcdbc397
Merge "Explicitly mention again that startCommand() runs on the main thread." into gingerbread
2010-07-27 15:19:08 -07:00
Brad Fitzpatrick
834772c15b
Merge "Replace several IPCThreadState::get() lookups with one." into gingerbread
2010-07-27 13:59:47 -07:00
Brad Fitzpatrick
70081a1511
Replace several IPCThreadState::get() lookups with one.
...
Also, make StrictMode's ThreadLocal final.
Change-Id: I08d400ed254fa67bb7a3dae1227f205a54c00df0
2010-07-27 12:28:57 -07:00
Dan Egnor
38e04ae4f9
Merge "Remove a log message Jason doesn't like" into gingerbread
2010-07-27 10:22:58 -07:00
Joe Onorato
385adbdbe3
am 8c65ee2d: Merge "Add a method to let a properly permissioned app directly manipulate the user activity timeout. We should come up with a better API for this, but this is for a last minute power manager hack to turn off the screen sooner after a phone call ends." i
...
Merge commit '8c65ee2d509db7dcb50ce4530d52eb5bdca3f917' into gingerbread
* commit '8c65ee2d509db7dcb50ce4530d52eb5bdca3f917':
Add a method to let a properly permissioned app directly
2010-07-27 09:14:42 -07:00
Joe Onorato
38723b069c
Merge "Add a method to let a properly permissioned app directly manipulate the user activity timeout. We should come up with a better API for this, but this is for a last minute power manager hack to turn off the screen sooner after a phone call ends." into froyo
2010-07-27 09:05:05 -07:00
Dirk Dougherty
5cf8fa8046
am 0ac8ac30: Doc change: Add docs for licensing service.
...
Merge commit '0ac8ac301d056604485aeca9ffe5ce8d1e63ef19' into gingerbread
* commit '0ac8ac301d056604485aeca9ffe5ce8d1e63ef19':
Doc change: Add docs for licensing service.
2010-07-26 20:01:12 -07:00
Brad Fitzpatrick
f17bc88c60
Merge "Fix StrictMode for Binder.dump()" into gingerbread
2010-07-26 19:44:50 -07:00
Eric Laurent
23abef82b6
Merge "Fixed bug in vlm effect bunde wrapper effect init function." into gingerbread
2010-07-26 10:09:54 -07:00
Mike Lockwood
d6499d8b3f
Merge "Avoid starting multiple threads in ShutdownThread" into gingerbread
2010-07-26 08:11:54 -07:00
Eric Laurent
6862484713
Merge "LVM release 1.04." into gingerbread
2010-07-26 02:17:52 -07:00
Mathias Agopian
5767cf62a4
Merge "Report sensor events to BatteryStats service" into gingerbread
2010-07-23 17:03:43 -07:00
Mathias Agopian
148b25a2a6
Merge "SensorService handles last known state properly" into gingerbread
2010-07-23 16:39:34 -07:00
Mathias Agopian
625177aa35
Merge "Fix a memory corruption when writting Sensor into a parcel" into gingerbread
2010-07-22 20:07:01 -07:00
Mathias Agopian
d03d9ced3f
Fix a memory corruption when writting Sensor into a parcel
...
Change-Id: I03f703ae2224f43924031bfea4c68aa979bb9f05
2010-07-22 18:57:41 -07:00
Mathias Agopian
84a7d07f45
Merge "filter sensor event by connection" into gingerbread
2010-07-22 17:23:17 -07:00
Mathias Agopian
f35ed885c1
Merge "propagate sensor event rate properly to the sensor HAL" into gingerbread
2010-07-22 14:38:49 -07:00
Andreas Huber
e99010aae2
Merge "Various changes to improve rtsp networking, reduce packet loss and adapt to ALooper API changes." into gingerbread
2010-07-22 13:47:41 -07:00
Mathias Agopian
e3c8234765
propagate sensor event rate properly
...
Change-Id: I32e67d30e4295285a6827956cc8161b2025d70bc
2010-07-21 16:09:39 -07:00
Mathias Agopian
49f2aee90c
Merge "Better dumpsys logs" into gingerbread
2010-07-21 16:07:32 -07:00
Mathias Agopian
883b3e9206
Merge "Added partial support for repporting sensor activity to IBatteryStats" into gingerbread
2010-07-21 16:07:15 -07:00
Mathias Agopian
39e1a83cad
Merge "new SensorService" into gingerbread
2010-07-21 16:06:46 -07:00
Dan Egnor
2307948dde
am e8605af5: Merge "Avoid leaking file descriptors when returning drop box events." into froyo
...
Merge commit 'e8605af513e846f6cd223c9e92461189727d8c9b' into gingerbread
* commit 'e8605af513e846f6cd223c9e92461189727d8c9b':
Avoid leaking file descriptors when returning drop box events.
2010-07-21 13:55:13 -07:00
Dan Egnor
e39c274841
Merge "Avoid leaking file descriptors when returning drop box events." into froyo
2010-07-21 13:53:23 -07:00
Andreas Huber
4745f5aea6
Merge "Add a seek test to the stagefright commandline tool." into gingerbread
2010-07-21 12:31:14 -07:00
Tom Taylor
36cdee48ec
am dbac180d: Fix a merge problem with html mms
...
Merge commit 'dbac180d8342a7db2bb9994f937869eecb6b50ff' into gingerbread
* commit 'dbac180d8342a7db2bb9994f937869eecb6b50ff':
Fix a merge problem with html mms
2010-07-21 11:22:22 -07:00
Andreas Huber
976f08643c
Merge "Support finer seek control on MediaSources." into gingerbread
2010-07-21 10:36:08 -07:00
James Dong
97a5e2992a
Merge "Progress status notification" into gingerbread
2010-07-20 14:29:39 -07:00
Jason Parks
24e0cd34aa
Merge "Only print out wake locks in the if the wakelock was held." into gingerbread
2010-07-20 14:01:39 -07:00
Dan Egnor
95127e043b
am 2f0dc6d9: Merge "COMMENT ONLY change to add some warnings about ParcelFileDescriptor behavior with Parcel.writeValue()." into froyo
...
Merge commit '2f0dc6d9f50ceece294e9db393583e655d3bf781' into gingerbread
* commit '2f0dc6d9f50ceece294e9db393583e655d3bf781':
COMMENT ONLY change to add some warnings about ParcelFileDescriptor
2010-07-20 13:59:43 -07:00
Dan Egnor
468c4f6de9
Merge "COMMENT ONLY change to add some warnings about ParcelFileDescriptor behavior with Parcel.writeValue()." into froyo
2010-07-20 13:57:08 -07:00