summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/CameraService.h
Commit message (Expand)AuthorAgeFilesLines
* camera: Fix client eviction/disconnect race.Ruben Brunk2015-04-131-0/+3
* camera: Update camera service logging and validation.Ruben Brunk2015-04-091-8/+49
* camera2: Enforce client eviction on user switch.Ruben Brunk2015-03-311-6/+24
* camera2: Remove ProCamera.Ruben Brunk2015-03-201-53/+1
* camera2: Add camera client eviction enforcement.Ruben Brunk2015-03-181-94/+449
* camera: implement flashlight for HAL v1 devicesChien-Yu Chen2015-03-031-1/+0
* camera: fix flashlight implementation for HAL v2Chien-Yu Chen2015-03-031-8/+13
* camera: implement flashlight controlChien-Yu Chen2015-02-121-0/+34
* CameraService: intercept Camera moduleYin-Chia Yeh2015-02-031-2/+4
* Update calls to IInterface::asBinder()Marco Nelissen2014-11-141-1/+1
* camera: Allow shutter sounds to be disabled from camera2 apiIgor Murashkin2014-08-191-8/+11
* CameraService: Clean up availability listeners and HAL error codesEino-Ville Talvala2014-07-281-5/+8
* cameraservice: Implement HAL1 and higher HAL API coexistenceZhijun He2014-06-191-1/+7
* camera: Add #getLegacyParameters, #supportsCameraApi to ICameraServiceIgor Murashkin2014-06-171-0/+17
* camera2: Update CameraService for HAL1 shim.Ruben Brunk2014-05-211-0/+39
* CameraService: trigger appropriate callbacks for burst capture.Jianing Wei2014-04-101-3/+8
* camera3: Pass vendor tags through binder.Ruben Brunk2014-03-131-15/+18
* Camera: Implement getCameraCharacteristicsZhijun He2013-09-251-0/+2
* Camera1: Set preview to be asynchronous, and remove dead codeEino-Ville Talvala2013-08-211-2/+1
* Refactor CameraService to handle errors properly.Ruben Brunk2013-08-161-8/+16
* Camera: Rename new API to camera2, rearrange camera serviceEino-Ville Talvala2013-07-301-2/+2
* Make android.hardware.photography.Camera work on HAL3+ devicesIgor Murashkin2013-06-201-1/+4
* Initial implementation of android.hardware.photography.CameraDevice (service)Igor Murashkin2013-06-201-7/+25
* am a790258a: am a5751c3a: Merge "Camera: Hotplug - conditionally transition t...Igor Murashkin2013-05-081-5/+3
|\
| * Camera: Hotplug - conditionally transition to PRESENT when clients disconnectIgor Murashkin2013-05-021-5/+3
* | Camera: Add preview callback surface supportEino-Ville Talvala2013-04-171-0/+2
|/
* Camera: Add hotplug support (for fixed # of cameras)Igor Murashkin2013-03-261-2/+12
* Camera: Make ProCamera connect take the same paths as Camera connectIgor Murashkin2013-03-111-19/+26
* CameraService: Refactor Camera2Client to share a base with ProCameraClientIgor Murashkin2013-03-111-5/+9
* Camera: Drop ProCamera connections when a Camera connection happensIgor Murashkin2013-02-281-1/+29
* camera_client: refactor Camera/ProCamera commonalities into BasicCameraIgor Murashkin2013-02-261-1/+6
* CameraService and Stagefright: Support AppOpsEino-Ville Talvala2013-02-251-7/+50
* Camera: Add ProCamera private binder interface for an API2-light functionalityIgor Murashkin2013-02-221-24/+123
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-1/+1
* Camera2: Don't promote weak IBinder ptrs to strong onesIgor Murashkin2012-10-051-2/+2
* Camera2: Handle client processes dying by closing camera resourcesIgor Murashkin2012-10-031-2/+13
* Camera service: Initialization for camera2 clients and devicesEino-Ville Talvala2012-05-291-0/+2
* Camera service: Add skeleton support for camera2 devices.Eino-Ville Talvala2012-05-171-1/+0
* Break out CameraClient from CameraService.Eino-Ville Talvala2012-05-161-134/+60
* Remove new camera connect API.Wu-cheng Li2012-04-191-13/+2
* Fix deadlock in camera destruction after client app's crashKeun young Park2012-03-281-3/+13
* Add a new camera open API that allows taking the ownership.Wu-cheng Li2012-03-151-2/+13
* Switch camera sounds to always use the system enforced audio stream.Eino-Ville Talvala2012-01-061-1/+0
* Fix 5468644: Use the proper audio stream type to play sound.Chih-Chung Chang2011-10-171-0/+3
* Pass camera frame metadata from camera service to Java.Wu-cheng Li2011-08-021-3/+7
* Add frame metadata parameter to camera data_callback.Wu-cheng Li2011-07-291-1/+2
* CameraService: (dis)connect from preview windowsJamie Gennis2011-07-141-0/+4
* frameworks/base: switch CameraService to a HAL moduleIliyan Malchev2011-05-031-2/+5
* remove more unused references to ISurfaceMathias Agopian2011-04-051-6/+0
* frameworks/base: some camera-interface cleanupIliyan Malchev2011-03-281-3/+1