summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Rename UNITY_GAIN to UNITY_GAIN_INT in AudioMixerAndy Hung2014-05-303-8/+8
* | | | | Merge "Use of fast capture by normal capture"Glenn Kasten2014-06-024-20/+306
|\ \ \ \ \
| * | | | | Use of fast capture by normal captureGlenn Kasten2014-06-024-20/+306
* | | | | | Merge "Refactor setVolumeRampVariables in AudioMixer"Andy Hung2014-06-021-30/+42
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Refactor setVolumeRampVariables in AudioMixerAndy Hung2014-05-301-30/+42
* | | | | Add mPrimaryOutputSampleRateGlenn Kasten2014-06-022-1/+7
* | | | | am 62aaabb3: audio policy: fix unitialized hw module in audio portEric Laurent2014-06-022-1/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | audio policy: fix unitialized hw module in audio portEric Laurent2014-06-022-1/+4
* | | | | Merge "Fix floating point output from mixer"Andy Hung2014-06-021-6/+7
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | Fix floating point output from mixerAndy Hung2014-05-301-6/+7
* | | | Merge "Start adding FastCapture based on FastThread WIP"Glenn Kasten2014-06-016-1/+385
|\ \ \ \
| * | | | Start adding FastCapture based on FastThread WIPGlenn Kasten2014-05-226-1/+385
* | | | | am e1715a46: audio policy: add audio port gain controlEric Laurent2014-05-316-8/+176
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | audio policy: add audio port gain controlEric Laurent2014-05-306-8/+176
* | | | | am 1afeecb8: audio policy: parse device descriptors in config fileEric Laurent2014-05-313-194/+561
|\ \ \ \ \ | |/ / / /
| * | | | audio policy: parse device descriptors in config fileEric Laurent2014-05-293-194/+561
* | | | | resolved conflicts for merge of b52c152d to masterEric Laurent2014-05-305-1/+196
|\ \ \ \ \ | |/ / / /
| * | | | audio policy: add routing update client interfaceEric Laurent2014-05-295-1/+196
* | | | | am 6a94d69d: audio policy: implement routing controlEric Laurent2014-05-305-96/+836
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | audio policy: implement routing controlEric Laurent2014-05-295-96/+836
| * | | DO NOT MERGE - IAudioPolicyService interface extension for patch panelEric Laurent2014-05-283-0/+90
| * | | DO NOT MERGE - audioflinger: first patch panel implementation.Eric Laurent2014-05-2813-285/+1312
| * | | DO NOT MERGE - IAudioFlinger interface extension for patch panelEric Laurent2014-05-281-0/+38
| * | | DO NOT MERGE - audioflinger: fix deadlock upon AudioRecord creation errorEric Laurent2014-05-281-5/+18
| * | | DO NOT MERGE - audio policy: enable use of new AudioPolicyManagerEric Laurent2014-05-281-3/+0
| * | | DO NOT MERGE - audioflinger: test min HAL version instead of currentEric Laurent2014-05-281-1/+1
* | | | Merge "Add multiple format capability to FastMixer"Andy Hung2014-05-303-6/+60
|\ \ \ \
| * | | | Add multiple format capability to FastMixerAndy Hung2014-05-293-6/+60
* | | | | Merge "handle in and out audio device connection separately"Eric Laurent2014-05-301-9/+1
|\ \ \ \ \
| * | | | | handle in and out audio device connection separatelyEric Laurent2014-05-291-9/+1
* | | | | | Avoid resetting BufferProviders in mixer unnecessarilyAndy Hung2014-05-291-0/+3
| |/ / / / |/| | | |
* | | | | Merge "Update dynamic resampler buffer fetching"Andy Hung2014-05-291-6/+16
|\ \ \ \ \
| * | | | | Update dynamic resampler buffer fetchingAndy Hung2014-05-281-6/+16
| | |_|_|/ | |/| | |
* | | | | Merge "Add audio policy support for A2DP sink"Mike Lockwood2014-05-281-0/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add audio policy support for A2DP sinkMike Lockwood2014-05-281-0/+7
| |/ / /
* | | | Merge "IAudioPolicyService interface extension for patch panel"Eric Laurent2014-05-283-0/+90
|\ \ \ \
| * | | | IAudioPolicyService interface extension for patch panelEric Laurent2014-05-273-0/+90
* | | | | Merge "audioflinger: first patch panel implementation."Eric Laurent2014-05-2813-285/+1312
|\ \ \ \ \ | |/ / / /
| * | | | audioflinger: first patch panel implementation.Eric Laurent2014-05-2713-285/+1312
* | | | | Merge "IAudioFlinger interface extension for patch panel"Eric Laurent2014-05-281-0/+38
|\ \ \ \ \ | |/ / / /
| * | | | IAudioFlinger interface extension for patch panelEric Laurent2014-05-271-0/+38
* | | | | Merge "Allow kFastTrackMultiplier to be specified per device"Glenn Kasten2014-05-271-1/+31
|\ \ \ \ \
| * | | | | Allow kFastTrackMultiplier to be specified per deviceGlenn Kasten2014-05-271-1/+31
* | | | | | Merge "Rename mixBuffer to mMixerBuffer in FastMixer"Andy Hung2014-05-272-20/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Rename mixBuffer to mMixerBuffer in FastMixerAndy Hung2014-05-232-20/+20
* | | | | | Merge "Add multiple format capability to AudioMixer"Andy Hung2014-05-273-30/+217
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add multiple format capability to AudioMixerAndy Hung2014-05-233-30/+217
* | | | | | Merge "audioflinger: fix deadlock upon AudioRecord creation error"Eric Laurent2014-05-271-5/+18
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | audioflinger: fix deadlock upon AudioRecord creation errorEric Laurent2014-05-261-5/+18
* | | | | | Merge "Move validation of frameCount from set to openRecord_l"Glenn Kasten2014-05-271-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |