summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock.Eric Laurent2010-05-173-96/+46
* Fix build error.Wu-cheng Li2010-05-151-1/+1
* Add camera focus distances API.Wu-cheng Li2010-05-151-0/+2
* Merge "fix uninitialized variable in DisplayHardware" into krakenMathias Agopian2010-05-141-1/+1
|\
| * fix uninitialized variable in DisplayHardwareMathias Agopian2010-05-141-1/+1
* | Merge "Get rid of warnings when compiled with -Wformat-security" into krakenNick Kralevich2010-05-142-4/+4
|\ \
| * | Get rid of warnings when compiled with -Wformat-securityNick Kralevich2010-05-132-4/+4
* | | am 900b6157: merge from open-source masterThe Android Open Source Project2010-05-141-4/+4
|\ \ \ | |_|/ |/| |
| * | merge from open-source masterThe Android Open Source Project2010-05-141-4/+4
| |\ \
| | * | Only hold a weak pointer on SurfaceComposerClientsMatt Fischer2010-04-071-4/+4
| | * | DO NOT MERGE. Merge Froyo renderscript to Eclair to support live wallpapers o...Jason Sams2010-02-1168-1979/+2424
* | | | Merge "Fix deadlock if the last reference of ICameraClient is removed in ICam...Chih-Chung Chang2010-05-141-1/+6
|\ \ \ \
| * | | | Fix deadlock if the last reference of ICameraClient is removed inChih-Chung Chang2010-05-141-1/+6
* | | | | AudioFlinger: rename variables to clarify reference to track channel count or...Eric Laurent2010-05-142-33/+35
|/ / / /
* | | | Merge "Fix issue 2678048: binder death detection in AudioFlinger is broken." ...Eric Laurent2010-05-122-35/+89
|\ \ \ \
| * | | | Fix issue 2678048: binder death detection in AudioFlinger is broken.Eric Laurent2010-05-122-35/+89
* | | | | Merge "Several fixes in AudioDumpInterface:" into krakenEric Laurent2010-05-122-93/+139
|\ \ \ \ \
| * | | | | Several fixes in AudioDumpInterface:Eric Laurent2010-05-122-93/+139
| |/ / / /
* | | | | Merge "SharedBufferStack now can grow up to 16 buffers." into krakenMathias Agopian2010-05-127-6/+166
|\ \ \ \ \
| * | | | | SharedBufferStack now can grow up to 16 buffers.Mathias Agopian2010-05-127-6/+166
* | | | | | Merge "Refactor some code in surfaceflinger in preparation of upcoming change...Mathias Agopian2010-05-1210-366/+555
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Refactor some code in surfaceflinger in preparation of upcoming changesMathias Agopian2010-05-1210-366/+555
* | | | | | Merge "remove the "memcpy" hack" into krakenMathias Agopian2010-05-124-110/+7
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | remove the "memcpy" hackMathias Agopian2010-05-124-110/+7
* | | | | Merge "ZipUtilsRO rewrite based on Dalvik Zip rewrite" into krakenKenny Root2010-05-123-169/+299
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ZipUtilsRO rewrite based on Dalvik Zip rewriteKenny Root2010-05-123-169/+299
* | | | | am d8c33747: am 78624e41: Add remove method in CameraParameters class.Wu-cheng Li2010-05-121-0/+5
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Add remove method in CameraParameters class.Wu-cheng Li2010-05-111-0/+5
* | | | Merge "Add continuous focus mode constant." into krakenWu-cheng Li2010-05-101-0/+1
|\ \ \ \
| * | | | Add continuous focus mode constant.Wu-cheng Li2010-05-101-0/+1
| | |/ / | |/| |
* | | | am 56aed6bd: am c69775d6: Merge "fix [2664345] Flash: Bad flicker at the end ...Mathias Agopian2010-05-101-3/+22
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | fix [2664345] Flash: Bad flicker at the end of a pinch zoom.Mathias Agopian2010-05-061-3/+22
* | | Support multiple cameras in framework.Chih-Chung Chang2010-05-102-4/+26
* | | am ca48c88c: am 8a8658a5: Merge "Make static versions of libutils and libbind...Dan Egnor2010-05-064-30/+43
|\ \ \ | |/ /
| * | Make static versions of libutils and libbinder.Dan Egnor2010-05-064-30/+43
| * | DO NOT MERGE fix [2557396] Adreno200: glDrawTexi() doesn't work with height <...Mathias Agopian2010-04-201-54/+39
* | | make sure the server-side validates pointers/indices visible on the client sideMathias Agopian2010-04-301-1/+15
* | | Merge "Add support for enqueuing buffers in arbitrary order" into krakenMathias Agopian2010-04-304-21/+290
|\ \ \
| * | | Add support for enqueuing buffers in arbitrary orderMathias Agopian2010-04-284-21/+290
* | | | Merge "cleanup. waitForCondition() now uses polymorphsim instead of templtes"...Mathias Agopian2010-04-292-21/+51
|\ \ \ \ | |/ / /
| * | | cleanup. waitForCondition() now uses polymorphsim instead of templtesMathias Agopian2010-04-282-21/+51
* | | | Merge "fix a race condition in undoDequeue(), where 'tail' could be computed ...Mathias Agopian2010-04-291-24/+11
|\ \ \ \ | |/ / /
| * | | fix a race condition in undoDequeue(), where 'tail' could be computed incorre...Mathias Agopian2010-04-281-24/+11
* | | | New xlarge screen size.Dianne Hackborn2010-04-281-0/+3
|/ / /
* | | more surfaceflinger cleanupsMathias Agopian2010-04-2112-171/+112
* | | better fix for [2420565] Surface.lockCanvas() updates the dirty region too oftenMathias Agopian2010-04-214-37/+43
* | | Merge "added setCrop() to android_native_window_t" into krakenMathias Agopian2010-04-202-16/+59
|\ \ \
| * | | added setCrop() to android_native_window_tMathias Agopian2010-04-202-16/+59
* | | | Merge "add support for up to 16 buffers per surface" into krakenMathias Agopian2010-04-201-8/+34
|\ \ \ \ | |/ / /
| * | | add support for up to 16 buffers per surfaceMathias Agopian2010-04-201-8/+34