summaryrefslogtreecommitdiffstats
path: root/libs/audioflinger/AudioHardwareGeneric.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move native services under services/Mathias Agopian2010-07-141-411/+0
| | | | | | | | moved surfaceflinger, audioflinger, cameraservice all native services should now reside in this location. Change-Id: Iee42b83dd2a94c3bf5107ab0895fe2dfcd5337a8
* Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V syncEric Laurent2010-01-261-6/+6
| | | | | | | | | | | | Added getRenderPosition() API to IAudioFlinger to retreive number of audio frames written by AudioFlinger to audio HAL and by DSP to DAC. Added getRenderPosition() API to AudioHardwareInterface to retreive number of audio frames written by DSP to DAC. Exposed AudioTrack::getPosition() to AudioSink() to make it available to media player. Removed excessive log in AudioHardwareGeneric.
* Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-231-35/+126
| | | | | | | Initial commit for review. Integrated comments after patch set 1 review. Fixed lockup in AudioFlinger::ThreadBase::exit() Fixed lockup when playing tone with AudioPlocyService startTone()
* Fix issue 1846343 - part 1Eric Laurent2009-05-261-2/+2
| | | | | | | | This change is the first part of a fix for issue 1846343, : - Added new enum values for input sources in AudioRecord and MediaRecorder for voice uplink, downlink and uplink+downlink sources. - renamed streamType to inputSource in all native functions handling audio record. A second change is required in opencore author driver and android audio input to completely fix the issue.
* Remove deprecated openInputStream factory methodDave Sparks2009-05-191-9/+0
|
* Add inputSource to openInputStreamDave Sparks2009-05-191-2/+18
| | | | Continuation of bug 1846343
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+313
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-313/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-3/+5
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-6/+6
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-14/+32
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+293