summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/CameraService.h
Commit message (Expand)AuthorAgeFilesLines
* Camera: Disallow dumping clients directlyEino-Ville Talvala2016-01-221-1/+7
* Camera: Add video recording stop soundChien-Yu Chen2015-10-141-1/+2
* CameraService: Link to client binder death at end of connectEino-Ville Talvala2015-09-041-5/+0
* CameraService: Treat TOP_SLEEPING same as TOP for priority.Eino-Ville Talvala2015-09-031-0/+2
* am fe751bea: Camera: Fix flashlight deadlockChien-Yu Chen2015-09-021-1/+3
|\
| * Camera: Fix flashlight deadlockChien-Yu Chen2015-09-011-1/+3
* | CameraService: Notify camera service proxy of device statusEino-Ville Talvala2015-08-211-0/+10
|/
* Camera: Add camera type to ICameraService.getNumberOfCameras.Eino-Ville Talvala2015-08-141-0/+8
* Merge "Track camera and flashlight usage in battery stats." into mnc-devRuben Brunk2015-06-021-4/+22
|\
| * Track camera and flashlight usage in battery stats.Ruben Brunk2015-06-011-4/+22
* | camera: Add AIDL interface for CameraServiceProxy.Ruben Brunk2015-05-201-0/+2
|/
* camera2: Fix work-profile eviction handling.Ruben Brunk2015-05-141-20/+14
* Merge "camera2: Fix arbitration priority calculation." into mnc-devRuben Brunk2015-05-131-15/+1
|\
| * camera2: Fix arbitration priority calculation.Ruben Brunk2015-05-121-15/+1
* | Merge "mediaresourcemanager: change resource manager service log to use ring ...Ronghua Wu2015-05-121-1/+1
|\ \
| * | mediaresourcemanager: change resource manager service log to use ring buffer.Ronghua Wu2015-05-111-1/+1
| |/
* | Revert "Add camera app op - camera"Svetoslav Ganov2015-05-121-12/+10
|/
* Add camera app op - cameraSvet Ganov2015-05-021-10/+12
* camera2: Fix fuzztesting segfault in connect.Ruben Brunk2015-05-011-0/+9
* CameraService: Add support for module init, some logging updatesEino-Ville Talvala2015-04-151-0/+10
* 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