summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* AudioPolicyService: Synchronize access to AudioPolicyManagerHaynes Mathew George2015-11-071-0/+1
* libcameraservice: Fix nullptr crash when no client.Tom Keel2015-11-071-2/+4
* Merge tag 'android-6.0.0_r26' into cm-13.0Ricardo Cerqueira2015-11-0539-518/+832
|\
| * Camera3Device: Change HFR request thread priority to 1Chien-Yu Chen2015-10-011-1/+1
| * Camera3Device: Bookkeeping reprocess shutters separatelyChien-Yu Chen2015-09-302-12/+27
| * CameraService: Use SCHED_FIFO for request queue thread in HFREino-Ville Talvala2015-09-269-233/+22
| * Merge "audio policy: fix preemtible capture race" into mnc-dr-devEric Laurent2015-09-243-3/+41
| |\
| | * audio policy: fix preemtible capture raceEric Laurent2015-09-223-3/+41
| * | AudioPolicyService: fix race in AudioCommandThreadEric Laurent2015-09-231-8/+16
| |/
| * audio policy: bind setMode() and setPhoneState() operationsEric Laurent2015-09-161-1/+5
| * Merge "AudioPolicy: don't always change ACCESSIBILITY volume" into mnc-dr-devJean-Michel Trivi2015-09-161-1/+3
| |\
| | * AudioPolicy: don't always change ACCESSIBILITY volumeJean-Michel Trivi2015-09-141-1/+3
| * | Merge "Camera: API1 shim: select better default FPS range" into mnc-dr-devYin-Chia Yeh2015-09-151-2/+2
| |\ \ | | |/ | |/|
| | * Camera: API1 shim: select better default FPS rangeYin-Chia Yeh2015-09-111-2/+2
| * | Merge "Force fixed volume for TTS stream" into mnc-dr-devEric Laurent2015-09-141-4/+4
| |\ \
| | * | Force fixed volume for TTS streamEric Laurent2015-09-111-4/+4
| * | | Merge "Camera3Device: Signal buffer returned after it failed" into mnc-dr-devChien-Yu Chen2015-09-121-1/+4
| |\ \ \
| | * | | Camera3Device: Signal buffer returned after it failedChien-Yu Chen2015-09-111-1/+4
| | | |/ | | |/|
| * | | Merge "Workaround static fast track start-after-stop issue" into mnc-dr-devAndy Hung2015-09-121-1/+4
| |\ \ \
| | * | | Workaround static fast track start-after-stop issueAndy Hung2015-09-111-1/+4
| | | |/ | | |/|
| * | | Add DUMP permission check to ResourceManagerService.dcashman2015-09-111-0/+9
| * | | Reduce DUMP permission denial output to one line.dcashman2015-09-111-1/+1
| | |/ | |/|
| * | audio flinger: force audio path start from normal mixerEric Laurent2015-09-101-0/+6
| |/
| * Merge "Revert "Do not acknowledge flush() on start() for static tracks"" into...Eric Laurent2015-09-091-6/+3
| |\
| | * Revert "Do not acknowledge flush() on start() for static tracks"Eric Laurent2015-09-091-6/+3
| * | CameraService: Add more systracing, fix module init orderEino-Ville Talvala2015-09-092-14/+84
| |/
| * Merge "Do not acknowledge flush() on start() for static tracks" into mnc-dr-devAndy Hung2015-09-081-3/+6
| |\
| | * Do not acknowledge flush() on start() for static tracksAndy Hung2015-08-241-3/+6
| * | Merge "CameraService: Link to client binder death at end of connect" into mnc...Eino-Ville Talvala2015-09-052-8/+11
| |\ \
| | * | CameraService: Link to client binder death at end of connectEino-Ville Talvala2015-09-042-8/+11
| * | | Merge "Camera3Device: Clean up next request batch variable" into mnc-dr-devChien-Yu Chen2015-09-052-52/+41
| |\ \ \ | | |/ / | |/| |
| | * | Camera3Device: Clean up next request batch variableChien-Yu Chen2015-09-042-52/+41
| * | | Merge "Camera3Device: Support batch requests" into mnc-dr-devChien-Yu Chen2015-09-048-199/+387
| |\ \ \ | | |/ /
| | * | Camera3Device: Support batch requestsChien-Yu Chen2015-09-038-199/+387
| * | | CameraService: Treat TOP_SLEEPING same as TOP for priority.Eino-Ville Talvala2015-09-032-0/+7
| |/ /
| * | am fe751bea: Camera: Fix flashlight deadlockChien-Yu Chen2015-09-022-3/+5
| |\ \
| | * | Camera: Fix flashlight deadlockChien-Yu Chen2015-09-012-3/+5
| * | | Camera3Device: Don't hold mutex during HAL device close.Eino-Ville Talvala2015-08-281-6/+14
| * | | CameraService: Notify camera service proxy of device statusEino-Ville Talvala2015-08-218-6/+74
| | |/ | |/|
| * | am e857d28d: Merge "TimestretchBufferProvider: getNextBuffer should follow AP...Andy Hung2015-08-211-23/+26
| |\ \ | | |/
| * | Merge "Add experimental camera session prepare API." into mnc-dr-devRuben Brunk2015-08-1710-13/+103
| |\ \
| | * | Add experimental camera session prepare API.Ruben Brunk2015-08-1410-13/+103
| * | | am bad4358c: Camera: Add camera type to ICameraService.getNumberOfCameras.Eino-Ville Talvala2015-08-162-14/+96
| |\ \ \
| * \ \ \ am 3ba0c6ec: Merge "Fix deadlock conditions in Camera3Device." into mnc-devRuben Brunk2015-08-132-20/+54
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge "audio policy: refine TTS stream mute management" into mnc-dr-devEric Laurent2015-08-132-2/+16
| |\ \ \ \
| | * | | | audio policy: refine TTS stream mute managementEric Laurent2015-08-122-2/+16
* | | | | | Merge branch 'LA.BF64.1.2.2_rb4.6' of git://codeaurora.org/platform/framework...Steve Kondik2015-11-042-3/+3
|\ \ \ \ \ \
| * | | | | | audio policy: move output handle to AudioOutputDescriptor base classDhananjay Kumar2015-10-202-3/+3
* | | | | | | cameraservice: Resolve message vs start/stop preview racesRicardo Cerqueira2015-10-301-1/+2
* | | | | | | camera: add ability for a device to specify MAX_CAMERASDan Pasanen2015-10-302-0/+8