Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | split libsurfaceflinger_client and libcamera_client out of libui | Mathias Agopian | 2010-02-11 | 1 | -356/+0 |
| | |||||
* | Remove some logs. | Wu-cheng Li | 2010-02-10 | 1 | -1/+1 |
| | |||||
* | Add zoom functions and sendCommand. | Wu-cheng Li | 2009-10-06 | 1 | -0/+9 |
| | | | | b2060030 | ||||
* | Fix 2083478: Camera needs an auto-focus cancel API | Chih-Chung Chang | 2009-09-15 | 1 | -0/+8 |
| | | | | Change-Id: I13bda991b32aee47e82b5cf9d43b3021c416a9a2 | ||||
* | resolved conflicts for merge of 04c7d0f8 to master | Dave Sparks | 2009-07-08 | 1 | -0/+13 |
|\ | |||||
| * | Add timestamps to video frames to improve A/V sync. | Dave Sparks | 2009-07-08 | 1 | -0/+13 |
| | | | | | | | | Bug 1927069. | ||||
* | | am c7396025: Merge change 6084 into donut | Android (Google) Code Review | 2009-07-06 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | Merge commit 'c7396025e59524e7ef639fd86fc23123939ee91c' * commit 'c7396025e59524e7ef639fd86fc23123939ee91c': Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1956726) | ||||
| * | Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug ↵ | James Dong | 2009-07-02 | 1 | -1/+1 |
| | | | | | | | | 1956726) | ||||
* | | am b8a10fe4: Allow setPreviewDisplay after startPreview. | Wu-cheng Li | 2009-07-01 | 1 | -8/+8 |
|\ \ | |/ | | | | | | | | | | | Merge commit 'b8a10fe45657f2dcc50cae8a06805f8438a6937e' * commit 'b8a10fe45657f2dcc50cae8a06805f8438a6937e': Allow setPreviewDisplay after startPreview. | ||||
| * | Allow setPreviewDisplay after startPreview. | Wu-cheng Li | 2009-07-01 | 1 | -8/+8 |
| | | |||||
* | | am eaa89f74: Merge change 5172 into donut | Android (Google) Code Review | 2009-06-24 | 1 | -124/+0 |
|\ \ | |/ | | | | | | | | | | | Merge commit 'eaa89f74c04c0f10d5f3f8190b457087537bff2e' * commit 'eaa89f74c04c0f10d5f3f8190b457087537bff2e': Remove deprecated callback function support. | ||||
| * | Remove deprecated callback function support. | Dave Sparks | 2009-06-24 | 1 | -124/+0 |
| | | | | | | | | | | | | | | This is the last of a 3-part change to modify the camera to use a more streamlined callback interface. This change removes the old code. Bug 1884362 | ||||
* | | am 3d7b8d1a: Merge change 5158 into donut | Android (Google) Code Review | 2009-06-24 | 1 | -0/+33 |
|\ \ | |/ | | | | | | | | | | | Merge commit '3d7b8d1aa6a362292f56defbe8fb2d5653f79282' * commit '3d7b8d1aa6a362292f56defbe8fb2d5653f79282': Use a ref-counted callback interface for Camera. | ||||
| * | Use a ref-counted callback interface for Camera. | Dave Sparks | 2009-06-24 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | | This allows the camera service to hang onto the callback interface until all callbacks have been processed. This prevents problems where pending callbacks in binder worker threads are processed after the Java camera object and its associated native resources have been released. Bug 1884362 | ||||
* | | move libbinder's header files under includes/binder | Mathias Agopian | 2009-05-20 | 1 | -2/+2 |
|/ | |||||
* | Modify camera framework to use new streamlined binder interface. | Dave Sparks | 2009-05-11 | 1 | -64/+54 |
| | | | | | | | | | 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. | ||||
* | Add new binder methods to camera client to support generic callbacks | Dave Sparks | 2009-05-07 | 1 | -0/+12 |
| | | | | | | | This is the first step in a multi-step change to move from the old specific callbacks to a generic callback. This will allow future flexibility in the interface without requiring binder rewrites. Bug 1837832 | ||||
* | Bug fix(1807910): media recorder crash due to the use of locked camera ↵ | James Dong | 2009-04-27 | 1 | -13/+7 |
| | | | | | | | object (last part) - remove an unused Camera constructor - add a check on the argument in Camera::create() method | ||||
* | Fix a media server crash (bug 1807910): part one | James Dong | 2009-04-23 | 1 | -0/+13 |
| | | | | | | | | Add a factory method that creates a Camera object from a remote client Next: The changes in authordriver.cpp and android_camera_input.cpp will come. and the constructor for Camera object will be removed. | ||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+408 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -406/+0 |
| | |||||
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 1 | -2/+0 |
| | |||||
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 1 | -0/+2 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 1 | -11/+65 |
| | |||||
* | auto import from //branches/cupcake/...@127101 | The Android Open Source Project | 2009-01-20 | 1 | -17/+38 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 1 | -0/+19 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -28/+91 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+249 |