summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/CameraService.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "camera3: Update CameraMetadata vendor tag handling."Ruben Brunk2014-05-051-1/+14
|\
| * camera3: Update CameraMetadata vendor tag handling.Ruben Brunk2014-05-021-1/+14
| * Revert "camera3: Update CameraMetadata vendor tag handling."Ruben Brunk2014-05-031-14/+1
| * camera3: Update CameraMetadata vendor tag handling.Ruben Brunk2014-05-021-1/+14
* | NULL check in ConnectProNatalie Silvanovich2014-05-051-0/+5
|/
* CameraService: trigger appropriate callbacks for burst capture.Jianing Wei2014-04-101-3/+6
* Camera3: fix HAL3.x version check issueZhijun He2014-03-271-0/+8
* am a1aaaf86: am 4f53fe74: Merge "CameraService: deadlock fix"Eino-Ville Talvala2014-03-251-0/+1
|\
| * am 4f53fe74: Merge "CameraService: deadlock fix"Eino-Ville Talvala2014-03-251-0/+1
| |\
| | * CameraService: deadlock fixKalle Lampila2014-03-251-0/+1
* | | am 5c679d41: resolved conflicts for merge of 3d7c5002 to klp-modular-dev-plus...Colin Cross2014-03-241-1/+1
|\ \ \ | |/ /
| * | resolved conflicts for merge of 3d7c5002 to klp-modular-dev-plus-aospColin Cross2014-03-211-1/+1
| |\ \ | | |/
| | * libcameraservice: fix 64-bit print format warningsColin Cross2014-03-211-1/+1
* | | am 557847ee: am a6ca0acf: am bd3e2e03: camera2: Fix segfault when using null ...Igor Murashkin2014-03-181-0/+10
|\ \ \ | |/ /
| * | am a6ca0acf: am bd3e2e03: camera2: Fix segfault when using null availability ...Igor Murashkin2014-03-181-0/+10
| |\ \ | | |/ | |/|
| | * camera2: Fix segfault when using null availability listenerIgor Murashkin2014-03-171-0/+10
* | | camera2: Don't log vendor tag errors when camera HAL too oldIgor Murashkin2014-03-171-1/+1
* | | camera3: Pass vendor tags through binder.Ruben Brunk2014-03-131-15/+78
* | | resolved conflicts for merge of 566be7c3 to masterNarayan Kamath2014-02-111-2/+2
|\ \ \ | |/ /
| * | Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-2/+2
| |/
* | FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...Andreas Huber2014-02-041-1/+2
|/
* camera: Collect stack traces when bad things happen, print with dumpsysIgor Murashkin2013-10-291-0/+5
* Camera: only return static metadata for HAL3 deviceZhijun He2013-10-011-0/+6
* Camera: Implement getCameraCharacteristicsZhijun He2013-09-251-0/+37
* Fix CameraService error flag when running HAL1 with API2.Ruben Brunk2013-09-041-2/+2
* Refactor CameraService to handle errors properly.Ruben Brunk2013-08-161-56/+65
* Camera: Rename new API to camera2, rearrange camera serviceEino-Ville Talvala2013-07-301-4/+4
* Camera: ProCamera connect need support HAL3 deviceZhijun He2013-07-221-0/+1
* Make android.hardware.photography.Camera work on HAL3+ devicesIgor Murashkin2013-06-201-0/+3
* Initial implementation of android.hardware.photography.CameraDevice (service)Igor Murashkin2013-06-201-19/+106
* 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