summaryrefslogtreecommitdiffstats
path: root/services/audioflinger
Commit message (Expand)AuthorAgeFilesLines
* am 60f3f102: Merge "Prevent AudioCommands being freed before read"Glenn Kasten2013-06-201-6/+8
|\
| * Prevent AudioCommands being freed before readChrister Fletcher2013-06-201-6/+8
| * Replace obsolete CLOCK_MONOTONIC_HR by CLOCK_MONOTONICGlenn Kasten2013-05-141-2/+2
| * Logging to investigate a crashGlenn Kasten2012-12-071-0/+6
| * Fix log spamGlenn Kasten2012-11-291-1/+1
| * New VHQ resamplerGlenn Kasten2012-11-279-4818/+1129
| * Static AudioTrack plays twice initiallyGlenn Kasten2012-11-161-1/+1
| * 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
* | am effc08ed: Merge "Replace obsolete CLOCK_MONOTONIC_HR by CLOCK_MONOTONIC"Elliott Hughes2013-05-141-2/+2
|\ \
| * | Replace obsolete CLOCK_MONOTONIC_HR by CLOCK_MONOTONICGlenn Kasten2013-05-141-2/+2
* | | Fix Audioflinger crash when TeeSink is enabledGlenn Kasten2013-05-061-2/+3
* | | Merge "Remove timing jitter during startup of audio" into jb-mr2-devEric Laurent2013-05-036-7/+17
|\ \ \
| * | | Remove timing jitter during startup of audioGlenn Kasten2013-04-236-7/+17
* | | | audioflinger: fix duplicating track sampling rateEric Laurent2013-04-251-0/+3
|/ / /
* | | Use correct pid when running under test harnessGlenn Kasten2013-04-183-3/+5
* | | Merge "Workaround: requestPriority() is one-way" into jb-mr2-devGlenn Kasten2013-04-151-1/+1
|\ \ \
| * | | Workaround: requestPriority() is one-wayGlenn Kasten2013-04-111-1/+1
* | | | Add liblogYing Wang2013-04-091-3/+5
|/ / /
* | | audioflinger: multiple tracks on direct outputEric Laurent2013-04-041-45/+52
* | | audioflinger: add effect config status checkEric Laurent2013-04-021-12/+51
* | | Increase size of statistics bufferGlenn Kasten2013-03-111-1/+1
* | | Add template class SingleStateQueueGlenn Kasten2013-03-051-1/+0