summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* AudioPolicyManager: Use "safe" speaker for notifications if availableJon Eklund2014-09-101-0/+21
* Merge "camera2: Fix video snapshot for HAL 2.* devices." into lmp-devRuben Brunk2014-09-106-2/+53
|\
| * camera2: Fix video snapshot for HAL 2.* devices.Ruben Brunk2014-09-096-2/+53
* | audioflinger: fix audio patch releaseEric Laurent2014-09-091-3/+3
* | Merge "audio policy: fix output stream selection" into lmp-devEric Laurent2014-09-092-6/+27
|\ \
| * | audio policy: fix output stream selectionEric Laurent2014-09-082-6/+27
* | | Merge "Camera2: reconfigure video snapshot size if needed" into lmp-devYin-Chia Yeh2014-09-085-4/+93
|\ \ \
| * | | Camera2: reconfigure video snapshot size if neededYin-Chia Yeh2014-09-085-4/+93
* | | | Merge "Make IPowerManager native conform to .aidl for oneway" into lmp-devGlenn Kasten2014-09-081-4/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Make IPowerManager native conform to .aidl for onewayGlenn Kasten2014-09-051-4/+8
* | | | Merge "audiopolicy: fix direct output profile probing" into lmp-devEric Laurent2014-09-081-7/+39
|\ \ \ \
| * | | | audiopolicy: fix direct output profile probingEric Laurent2014-09-071-7/+39
| |/ / /
* | | | Merge "Fix "invalid device combination" in system audio mode." into lmp-devJungshik Jang2014-09-061-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Fix "invalid device combination" in system audio mode.Jungshik Jang2014-09-051-0/+7
* | | | Merge "Camera API1: fix AE state check in precapture state" into lmp-devZhijun He2014-09-051-5/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Camera API1: fix AE state check in precapture stateZhijun He2014-09-031-5/+12
* | | | Merge "audio policy service: filter out delayed audio patch commands if neede...Eric Laurent2014-09-051-1/+35
|\ \ \ \ | |_|/ / |/| | |
| * | | audio policy service: filter out delayed audio patch commands if needed.Eric Laurent2014-09-051-1/+35
* | | | Merge "Restore the ability to build tee sink for debugging" into lmp-devGlenn Kasten2014-09-033-12/+16
|\ \ \ \
| * | | | Restore the ability to build tee sink for debuggingGlenn Kasten2014-09-023-12/+16
* | | | | audio flinger: fix use of global effect bufferEric Laurent2014-09-021-0/+4
| |/ / / |/| | |
* | | | Merge "camera1: Ensure MemoryHeap buffers are mmapped before copying." into l...Ruben Brunk2014-09-021-1/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | camera1: Ensure MemoryHeap buffers are mmapped before copying.Ruben Brunk2014-08-291-1/+14
* | | | Merge "sound trigger: fix cross deadlock between service and client" into lmp...Eric Laurent2014-08-291-20/+38
|\ \ \ \
| * | | | sound trigger: fix cross deadlock between service and clientEric Laurent2014-08-281-20/+38
| | |_|/ | |/| |
* | | | Merge "audio policy: fix input source passed to openInput()" into lmp-devEric Laurent2014-08-291-2/+4
|\ \ \ \
| * | | | audio policy: fix input source passed to openInput()Eric Laurent2014-08-281-2/+4
| |/ / /
* | | | audiopolicy: Indicate output device change to all input threads for pre-proce...bryant_liu2014-08-281-0/+14
|/ / /
* | | frameworks: av: AudioPolicyEffect: Add refCount for each sessionbryant_liu2014-08-282-11/+29
* | | Merge "CameraService: Create a dummy stream when 0 streams are requested." in...Eino-Ville Talvala2014-08-285-1/+286
|\ \ \
| * | | CameraService: Create a dummy stream when 0 streams are requested.Eino-Ville Talvala2014-08-285-1/+286
* | | | Merge "Fix audio dropouts with multiple playback streams." into lmp-devPaul McLean2014-08-281-1/+16
|\ \ \ \
| * | | | Fix audio dropouts with multiple playback streams.Paul McLean2014-08-271-1/+16
| |/ / /
* | | | Merge "audio policy: remove audio patch when closing input or output" into lm...Eric Laurent2014-08-282-3/+51
|\ \ \ \
| * | | | audio policy: remove audio patch when closing input or outputEric Laurent2014-08-272-3/+51
| | |_|/ | |/| |
* | | | Merge "cameraservice: decrease zsl metadata queue size by 1" into lmp-devYin-Chia Yeh2014-08-271-2/+6
|\ \ \ \
| * | | | cameraservice: decrease zsl metadata queue size by 1Yin-Chia Yeh2014-08-271-2/+6
| |/ / /
* | | | Merge "Camera API1: Fix ZSLProcessor3 deadlock" into lmp-devZhijun He2014-08-271-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Camera API1: Fix ZSLProcessor3 deadlockZhijun He2014-08-271-1/+3
| |/ /
* | | CameraService: Correct API2 error handlingEino-Ville Talvala2014-08-275-82/+260
* | | Merge "Fix memory leak in getConnectionState" into lmp-devMarco Nelissen2014-08-272-10/+11
|\ \ \ | |/ / |/| |
| * | Fix memory leak in getConnectionStateMarco Nelissen2014-08-262-10/+11
| |/
* | Merge "Fix AudioMixer MONO muted track handling" into lmp-devAndy Hung2014-08-271-5/+21
|\ \ | |/ |/|
| * Fix AudioMixer MONO muted track handlingAndy Hung2014-08-251-5/+21
* | Camera API1: remove unnecessary buffer count checkZhijun He2014-08-221-9/+0
* | Merge "Camera: fix triggerId logic" into lmp-devYin-Chia Yeh2014-08-222-2/+13
|\ \
| * | Camera: fix triggerId logicYin-Chia Yeh2014-08-212-2/+13
| |/
* | Merge "camera: Configure streams immediately when API2 does configuration" in...Igor Murashkin2014-08-216-3/+49
|\ \
| * | camera: Configure streams immediately when API2 does configurationIgor Murashkin2014-08-206-3/+49
* | | Merge "camera: zsl: remove AF check if no focser presents" into lmp-devYin-Chia Yeh2014-08-212-15/+26
|\ \ \ | |/ / |/| |