summaryrefslogtreecommitdiffstats
path: root/services/audioflinger
Commit message (Expand)AuthorAgeFilesLines
* Increase allowed number of VHQ resamplers to 3Glenn Kasten2012-10-221-1/+1
* Fix a typo that caused the high quality resampler to produce garbageMathias Agopian2012-10-211-1/+1
* Remove active track when thread goes to standbyGlenn Kasten2012-10-181-3/+3
* Fix track estimation for presentation completeJean-Michel Trivi2012-10-161-4/+2
* Support querying active record sourcesJean-Michel Trivi2012-10-102-0/+13
* audio policy: deprecate ro.camera.sound.forcedEric Laurent2012-10-081-4/+0
* audioflinger/resampler: add build source for libaudio-resamplerty.lee2012-10-071-0/+2
* Integrate improved coefficient sinc resampler: VHQGlenn Kasten2012-10-047-124/+270
* Disable audio watchdogGlenn Kasten2012-09-302-2/+12
* bug 7253033 clean up before closing an outputJean-Michel Trivi2012-09-302-0/+16
* audioflinger: use resample coefficients from audio-resampler library.SathishKumar Mani2012-09-265-22/+114
* audioflinger/resampler: Add VERY_HIGH_QUALITY audio-resamplerSathishKumar Mani2012-09-264-0/+4725
* Revert "Don't wait for presentation complete if terminated"Glenn Kasten2012-09-261-6/+6
* Implement android.media.AudioManager.getProperty()Glenn Kasten2012-09-252-1/+24
* audioflinger: improve record start and thread exitEric Laurent2012-09-251-2/+2
* Merge "Check clock_gettime(CLOCK_MONOTONIC) for failure" into jb-mr1-devGlenn Kasten2012-09-241-0/+3
|\
| * Check clock_gettime(CLOCK_MONOTONIC) for failureGlenn Kasten2012-09-241-0/+3
* | fix end of track presentation on suspended outputEric Laurent2012-09-231-2/+13
|/
* audioflinger: send priority request from a threadEric Laurent2012-09-132-36/+105
* Handle audio HAL returning 0 bytes in record threadJean-Michel Trivi2012-09-131-4/+4
* Don't deadlock on AudioRecord start when reads return 0Jean-Michel Trivi2012-09-121-8/+14
* Communicate audio session ID to downmixerJean-Michel Trivi2012-09-105-14/+17
* Merge "Add outlier statistics for fast mixer cycle times" into jb-mr1-devGlenn Kasten2012-09-091-1/+40
|\
| * Add outlier statistics for fast mixer cycle timesGlenn Kasten2012-09-071-1/+40
* | audioflinger: changes for new audio devices enumsEric Laurent2012-09-072-69/+53
|/
* AudioFlinger: send audio source to audio effectsEric Laurent2012-08-312-1/+40
* Update audio commentsGlenn Kasten2012-08-302-10/+14
* Remove dead codeGlenn Kasten2012-08-301-0/+4
* Move libnbaio out of AudioFlingerGlenn Kasten2012-08-3032-2459/+14
* Make tee sink compile OK againGlenn Kasten2012-08-222-2/+2
* const methodsGlenn Kasten2012-08-132-17/+17
* Simplify AudioFlinger::PlaybackThread::isValidSyncEvent()Glenn Kasten2012-08-131-7/+1
* Discard setSyncEvent() return valueGlenn Kasten2012-08-131-4/+4
* Merge "Replace hard-coded "2" by a constant and comment" into jb-mr1-devGlenn Kasten2012-08-131-2/+11
|\
| * Replace hard-coded "2" by a constant and commentGlenn Kasten2012-08-091-2/+11
* | am ff4c64d6: am c64a1787: Merge "Fix initialization of audio mixer track reso...Jean-Baptiste Queru2012-08-101-1/+5
|\ \ | |/ |/|
| * Fix initialization of audio mixer track resources for MIPS.Paul Lind2012-08-011-1/+5
* | Tune the overrun correctionGlenn Kasten2012-08-081-2/+2
* | AudioFlinger: fix timed audioJohn Grossman2012-08-0813-24/+261
* | AudioFlinger: Better handling for master volume/muteJohn Grossman2012-08-082-244/+178
* | Change audio flinger to user HAL master mute if availableJohn Grossman2012-08-082-10/+115
* | Don't wait for presentation complete if terminatedGlenn Kasten2012-08-011-6/+6
* | Start adding support for multiple record tracksGlenn Kasten2012-08-012-39/+141
* | Clean up start() parametersGlenn Kasten2012-07-272-6/+5
* | Extract methods to enter standby and standby modeGlenn Kasten2012-07-272-16/+25
* | Use valueAt instead of editValueAt when possibleGlenn Kasten2012-07-252-5/+5
* | effect_descriptor_t const correctnessGlenn Kasten2012-07-253-6/+6
* | Fix races in AudioRecord stop()Glenn Kasten2012-07-252-25/+32
* | Use upmix/downmix utility routinesGlenn Kasten2012-07-231-16/+6
* | fix audio effect not destroyed when needed.Eric Laurent2012-07-201-1/+1