summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge "Use sp<> instead of raw pointer for FastMixer"Glenn Kasten2014-06-242-12/+10
|\ \ \ \ \
| * | | | | Use sp<> instead of raw pointer for FastMixerGlenn Kasten2014-06-242-12/+10
* | | | | | Merge "Camera: Clear ZSL buffer queue when jpeg size is changed"Zhijun He2014-06-231-0/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Camera: Clear ZSL buffer queue when jpeg size is changedZhijun He2014-06-231-0/+17
| |/ / / /
* | | | | Merge "Add test-mixer AudioMixer test program"Andy Hung2014-06-233-0/+458
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add test-mixer AudioMixer test programAndy Hung2014-06-203-0/+458
* | | | | Camera2: get stream configs by device verisonYin-Chia Yeh2014-06-209-82/+231
* | | | | Merge "Camera2: Fix lastFrameNumber counter in flush case"Yin-Chia Yeh2014-06-202-0/+26
|\ \ \ \ \
| * | | | | Camera2: Fix lastFrameNumber counter in flush caseYin-Chia Yeh2014-06-202-0/+26
| | |/ / / | |/| | |
* | | | | Merge "Camera2/3: Don't release recording buffer when stream is active"Zhijun He2014-06-201-4/+7
|\ \ \ \ \
| * | | | | Camera2/3: Don't release recording buffer when stream is activeZhijun He2014-06-181-4/+7
| | |_|_|/ | |/| | |
* | | | | libcameraservice: 64-bit compile warningsMark Salyzyn2014-06-201-2/+2
* | | | | audiopolicy: 64-bit compile warningsMark Salyzyn2014-06-201-9/+9
* | | | | Merge "camera: Let #connectLegacy calls through with unspecified HAL version"Igor Murashkin2014-06-201-1/+8
|\ \ \ \ \
| * | | | | camera: Let #connectLegacy calls through with unspecified HAL versionIgor Murashkin2014-06-201-1/+8
* | | | | | Merge "Extract out test utility functions from resampler_tests"Andy Hung2014-06-203-202/+322
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Extract out test utility functions from resampler_testsAndy Hung2014-06-183-202/+322
| | |/ / | |/| |
* | | | cameraservice: Implement HAL1 and higher HAL API coexistenceZhijun He2014-06-194-27/+126
* | | | AudioTrack: add support for compressed audioEric Laurent2014-06-194-16/+33
* | | | Merge changes I0fef0584,I322b91faJean-Michel Trivi2014-06-185-2/+169
|\ \ \ \ | |_|/ / |/| | |
| * | | AudioPolicyManager: return output for audio attributesJean-Michel Trivi2014-06-185-2/+169
* | | | Merge "camera: Add #getLegacyParameters, #supportsCameraApi to ICameraService"Igor Murashkin2014-06-172-23/+145
|\ \ \ \
| * | | | camera: Add #getLegacyParameters, #supportsCameraApi to ICameraServiceIgor Murashkin2014-06-172-23/+145
| | |/ / | |/| |
* | | | CameraService: Fix permissions check issuesEino-Ville Talvala2014-06-171-4/+5
|/ / /
* | | am a3603693: Merge "Fix deadlock" into lmp-preview-devGlenn Kasten2014-06-161-5/+8
|\ \ \
| * \ \ Merge "Fix deadlock" into lmp-preview-devGlenn Kasten2014-06-161-5/+8
| |\ \ \
| | * | | Fix deadlockGlenn Kasten2014-06-161-5/+8
* | | | | Merge "camera2: Add jpeg sizes to legacy mode static characteristics."Ruben Brunk2014-06-161-9/+20
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | camera2: Add jpeg sizes to legacy mode static characteristics.Ruben Brunk2014-06-121-9/+20
* | | | | am 3bcffa13: force command flush after releasing a reference to shared memoryEric Laurent2014-06-131-2/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | force command flush after releasing a reference to shared memoryEric Laurent2014-06-131-2/+2
| | |/ / | |/| |
* | | | frameworks: av: fix bug in the volume managementBryant Liu2014-06-121-0/+3
* | | | am 0ac53364: Merge "Fix non-monotonic AudioTrack::getTimestamp after pause" i...Glenn Kasten2014-06-122-3/+36
|\ \ \ \ | |/ / /
| * | | Merge "Fix non-monotonic AudioTrack::getTimestamp after pause" into lmp-previ...Glenn Kasten2014-06-102-3/+36
| |\ \ \
| | * | | Fix non-monotonic AudioTrack::getTimestamp after pauseGlenn Kasten2014-06-102-3/+36
| * | | | Merge "Update resampler to fetch exactly the frames needed" into lmp-preview-devAndy Hung2014-06-101-20/+36
| |\ \ \ \
| | * | | | Update resampler to fetch exactly the frames neededAndy Hung2014-06-111-20/+36
| * | | | | Merge "DO NOT MERGE: camera2: Disallow connectDevice for all old HALs." into ...Ruben Brunk2014-06-101-3/+2
| |\ \ \ \ \
| | * | | | | DO NOT MERGE: camera2: Disallow connectDevice for all old HALs.Ruben Brunk2014-06-101-3/+2
| | |/ / / /
* | | | | | Merge "Camera3: Separate the video and preview size filtering"Zhijun He2014-06-102-14/+36
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Camera3: Separate the video and preview size filteringZhijun He2014-06-102-14/+36
| | |/ / / | |/| | |
* | | | | am 3416f9ac: Merge "Camera2: Add null check to createStream" into lmp-preview...Yin-Chia Yeh2014-06-111-0/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Camera2: Add null check to createStreamYin-Chia Yeh2014-06-101-0/+4
| |/ / /
| * | | DO NOT MERGE - AudioFlinger: increase per client memory poolEric Laurent2014-06-091-1/+1
* | | | Merge "audio policy: use factory to create audio policy manager"Eric Laurent2014-06-104-4/+50
|\ \ \ \
| * | | | audio policy: use factory to create audio policy managerEric Laurent2014-06-104-4/+50
* | | | | Merge "sound trigger: stop recognition on sound model unload"Eric Laurent2014-06-101-1/+5
|\ \ \ \ \
| * | | | | sound trigger: stop recognition on sound model unloadEric Laurent2014-06-091-1/+5
| |/ / / /
* | | | | Merge "Add tests directory for AudioFlinger"Andy Hung2014-06-094-0/+535
|\ \ \ \ \
| * | | | | Add tests directory for AudioFlingerAndy Hung2014-05-284-0/+535