Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor clean-up to Rect and Point. | Mathias Agopian | 2009-05-26 | 2 | -34/+27 |
| | | | | | | - return "const" objects for overloaded operators to disallow constructs like: (a+b) = c; - don't return references to non-static members, it's not always safe. - Point.cpp was empty, so get rid of it | ||||
* | Modify camera framework to use new streamlined binder interface. | Dave Sparks | 2009-05-11 | 2 | -32/+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 callbacks | Dave Sparks | 2009-05-07 | 2 | -0/+21 |
| | | | | | | | 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 | -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 one | James Dong | 2009-04-23 | 1 | -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. | ||||
* | AI 145778: Manual merge changes 145382-145384 from cupcake. | Andy Stadler | 2009-04-10 | 1 | -6/+6 |
| | | | | Automated import of CL 145778 | ||||
* | AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation ↵ | Mathias Agopian | 2009-03-27 | 2 | -2/+7 |
| | | | | | | | | | when triggered by sensor Original author: mathias Merged from: //branches/cupcake/... Automated import of CL 143171 | ||||
* | auto import from //depot/cupcake/@136594 | The Android Open Source Project | 2009-03-05 | 1 | -1/+1 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 24 | -0/+2766 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 24 | -2763/+0 |
| | |||||
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 1 | -3/+0 |
| | |||||
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 1 | -0/+3 |
| | |||||
* | auto import from //branches/cupcake/...@132569 | The Android Open Source Project | 2009-02-20 | 1 | -1/+3 |
| | |||||
* | auto import from //branches/cupcake/...@131421 | The Android Open Source Project | 2009-02-13 | 1 | -9/+3 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 12 | -28/+171 |
| | |||||
* | auto import from //branches/cupcake/...@127101 | The Android Open Source Project | 2009-01-20 | 1 | -3/+3 |
| | |||||
* | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 4 | -6/+8 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 9 | -47/+75 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 13 | -213/+274 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 23 | -0/+2533 |