Commit Graph

38903 Commits

Author SHA1 Message Date
Jamie Gennis
409a57504f am 478353e2: Merge "Add camera service support for SurfaceTexture." into honeycomb
* commit '478353e23188cdd6f3dd3674f122b50ec37438b4':
  Add camera service support for SurfaceTexture.
2011-01-07 00:27:24 -08:00
Andreas Huber
f5107ce46b am 1932fef9: Merge "Colorconverter may not support some src/dst bitmap configurations." into honeycomb
* commit '1932fef94a14d0a1b86213864a2bcc690e0faa5e':
  Colorconverter may not support some src/dst bitmap configurations.
2011-01-07 00:27:16 -08:00
Andreas Huber
56a66aa28c am cc9585fb: Merge "If we failed to initialize the codec after transitioning to IDLE state, don\'t assert" into honeycomb
* commit 'cc9585fb38534f0c882cf58d3db9038198beb1b1':
  If we failed to initialize the codec after transitioning to IDLE state, don't assert
2011-01-07 00:27:07 -08:00
Jamie Gennis
aea3120f46 am 68e4a7ac: Add the SurfaceTexture C++ implementation.
* commit '68e4a7ac849b681b1fb769857fc04f64262480c4':
  Add the SurfaceTexture C++ implementation.
2011-01-07 00:26:58 -08:00
Jamie Gennis
a6100356d4 am 0a53d5c8: Add the ISurfaceComposer::createGraphicBuffer IPC.
* commit '0a53d5c81b5553d6063b8133492275ce88186978':
  Add the ISurfaceComposer::createGraphicBuffer IPC.
2011-01-07 00:26:49 -08:00
Vasu Nori
f17fd6af1d am 42edf0f8: Merge "requery() should close cursorwindow insead of setting it to null." into honeycomb
* commit '42edf0f8cf8ca85dd5010558ff399e2c9a4c779c':
  requery() should close cursorwindow insead of setting it to null.
2011-01-07 00:26:40 -08:00
Vasu Nori
4e11ab974c am 8e6a513c: Merge "set default mode of WAL to be off." into honeycomb
* commit '8e6a513c97a91e897955de62c39afa03bb70dcbf':
  set default mode of WAL to be off.
2011-01-07 00:26:31 -08:00
Adam Powell
d7c564109e am 21e713d6: Merge "Fix bug 3327227 - Adjust overflow menu padding" into honeycomb
* commit '21e713d615a9bab2aabf511f1e7991ea318f8ccc':
  Fix bug 3327227 - Adjust overflow menu padding
2011-01-07 00:26:21 -08:00
Cary Clark
a1ff823b25 am b83a4b98: Merge "pass enter key to webkit more often" into honeycomb
* commit 'b83a4b98de886ee3604d135c28e5ac3014acaaf6':
  pass enter key to webkit more often
2011-01-07 00:26:12 -08:00
Xavier Ducrohet
377675711c am 29c288da: Cherry-pick 9b53dd9d60 from master
* commit '29c288da5260ac221b941e69b960aa2127cbdef0':
  Cherry-pick 9b53dd9d60 from master
2011-01-07 00:26:01 -08:00
Steve Block
45db7f6a12 am 67ba204a: Tidy up CacheManager comments and documentation
* commit '67ba204aa23e7d5a96ad241a1623e44976b51741':
  Tidy up CacheManager comments and documentation
2011-01-07 00:25:51 -08:00
Steve Block
84aa2bf89a am e7fc1d26: Remove an unused non-public CacheManager method
* commit 'e7fc1d26c5061cda7076d974f705c240e4e244fc':
  Remove an unused non-public CacheManager method
2011-01-07 00:25:38 -08:00
Mike Lockwood
8a81c5e7bc am 264f6cd0: Temporarily remove UsbManager support for USB host.
* commit '264f6cd0b9215f75dd5917252abea98e8fce6222':
  Temporarily remove UsbManager support for USB host.
2011-01-07 00:25:27 -08:00
Mike Lockwood
b5a81c438d am 27480cd4: Remove support for obsolete PTP content provider
* commit '27480cd49470af667dc8985f45b5ba43ab9ed4cd':
  Remove support for obsolete PTP content provider
2011-01-07 00:25:16 -08:00
Mike Lockwood
81de99c74e am 65d2a4cb: Remove CameraBrowser test app
* commit '65d2a4cb5f10a3964f66628be859bc150ec8921e':
  Remove CameraBrowser test app
2011-01-07 00:25:05 -08:00
Mike Lockwood
88845be624 am 215b682b: MTP: changes to use new usb_request support in libusbhost
* commit '215b682b8a02ac51d820b8e301d50431bdd09b3d':
  MTP: changes to use new usb_request support in libusbhost
2011-01-07 00:24:53 -08:00
Robert Ly
744d4dd847 Doc change: Deleting obsolete files and adding html redirects. Adding previously deleted hv and traceview docs.
Change-Id: Icee09b54ea68af78b48e8a0a46913522552da887
2011-01-06 22:26:47 -08:00
Jesse Wilson
1e356e80cd Merge "Deprecate a method that formats only IPv4 addresses." 2011-01-06 19:33:52 -08:00
Jesse Wilson
07481ccd1d Deprecate a method that formats only IPv4 addresses.
Anyone calling this method is probably storing IP addresses
in an int, which doesn't make sense anymore.

Change-Id: Iba535b66f6cff47ce07b5ecc6427e3b2fd846998
2011-01-06 19:33:00 -08:00
Robert Ly
e1cf80738d Doc Change: Fixing broken links and miscellaneous text revisions to support link fixing
Change-Id: Ic239c4c5600a6e24e2c55825b74e165808347010
2011-01-06 17:34:06 -08:00
Robert Ly
73c7370985 Merge "Doc change: fixing links set 3" 2011-01-06 17:24:07 -08:00
Robert Ly
fb892bdca4 Merge "Doc change: fixing links set 2" 2011-01-06 17:23:58 -08:00
Svetoslav Ganov
6a74aaaea3 Merge "3322879 Device soft reboots on enabling and disabling accessibility settings (caused due to my incorrect fix of 3304011 in change If99ef28c)" 2011-01-06 17:02:44 -08:00
Jamie Gennis
478353e231 Merge "Add camera service support for SurfaceTexture." into honeycomb 2011-01-06 13:36:47 -08:00
Jamie Gennis
ff2dc46c12 Add camera service support for SurfaceTexture.
This change enables the use of a SurfaceTexture in place of a Surface as
the destination of camera preview frames.

Change-Id: Ic70d404c8fe261e9d5da6f1de93d6babb5b191cb
2011-01-06 13:31:53 -08:00
Andreas Huber
1932fef94a Merge "Colorconverter may not support some src/dst bitmap configurations." into honeycomb 2011-01-06 13:26:51 -08:00
Andreas Huber
cc9585fb38 Merge "If we failed to initialize the codec after transitioning to IDLE state, don't assert" into honeycomb 2011-01-06 13:26:45 -08:00
Jamie Gennis
68e4a7ac84 Add the SurfaceTexture C++ implementation.
This change adds the C++ implementation of SurfaceTexture and related
classes. The goal of this is for a SurfaceTexture to be passed to
camera service or Stagefright in place of a Surface to allow camera
preview or decoded video frames to be streamed to an OpenGL ES texture
that an application can use.

Change-Id: I55c83a7017f1ecb81c9c9e3252cbd118b914296c
2011-01-06 13:20:47 -08:00
Jamie Gennis
0a53d5c81b Add the ISurfaceComposer::createGraphicBuffer IPC.
This change adds a new binder method to the ISurfaceComposer interface.
This IPC is intended to allow SurfaceFlinger clients to allocate gralloc
buffers using SurfaceFlinger as a proxy to gralloc.

Change-Id: Ide9fc283aec5da6268ba62cfed0c3319a50b640d
2011-01-06 13:12:35 -08:00
Andreas Huber
c0dbe3a445 Colorconverter may not support some src/dst bitmap configurations.
Let it return an appropriate error code instead of asserting.

Change-Id: I7fe0dfa169e1cbdecb04c5fcbe8501e73362d05e
related-to-bug: 3328212
2011-01-06 12:42:33 -08:00
Andreas Huber
eec06d3679 If we failed to initialize the codec after transitioning to IDLE state, don't assert
during shutdown.

Change-Id: I40ac44260fb136c15d6dcb9f5ad62211640c66ec
related-to-bug: 3328222
2011-01-06 12:42:13 -08:00
Andreas Huber
089dc71802 Merge "Colorconverter may not support some src/dst bitmap configurations." 2011-01-06 11:40:02 -08:00
Vasu Nori
42edf0f8cf Merge "requery() should close cursorwindow insead of setting it to null." into honeycomb 2011-01-06 11:37:00 -08:00
Vasu Nori
8e6a513c97 Merge "set default mode of WAL to be off." into honeycomb 2011-01-06 11:36:53 -08:00
Svetoslav Ganov
cbfebb382b 3322879 Device soft reboots on enabling and disabling accessibility settings (caused due to my incorrect fix of 3304011 in change If99ef28c)
Change-Id: I9578655b3b436829f0adb3947c242a19631d74c7
2011-01-06 11:35:17 -08:00
Adam Powell
21e713d615 Merge "Fix bug 3327227 - Adjust overflow menu padding" into honeycomb 2011-01-06 11:32:51 -08:00
Cary Clark
b83a4b98de Merge "pass enter key to webkit more often" into honeycomb 2011-01-06 11:29:33 -08:00
Adam Powell
b7420fb687 Fix bug 3327227 - Adjust overflow menu padding
Change-Id: I1d946655aecfcd1965471dbd32958bf8c0c38e76
2011-01-06 11:29:08 -08:00
Andreas Huber
f341eb52ae Colorconverter may not support some src/dst bitmap configurations.
Let it return an appropriate error code instead of asserting.

Change-Id: I801131610ad9801b935f7b700d61f9b62733fbca
related-to-bug: 3328212
2011-01-06 11:26:54 -08:00
Xavier Ducrohet
29c288da52 Cherry-pick 9b53dd9d60 from master
Change-Id: I670872542feb62c47fe693eb183b19e2eef2b20d
LayoutLib: use new API with log in init method.
2011-01-06 11:11:05 -08:00
Robert Greenwalt
7b7dbf06cd Merge "connectivity-change events can happen before boot completes (similar to: https://android-git.corp.google.com/g/#change,87425 )" 2011-01-06 11:04:49 -08:00
Adam Powell
4aa4981fe7 Merge "Fix bug 3327227 - Adjust overflow menu padding" 2011-01-06 11:04:36 -08:00
Stan Chesnutt
b35d67a8a7 connectivity-change events can happen before boot completes (similar to:
https://android-git.corp.google.com/g/#change,87425 )


Change-Id: Ibc0f12defaa5d90894657ce63fb352578eca7060
2011-01-06 11:00:19 -08:00
Cary Clark
ddbda005ad pass enter key to webkit more often
If the cursor is active and on a node that doesn't want
key events, treat the enter key as a click.

Otherwise, pass key down and key up to webkit.

A companion change in external/webkit adds frames
as nodes that wants key events.

bug:3325093
Change-Id: I134d2999505925ee1e571841759cb295103b5a30
2011-01-06 13:42:11 -05:00
Andreas Huber
5727b47982 Merge "If we failed to initialize the codec after transitioning to IDLE state, don't assert" 2011-01-06 10:30:33 -08:00
Andreas Huber
d720c1a939 If we failed to initialize the codec after transitioning to IDLE state, don't assert
during shutdown.

Change-Id: I0ecfb2a4977727de17e73f534e2511a3d0747644
related-to-bug: 3328222
2011-01-06 10:26:36 -08:00
Xavier Ducrohet
9b53dd9d60 LayoutLib: use new API with log in init method.
Change-Id: I5c276c2e18ec344e52d1ea1b74847aaca5d93ffc
2011-01-06 09:54:12 -08:00
Vasu Nori
0e453d1115 requery() should close cursorwindow insead of setting it to null.
just in case GC takes a while to kick in.

Change-Id: I3a00b52afe1303be0c7d6bb561e5c07734e4dcb3
2011-01-06 09:52:51 -08:00
Steve Block
67ba204aa2 Tidy up CacheManager comments and documentation
Change-Id: I3a7d3836a51ef3092652ade87f29bc84af69ee7d
2011-01-06 17:20:21 +00:00
Steve Block
e7fc1d26c5 Remove an unused non-public CacheManager method
Change-Id: Ia0bef0a66167ce948802701e1dd85e82b937dbdf
2011-01-06 17:19:58 +00:00