summaryrefslogtreecommitdiffstats
path: root/libs/audioflinger
Commit message (Collapse)AuthorAgeFilesLines
...
* | am a59aba8c: Merge changes 2023,2036 into donutAndroid (Google) Code Review2009-05-204-6/+24
|\ \ | |/ | | | | | | | | | | | | Merge commit 'a59aba8cd88b8f98fa4de2a903899bc6ac9f73e8' * commit 'a59aba8cd88b8f98fa4de2a903899bc6ac9f73e8': Update more references to openInputStream in support classes. Modify AudioFlinger to use updated openInputStream factory method.
| * Update more references to openInputStream in support classes.Dave Sparks2009-05-193-5/+21
| | | | | | | | Continuation of bug 1846343
| * Modify AudioFlinger to use updated openInputStream factory method.Dave Sparks2009-05-191-1/+3
| | | | | | | | Continuation of bug 1846343
* | am f6382011: Merge change 1998 into donutAndroid (Google) Code Review2009-05-204-3/+51
|\ \ | |/ | | | | | | | | | | Merge commit 'f638201182818f9e4041c6a862a297c6723240c0' * commit 'f638201182818f9e4041c6a862a297c6723240c0': Add inputSource to openInputStream
| * Add inputSource to openInputStreamDave Sparks2009-05-194-3/+51
| | | | | | | | Continuation of bug 1846343
* | Merge donut into masterJean-Baptiste Queru2009-04-223-34/+15
|\ \ | |/
| * Fix issue 1745312: Various cleanups in media frameworkEric Laurent2009-04-213-31/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * AI 144151: am: CL 144150 Fix heap corruption.Nick Pelly2009-04-022-12/+43
| | | | | | | | | | | | | | | | Take mutex in close(), and skip write path after turning bluetooth off. Original author: npelly Merged from: //branches/cupcake/... Automated import of CL 144151
| * AI 143775: am: CL 143620 Attempt for fixing crash in ↵Eric Laurent2009-03-311-8/+5
| | | | | | | | | | | | | | | | | | | | AudioFlinger::MixerThread::dumpTracks() seen in bug report for issue 1747119. AudioFlinger::MixerThread::dumpTracks() was reading mTracks[] vector instead of mActiveTracks[] when dumping active tracks. Original author: elaurent Merged from: //branches/cupcake/... Automated import of CL 143775
| * AI 143177: am: CL 142889 Fix issue #1736153 Camera shutter sound can be ↵Eric Laurent2009-03-271-3/+6
| | | | | | | | | | | | | | | | | | | | | | muted by new AlarmClock setting. Current implementation of Camera service plays the camera shutter sound over the ALARM stream so that it cannot be muted by silent mode in order to comply to some country specific requirement. A recent change made it possible for the user to mute the ALARM stream thus making this stream not suitable any more for the camera shutter sound. The fix consists in creating a new stream type only accessible by native code and that cannot be muted and use it to play camera sounds. Original author: elaurent Merged from: //branches/cupcake/... Automated import of CL 143177
* | Merge branch 'readonly-p4-master'Nick Pelly2009-04-022-12/+43
|\ \
| * | AI 144205: am: CL 144151 am: CL 144150 Fix heap corruption.Nick Pelly2009-04-022-12/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Take mutex in close(), and skip write path after turning bluetooth off. Original author: npelly Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... Automated import of CL 144205
* | | Merge commit 'goog/readonly-p4-master'The Android Open Source Project2009-03-311-8/+5
|\ \ \ | |/ /
| * | AI 143785: am: CL 143775 am: CL 143620 Attempt for fixing crash in ↵Eric Laurent2009-03-311-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AudioFlinger::MixerThread::dumpTracks() seen in bug report for issue 1747119. AudioFlinger::MixerThread::dumpTracks() was reading mTracks[] vector instead of mActiveTracks[] when dumping active tracks. Original author: elaurent Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... Automated import of CL 143785
| * | AI 143327: am: CL 143177 am: CL 142889 Fix issue #1736153 Camera shutter ↵Eric Laurent2009-03-271-3/+6
| |/ | | | | | | | | | | | | | | | | | | | | | | | | sound can be muted by new AlarmClock setting. Current implementation of Camera service plays the camera shutter sound over the ALARM stream so that it cannot be muted by silent mode in order to comply to some country specific requirement. A recent change made it possible for the user to mute the ALARM stream thus making this stream not suitable any more for the camera shutter sound. The fix consists in creating a new stream type only accessible by native code and that cannot be muted and use it to play camera sounds. Original author: elaurent Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... Automated import of CL 143327
* | Merge commit 'korg/cupcake'The Android Open Source Project2009-03-273-96/+82
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: core/java/android/webkit/WebView.java core/java/android/widget/TwoLineListItem.java preloaded-classes
| * | Automated import from //branches/cupcake/...@142889,142889Eric Laurent2009-03-261-3/+6
| |/
| * auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-183-93/+76
| |
* | Merge commit 'remotes/korg/cupcake' into mergeJean-Baptiste Queru2009-03-189-922/+1938
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: core/java/android/view/animation/TranslateAnimation.java core/jni/Android.mk core/res/res/values-en-rGB/strings.xml libs/audioflinger/AudioFlinger.cpp libs/surfaceflinger/LayerScreenshot.cpp packages/SettingsProvider/src/com/android/providers/settings/SettingsProvider.java
| * auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-132-11/+28
| |
| * auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-112-7/+85
| |
| * auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-094-197/+208
| |
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0321-0/+7256
| |
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0321-7258/+0
| |
| * auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-035-19/+21
| |
| * auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-025-21/+19
| |
| * auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-199-33/+86
| |
| * auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-132-927/+1634
| |
| * auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-104-28/+176
| |
* | Fix issue #1324: No audible call-waiting indication when in-call volumeJames E. Blair2009-03-031-1/+14
|/ | | | | | | | | is low http://code.google.com/p/android/issues/detail?id=1324 Re-base the internally generated in-call audio volume so that it is never muted, which is already the case for the hardware routed in-call audio.
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-222-9/+84
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-1/+1
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-158-11/+49
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-0910-118/+125
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1718-713/+1678
|
* Initial ContributionThe Android Open Source Project2008-10-2119-0/+5265