summaryrefslogtreecommitdiffstats
path: root/services/audioflinger
Commit message (Expand)AuthorAgeFilesLines
* audioflinger: fix audio patch releaseEric Laurent2014-09-091-3/+3
* Make IPowerManager native conform to .aidl for onewayGlenn Kasten2014-09-051-4/+8
* 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
|/
* Fix AudioMixer MONO muted track handlingAndy Hung2014-08-251-5/+21
* Fix memory access error due to race during fast track removalGlenn Kasten2014-08-181-7/+29
* Fix overruns when capturing with resamplingGlenn Kasten2014-08-121-15/+30
* Merge "Fix to support mono in effect buffer allocation." into lmp-devRicardo Garcia2014-08-111-1/+4
|\
| * Fix to support mono in effect buffer allocation.Ricardo Garcia2014-08-111-1/+4
* | Extend downsampling ratios greater than 2:1Andy Hung2014-08-112-4/+4
|/
* audio policy: enable more than one sink per audio patch.Eric Laurent2014-08-081-29/+35
* Merge "Fix effect and mono sink handling." into lmp-devAndy Hung2014-08-072-5/+6
|\
| * Fix effect and mono sink handling.Andy Hung2014-08-082-5/+6
* | Merge "audio policy: add support for USB devices for voice call" into lmp-devEric Laurent2014-08-061-2/+2
|\ \
| * | audio policy: add support for USB devices for voice callEric Laurent2014-08-061-2/+2
| |/
* | Merge "AudioSystem: add API to query audio HW sync source" into lmp-devEric Laurent2014-08-062-0/+22
|\ \
| * | AudioSystem: add API to query audio HW sync sourceEric Laurent2014-08-062-0/+22
| |/
* | Merge "MediaServer crashing and audio effects not applied to TTS." into lmp-devRicardo Garcia2014-08-061-1/+6
|\ \ | |/ |/|
| * MediaServer crashing and audio effects not applied to TTS.Ricardo Garcia2014-08-061-1/+6
* | audio: fix crashes upon USB device connectionEric Laurent2014-08-051-6/+3
* | Merge "Remove unused TwoTrack process mode from AudioMixer" into lmp-devAndy Hung2014-08-052-107/+0
|\ \
| * | Remove unused TwoTrack process mode from AudioMixerAndy Hung2014-08-042-107/+0
| |/
* | audio flinger: fix service fuzz test crashEric Laurent2014-08-041-0/+6
* | Remove 64-bit android_atomic uses from StateQueue.Hans Boehm2014-07-312-12/+8
|/
* Merge "Enable multichannel in AudioFlinger" into lmp-devAndy Hung2014-07-291-1/+1
|\
| * Enable multichannel in AudioFlingerAndy Hung2014-07-281-1/+1
* | Fix build warningsGlenn Kasten2014-07-296-15/+15
* | audio policy: pass session ID to capture activity methodsEric Laurent2014-07-282-5/+5
* | Merge "Fix rounding in RecordThread resampler buffer computation" into lmp-devGlenn Kasten2014-07-281-10/+12
|\ \
| * | Fix rounding in RecordThread resampler buffer computationAndy Hung2014-07-281-10/+12
| |/
* | rename AudioSystem::newAudioSessionId()Eric Laurent2014-07-282-2/+2
* | Merge "AudioFlinger: update openInput() and openOutput()" into lmp-devEric Laurent2014-07-253-151/+148
|\ \ | |/ |/|
| * AudioFlinger: update openInput() and openOutput()Eric Laurent2014-07-283-151/+148
* | Enable lower latency audio capture on more devicesGlenn Kasten2014-07-271-3/+3
|/
* Add multichannel capability to AudioFlingerAndy Hung2014-07-247-34/+111
* Add multichannel capability to AudioMixerAndy Hung2014-07-246-175/+420
* audio flinger: add patch connection between hw modulesEric Laurent2014-07-2410-216/+855
* Merge "Fix multichannel integer resampling and add tests" into lmp-devAndy Hung2014-07-232-35/+111
|\
| * Fix multichannel integer resampling and add testsAndy Hung2014-07-212-35/+111
* | Remove execute bitGlenn Kasten2014-07-211-0/+0
|/
* Merge "Add RemixBufferProvider to AudioMixer" into lmp-devAndy Hung2014-07-172-2/+53
|\
| * Add RemixBufferProvider to AudioMixerAndy Hung2014-07-182-2/+53
* | Merge "Update DownmixerBufferProvider to use CopyBufferProvider" into lmp-devAndy Hung2014-07-182-158/+166
|\ \ | |/
| * Update DownmixerBufferProvider to use CopyBufferProviderAndy Hung2014-07-182-158/+166
* | Merge "Add CopyBufferProvider class for AudioMixer" into lmp-devAndy Hung2014-07-172-114/+172
|\ \ | |/
| * Add CopyBufferProvider class for AudioMixerAndy Hung2014-07-182-114/+172
* | Fix copy/paste bugGlenn Kasten2014-07-181-3/+2
|/
* Merge "Move AudioRecord frame count calculations to server" into lmp-devGlenn Kasten2014-07-171-35/+31
|\
| * Move AudioRecord frame count calculations to serverGlenn Kasten2014-07-171-35/+31