summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/A2dpAudioInterface.h
Commit message (Collapse)AuthorAgeFilesLines
* audioflinger: move legacy audio hw/policy out to libhardware_legacyDima Zavin2011-04-271-138/+0
| | | | | Change-Id: I4adcec73d3c08bcbe15bb19e1ba2ff18b195af45 Signed-off-by: Dima Zavin <dima@android.com>
* Fix issue 3217707.Eric Laurent2010-12-171-0/+2
| | | | | | | | | | | | | | | The problem is that when the A2DP headset is disconnected, there is a transition period during which the A2DP sink pumps data at a very high pace. This makes that: 1 the audio flinger mixer thread spins and starves binder threads thus delaying the completion of the A2DP output stream shutdown 2 we read the audio http audio stream faster than normal and we reach the end of stream for audio while video is still playing if the streamed file is small enough. The fix consists in detecting abnormal short write intervals and sleep to restore a normal write pace. Change-Id: Iab127882494ab0e26266371dc0ce5c2ff6fa476e
* Fix issue 3225810.Eric Laurent2010-11-241-0/+1
| | | | | | Take a wake lock whenever A2DP output stream is active. Change-Id: Ie50e6d4cb34c8a1ba97b301ef25e10aeb153d8f3
* move native services under services/Mathias Agopian2010-07-141-0/+135
moved surfaceflinger, audioflinger, cameraservice all native services should now reside in this location. Change-Id: Iee42b83dd2a94c3bf5107ab0895fe2dfcd5337a8