summaryrefslogtreecommitdiffstats
path: root/camera/libcameraservice/CameraService.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | | move libbinder's header files under includes/binderMathias Agopian2009-05-201-4/+4
|/ /
* | Modify camera framework to use new streamlined binder interface.Dave Sparks2009-05-111-8/+8
| | | | | | | | | | | | | | | | | | This is the second half of bug 1837832. Modifies the camera client and camera service to use the new binder interface. Removes the old binder interface. There will be one more part to this change to surface the undefined callbacks to the Java layer so that partners can implement new features without having to touch the stack.
* | Remove debug messages.Wu-cheng Li2009-04-221-3/+3
| | | | | | | | | | | | modified: core/java/android/hardware/Camera.java modified: camera/libcameraservice/CameraService.cpp
* | Remove dangling media recorder client reference when setCamera() is used.James Dong2009-04-201-1/+7
| |
* | AI 143177: am: CL 142889 Fix issue #1736153 Camera shutter sound can be ↵Eric Laurent2009-03-271-1/+9
| | | | | | | | | | | | | | | | | | | | | | muted by new AlarmClock setting. Current implementation of Camera service plays the camera shutter sound over the ALARM stream so that it cannot be muted by silent mode in order to comply to some country specific requirement. A recent change made it possible for the user to mute the ALARM stream thus making this stream not suitable any more for the camera shutter sound. The fix consists in creating a new stream type only accessible by native code and that cannot be muted and use it to play camera sounds. Original author: elaurent Merged from: //branches/cupcake/... Automated import of CL 143177
* | Automated import from //branches/donutburger/...@141711,141711Andreas Huber2009-03-241-0/+3
| |
* | Automated import from //branches/donutburger/...@141614,141614Wu-cheng Li2009-03-241-4/+5
| |
* | Automated import from //branches/donutburger/...@141598,141598Jason Sams2009-03-241-5/+12
| |
* | Automated import from //branches/donutburger/...@141469,141469Jason Sams2009-03-241-0/+30
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1073
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1070/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-27/+21
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-21/+27
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-71/+257
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-14/+42
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-7/+55
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-42/+93
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+757