summaryrefslogtreecommitdiffstats
path: root/camera/libcameraservice/CameraService.h
Commit message (Collapse)AuthorAgeFilesLines
* Use image rect information to display zoomed picture.Wu-cheng Li2009-10-291-1/+1
|
* Don't callback on NULL client. Bug 2180510.Dave Sparks2009-10-151-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 Li2009-10-061-0/+3
| | | | b2060030
* Fix 2083478: Camera needs an auto-focus cancel APIChih-Chung Chang2009-09-151-0/+3
| | | | Change-Id: I13bda991b32aee47e82b5cf9d43b3021c416a9a2
* Modified the camera HAL interface to use the same generic callback ↵Benny Wong2009-08-131-13/+11
| | | | architecture as camera services
* Hardware overlay supportBenny Wong2009-07-161-0/+4
| | | | Enable hardware overlay support for camera and video playback use cases
* Add timestamps to video frames to improve A/V sync.Dave Sparks2009-07-081-2/+2
| | | | Bug 1927069.
* Allow setPreviewDisplay after startPreview.Wu-cheng Li2009-07-011-0/+2
|
* Only remove client after the hardware is teared down, so a new clientChih-Chung Chang2009-06-251-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 Chang2009-06-241-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 addedDave Sparks2009-05-201-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,141469Jason Sams2009-03-241-0/+5
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+206
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-206/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-3/+0
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-0/+3
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-7/+32
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-3/+16
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-9/+17
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+160