summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/CameraService.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Allow camera to be disabled via Device Policy ManagerWu-cheng Li2011-05-301-0/+8
* frameworks/base: switch CameraService to a HAL moduleIliyan Malchev2011-05-031-21/+49
* frameworks/base: include system/core header camera.h in Camera.hIliyan Malchev2011-05-031-9/+9
* audio/media: convert to using the audio HAL and new audio defsDima Zavin2011-04-271-2/+2
* remove more unused references to ISurfaceMathias Agopian2011-04-051-11/+3
* frameworks/base: some camera-interface cleanupIliyan Malchev2011-03-281-18/+2
* Application-managed callback buffer support for raw imageJames Dong2011-02-221-6/+19
* Add camera service support for SurfaceTexture.Jamie Gennis2011-01-061-23/+45
* We requires camera hal's implementation should not track the ref count of any...James Dong2010-12-101-4/+1
* remove support for PUSH_BUFFER surfaces and overlaysMathias Agopian2010-12-081-97/+10
* Don't drop video frames but to release them.James Dong2010-12-061-1/+4
* Revert "Temporary workaround for issue 3187563"Eric Laurent2010-11-241-4/+0
* Temporary workaround for issue 3187563Eric Laurent2010-11-111-0/+4
* Mirror the camera preview if the camera is front-facing.Wu-cheng Li2010-10-251-26/+35
* Camera framework change required for 0-memcpy recordingJames Dong2010-10-191-1/+24
* Fix camera display orientation.Wu-cheng Li2010-10-121-1/+11
* resolved conflicts for merge of 191a25e1 to masterWu-cheng Li2010-09-271-5/+13
|\
| * The old overlay should be destroyed if orientation changes.Wu-cheng Li2010-09-271-5/+13
* | Added command type to play recording sound.Nipun Kwatra2010-09-141-0/+2
* | Adding enable/disable option for sendCommand()Nipun Kwatra2010-09-141-1/+46