summaryrefslogtreecommitdiffstats
path: root/libs/audioflinger/AudioHardwareInterface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move native services under services/Mathias Agopian2010-07-141-182/+0
| | | | | | | | moved surfaceflinger, audioflinger, cameraservice all native services should now reside in this location. Change-Id: Iee42b83dd2a94c3bf5107ab0895fe2dfcd5337a8
* Fix getParameters() default implementation.Eric Laurent2009-08-041-2/+2
| | | | Do not return empty string but key value pairs with empty values.
* Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-231-87/+22
| | | | | | | 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 1745312: Various cleanups in media frameworkEric Laurent2009-04-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | AudioTrack, AudioRecord: - remove useless mAudioFlinger member of AudioTrack and AudioRecord. - signal cblk.cv condition in stop() method to speed up stop completion. - extend wait condition timeout in obtainBuffer() when waitCount is -1 to avoid waking up callback thread unnecessarily AudioFlinger: - remove some warnings in AudioFlinger.cpp. - remove function AudioFlinger::MixerThread::removetrack_l() as its content is never executed. - remove useless call to setMasterVolume in AudioFlinger::handleForcedSpeakerRoute(). - Offset VOICE_CALL stream volume to reflect actual volume that is never 0 in hardware (this fix has been made in the open source): 0.01 + v * 0.99. AudioSystem.java: - correct typo in comment IAudioflinger, IAudioFlingerClient: - make AudioFlinger binder interfaces used for callbacks ONEWAY. AudioHardwareInterface: - correct routeStrings[] table in AudioHardwareInteface.cpp
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+247
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-247/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-26/+33
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+240