summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* disable backbuffer preservation when possible, which may improve performance ...Mathias Agopian2009-09-161-0/+7
* fix [2119400] sholes: artifacting when switching orientationMathias Agopian2009-09-161-13/+13
* fix again [2102410] Home Screen is not displayed in the background in Landsca...Mathias Agopian2009-09-163-18/+84
* Fix issue 2123668: Class scope typo in AudioFlinger.cpp.Eric Laurent2009-09-161-8/+8
* revert to black video background, since we don't need the color-key anylongerMathias Agopian2009-09-151-1/+2
* fix [2122448] android_native_window_t::setUsage() only reallocates the first ...Mathias Agopian2009-09-151-19/+10
* Revert "fix [2122448] android_native_window_t::setUsage() only reallocates th...Mathias Agopian2009-09-151-8/+18
* fix [2122448] android_native_window_t::setUsage() only reallocates the first ...Mathias Agopian2009-09-151-18/+8
* Merge change 25050 into eclairAndroid (Google) Code Review2009-09-152-18/+14
|\
| * Fix issue 2118464: cannot play ring tones and notifications after disconnecti...Eric Laurent2009-09-152-18/+14
* | Fix 2083478: Camera needs an auto-focus cancel APIChih-Chung Chang2009-09-152-0/+26
|/
* Merge change 24872 into eclairAndroid (Google) Code Review2009-09-151-2/+3
|\
| * Fix issue 2115450: a2dp thread is started, even though we are only connected ...Eric Laurent2009-09-141-2/+3
* | add support for RGBX_8888 surfaces in SurfaceFlingerMathias Agopian2009-09-143-2/+10
* | fix [2117464] SF can crash when calling dumpsysMathias Agopian2009-09-141-2/+13
* | make sure to update the tail pointer when undoing a dequeueMathias Agopian2009-09-141-5/+15
|/
* Merge change 24337 into eclairAndroid (Google) Code Review2009-09-141-22/+27
|\
| * Fix issue 2107584: media server crash when AudioFlinger fails to allocate mem...Eric Laurent2009-09-091-22/+27
* | fix [2111536] [FAST BLOCKER] Device is soft rebooted after ending the call th...Mathias Agopian2009-09-111-3/+22
* | fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymoreMathias Agopian2009-09-106-34/+74
* | make sure conditions will return when the status of a surface is not NO_ERRORMathias Agopian2009-09-101-1/+17
* | add a debug property to disable h/w composition. debug.sf.hw, when set to 0 w...Mathias Agopian2009-09-091-2/+13
* | fix [2102410] Home Screen is not displayed in the background in Landscape ModeMathias Agopian2009-09-092-11/+35
* | Fix sim-eng build.Andy McFadden2009-09-091-0/+4
* | Merge change 24335 into eclairAndroid (Google) Code Review2009-09-091-2/+7
|\ \
| * | use broadcast() instead of signal() when signaling the condition-variable Thr...Mathias Agopian2009-09-091-2/+7
* | | Merge change 24334 into eclairAndroid (Google) Code Review2009-09-092-33/+29
|\ \ \ | |/ /
| * | fix [2037525] Fail to start camera after adb sync new CameraMathias Agopian2009-09-092-33/+29
* | | Merge change 24333 into eclairAndroid (Google) Code Review2009-09-092-19/+21
|\ \ \ | |/ / | | / | |/ |/|
| * rename Mutexes to make the code easier to followMathias Agopian2009-09-082-19/+21
* | Fix issue 1992233: DTMF tones on Sholes is really long.Eric Laurent2009-09-081-55/+63
|/
* delete old and unused source filesMathias Agopian2009-09-0710-1864/+0
* fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properlyMathias Agopian2009-09-0721-1097/+926
* attempt to fix [2099362] Possible SurfaceFlinger crashMathias Agopian2009-09-041-2/+6
* fix [2098939] Smooth gradients show banding on SholesMathias Agopian2009-09-041-1/+2
* fix issue 2096657: Sholes: residue shutter sound heard ONCE while taking a pi...Eric Laurent2009-09-031-6/+7
* Merge change 23568 into eclairAndroid (Google) Code Review2009-09-021-5/+12
|\
| * Work on issue #2079167: Flickering issue across multiple UIDianne Hackborn2009-09-021-5/+12
* | Merge change 23720 into eclairAndroid (Google) Code Review2009-09-023-4/+17
|\ \ | |/ |/|
| * Add colorkey to gl clear operationRebecca Schultz Zavin2009-09-023-4/+17
* | Make it an error to use a bare apostrophe in aapt, and adjust warnings/errors.Eric Fischer2009-09-011-1/+10
* | Fix issue 2091594: music chirp after disconnecting A2DP.Eric Laurent2009-09-011-1/+4
|/
* Fix issue 2085690: AudioFlinger must properly terminate the input and output ...Eric Laurent2009-08-311-2/+11
* EventHub: Fix file descriptor leak.Mike Lockwood2009-08-281-0/+1
* Fix issue 2045911: Camera Shutter tone does not play correctly while listenin...Eric Laurent2009-08-272-75/+201
* dumpsys SurfaceFlinger will now always dump SF's state, even if SF is deadlockedMathias Agopian2009-08-262-1/+58
* fix [2070341] [FAST BLOCKER] can't successfully setup erc52Mathias Agopian2009-08-211-2/+12
* Add offset handling in MemoryHeapBase classBenny Wong2009-08-201-4/+4
* fix a bug that caused the PixelFormat viewed by Surface to be wrong.Mathias Agopian2009-08-196-21/+27
* fix [2063336] Surface.lockSurface throws IllegalArgumentException when out of...Mathias Agopian2009-08-192-36/+62