summaryrefslogtreecommitdiffstats
path: root/include/ui/Camera.h
Commit message (Collapse)AuthorAgeFilesLines
* Modified the camera HAL interface to use the same generic callback ↵Benny Wong2009-08-131-9/+10
| | | | architecture as camera services
* Add timestamps to video frames to improve A/V sync.Dave Sparks2009-07-081-0/+3
| | | | Bug 1927069.
* Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug ↵James Dong2009-07-021-0/+6
| | | | 1956726)
* Pipe all the camera callbacks to Java to facilitate the additionDave Sparks2009-06-261-7/+3
| | | | | | of new features. This will make it easy to add things like zoom callbacks without modifying the entire camera stack. Bug 1837832.
* Cleanup header file. Disallow copy of Camera object by making copyDave Sparks2009-06-241-5/+2
| | | | constructor and operator= private.
* Remove deprecated callback function support.Dave Sparks2009-06-241-23/+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
* Use a ref-counted callback interface for Camera.Dave Sparks2009-06-241-0/+13
| | | | | | | | | 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
* Modify camera framework to use new streamlined binder interface.Dave Sparks2009-05-111-8/+18
| | | | | | | | | 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 callbacksDave Sparks2009-05-071-0/+2
| | | | | | | 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 Dong2009-04-271-1/+0
| | | | | | | 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 oneJames Dong2009-04-231-2/+2
| | | | | | | | 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/@135843The Android Open Source Project2009-03-031-0/+196
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-196/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-11/+32
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+5
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-8/+53
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+125