| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use image rect information to display zoomed picture. | Wu-cheng Li | 2009-10-29 | 1 | -1/+1 |
| | | |||||
| * | Don't callback on NULL client. Bug 2180510. | Dave Sparks | 2009-10-15 | 1 | -3/+3 |
| | | | | | | | | | We weren't checking to see if there was a valid camera client when calling the notify callback function. Now we grab a strong pointer before the callback to guarantee that the client is not destroyed before we complete the callback. This change also fixes other places in the code where we weren't holding a local strong pointer. | ||||
| * | Add zoom functions and sendCommand. | Wu-cheng Li | 2009-10-06 | 1 | -0/+3 |
| | | | | | b2060030 | ||||
| * | Fix 2083478: Camera needs an auto-focus cancel API | Chih-Chung Chang | 2009-09-15 | 1 | -0/+3 |
| | | | | | Change-Id: I13bda991b32aee47e82b5cf9d43b3021c416a9a2 | ||||
| * | Modified the camera HAL interface to use the same generic callback ↵ | Benny Wong | 2009-08-13 | 1 | -13/+11 |
| | | | | | architecture as camera services | ||||
| * | Hardware overlay support | Benny Wong | 2009-07-16 | 1 | -0/+4 |
| | | | | | Enable hardware overlay support for camera and video playback use cases | ||||
| * | Add timestamps to video frames to improve A/V sync. | Dave Sparks | 2009-07-08 | 1 | -2/+2 |
| | | | | | Bug 1927069. | ||||
| * | Allow setPreviewDisplay after startPreview. | Wu-cheng Li | 2009-07-01 | 1 | -0/+2 |
| | | |||||
| * | Only remove client after the hardware is teared down, so a new client | Chih-Chung Chang | 2009-06-25 | 1 | -1/+1 |
| | | | | | | | is rejected before old client is done. Also check mUsers in all cases to make sure there are no existing client. | ||||
| * | Fix 1933269: startPreview failed. | Chih-Chung Chang | 2009-06-24 | 1 | -0/+5 |
| | | | | | | | | | | The reason we need this count is a new CameraService::connect() request may come in while the previous Client's destructor has not been run or is still running. If the last strong reference of the previous Client is gone but destructor has not been run, we should not allow the new Client to be created because we need to wait for the previous Client to tear down the hardware first. | ||||
| * | Fix permission hole in camera service. Some debugging code was added | Dave Sparks | 2009-05-20 | 1 | -2/+0 |
| | | | | | | | to CameraService::onTransact() method during development. Later on the entire onTransact() method was #ifdef'd out, which inadvertently omitted the permissions check code. This change restores the code. | ||||
| * | Automated import from //branches/donutburger/...@141469,141469 | Jason Sams | 2009-03-24 | 1 | -0/+5 |
| | | |||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+206 |
| | | |||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -206/+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/...@130745 | The Android Open Source Project | 2009-02-10 | 1 | -7/+32 |
| | | |||||
| * | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 1 | -3/+16 |
| | | |||||
| * | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -9/+17 |
| | | |||||
| * | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+160 |
