summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/CameraService.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Application-managed callback buffer support for raw imageJames Dong2011-02-221-1/+1
* Add camera service support for SurfaceTexture.Jamie Gennis2011-01-061-1/+3
* remove support for PUSH_BUFFER surfaces and overlaysMathias Agopian2010-12-081-7/+0
* Mirror the camera preview if the camera is front-facing.Wu-cheng Li2010-10-251-1/+3
* Camera framework change required for 0-memcpy recordingJames Dong2010-10-191-0/+3
* Fix camera display orientation.Wu-cheng Li2010-10-121-0/+2
* resolved conflicts for merge of 191a25e1 to masterWu-cheng Li2010-09-271-1/+3
|\
| * The old overlay should be destroyed if orientation changes.Wu-cheng Li2010-09-271-1/+3
* | Adding enable/disable option for sendCommand()Nipun Kwatra2010-09-141-0/+4
* | Change the framework to use the new camera preview path.Jamie Gennis2010-08-231-1/+8
|/
* Handle the camera open failure better.Wu-cheng Li2010-08-191-0/+1
* resolved conflicts for merge of 27eecb70 to gingerbreadJean-Baptiste Queru2010-07-301-1/+0
* added BinderService<> template to help creating native binder servicesMathias Agopian2010-07-141-2/+7
* move native services under services/Mathias Agopian2010-07-141-0/+194