summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/camera
Commit message (Collapse)AuthorAgeFilesLines
* Camera: Add support for notifying NFC stack when camera is activeEino-Ville Talvala2015-08-211-11/+125
| | | | | | | | | | On some devices, NFC full poll operation and camera operation interfere. Add a system property ro.camera.notify_nfc. When set to > 0, the NFC adapter will be notified to disable polling whenever the camera is active. Bug: 23393557 Change-Id: I7e22018900970cbbd3d34bd8b3974e0b1cc98a8d
* Ensure camera service is notified of user profile changes.Ruben Brunk2015-06-231-0/+39
| | | | | Bug: 21996939 Change-Id: Ie2578c4de587d26090f46b15e958ab9820f0ccf7
* Make CameraService proxy retry behavior more lenient.Ruben Brunk2015-06-021-9/+54
| | | | | Bug: 21527760 Change-Id: I70abea66f1d1fafffcfdd8e30b0cff244f814e59
* camera: Add AIDL interface for CameraServiceProxy.Ruben Brunk2015-05-191-4/+29
| | | | | | | | | | | | - Adds an AIDL interface to allow the proxy camera service running in system server to accept RPCs from the camera service running in mediaserver. - Request an update to the valid user set from the proxy camera service when mediaserver restarts to initialize properly + avoid DOS after a crash. Bug: 21267484 Change-Id: Ib821582794ddd1e3574b5dc6c79f7cb197b57f10
* camera2: Fix work-profile eviction handling.Ruben Brunk2015-05-141-8/+65
| | | | | | Bug: 20124384 Change-Id: I6fb82dbfd5f98746ed4befed81a583e3709bfee8
* Add CameraService to system server.Ruben Brunk2015-03-311-0/+66
- Adds a camera service to system server that forwards events to the mediaserver camera service. - Notify the camera service when the device user changes. Bug: 19186859 Change-Id: I172a2ce46c8e8a131ae7e8dd99d60c5f4f0d6668