summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/CameraService.cpp
Commit message (Expand)AuthorAgeFilesLines
* Camera: Hotplug - conditionally transition to PRESENT when clients disconnectIgor Murashkin2013-05-021-7/+30
* Camera2: Fix deadlock on shutdown due to client getting killed.Eino-Ville Talvala2013-04-261-0/+4
* Camera: Add hotplug support (for fixed # of cameras)Igor Murashkin2013-03-261-3/+131
* ProCamera: Fix rare deadlock when client destructs inside the connect callIgor Murashkin2013-03-131-77/+87
* Camera: Make ProCamera connect take the same paths as Camera connectIgor Murashkin2013-03-111-127/+88
* CameraService: Refactor Camera2Client to share a base with ProCameraClientIgor Murashkin2013-03-111-6/+8
* Camera: Drop ProCamera connections when a Camera connection happensIgor Murashkin2013-02-281-1/+125
* Camera: Start of support for version 3.0 of camera device HALEino-Ville Talvala2013-02-271-1/+3
* camera_client: refactor Camera/ProCamera commonalities into BasicCameraIgor Murashkin2013-02-261-1/+5
* CameraService and Stagefright: Support AppOpsEino-Ville Talvala2013-02-251-28/+143
* Camera: ProCamera2Client - add createStream (service is stubbed) and unit testIgor Murashkin2013-02-221-1/+3
* Camera: Add ProCamera private binder interface for an API2-light functionalityIgor Murashkin2013-02-221-29/+267
* Camera: Add unit test infrastructure for libcameraclientIgor Murashkin2013-02-221-0/+1
* CameraService: Log camera module nameAlex Ray2013-02-201-0/+1
* Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-1/+0
* Camera2: Always disconnect in the client destructorIgor Murashkin2012-10-081-0/+4
* Camera2: Don't promote weak IBinder ptrs to strong onesIgor Murashkin2012-10-051-10/+12
* Camera2: Handle client processes dying by closing camera resourcesIgor Murashkin2012-10-031-15/+77
* Camera2: Improve formatting of debugging dumpEino-Ville Talvala2012-07-311-1/+2
* CameraService: Add more information to service dump.Eino-Ville Talvala2012-07-171-4/+57
* Add basic Camera2Client dump, minor fixes to CameraService dump.Eino-Ville Talvala2012-05-311-13/+7
* Camera service: Initialization for camera2 clients and devicesEino-Ville Talvala2012-05-291-24/+10
* Camera service: Add skeleton support for camera2 devices.Eino-Ville Talvala2012-05-171-5/+34
* Break out CameraClient from CameraService.Eino-Ville Talvala2012-05-161-883/+8
* Remove new camera connect API.Wu-cheng Li2012-04-191-112/+29
* Fix deadlock in camera destruction after client app's crashKeun young Park2012-03-281-15/+47
* Add a new camera open API that allows taking the ownership.Wu-cheng Li2012-03-151-32/+117
* fix libgui header locationMathias Agopian2012-02-271-1/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-22/+22
* am 4bc873e6: am 7944704e: Merge "Switch camera sounds to always use the syste...Eino-Ville Talvala2012-01-061-11/+1
|\
| * Switch camera sounds to always use the system enforced audio stream.Eino-Ville Talvala2012-01-061-11/+1
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-7/+7
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-2/+2
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-2/+2
* | Add camera focus move callback.Wu-cheng Li2011-11-291-1/+1
|/
* Fix 5487571: Make sure shutter sound is played when it's enforcedChih-Chung Chang2011-10-201-8/+2
* Fix 5468644: Use the proper audio stream type to play sound.Chih-Chung Chang2011-10-171-14/+13
* Add initialize method to CameraHardwareInterfaceTyler Luu2011-10-071-4/+9
* Merge "Allow shutter/recording sound to be adjusted unless it's forced."Chih-Chung Chang2011-10-071-1/+12
|\
| * Allow shutter/recording sound to be adjusted unless it's forced.Chih-Chung Chang2011-10-071-1/+12
* | Allow Camera.setDisplayOrientation to be called when preview is active.Wu-cheng Li2011-10-071-4/+4
|/
* Add video snapshot camera parameter.Wu-cheng Li2011-09-011-5/+0
* Pass camera frame metadata from camera service to Java.Wu-cheng Li2011-08-021-19/+21
* connect/disconnect is now called from our EGL wrapperMathias Agopian2011-08-011-4/+4
* Add frame metadata parameter to camera data_callback.Wu-cheng Li2011-07-291-1/+1
* Merge "Disconnect the native window in CameraService::Client::disconnect."Wu-cheng Li2011-07-191-11/+12
|\
| * Disconnect the native window in CameraService::Client::disconnect.Wu-cheng Li2011-07-201-11/+12
* | use SurfaceTexture new scaling mode in SFMathias Agopian2011-07-191-0/+4
|/
* CameraService: (dis)connect from preview windowsJamie Gennis2011-07-141-46/+51
* Add framework support for camcorder zoom.Wu-cheng Li2011-06-271-0/+9