Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed trailing whitespaces. | Nicolas Catania | 2009-06-11 | 2 | -3/+2 |
| | |||||
* | NJ-1409: (frameworks/base) Support new audio encoding types(AMR and AAC). | Jianhong Jiang | 2009-06-08 | 1 | -4/+4 |
| | |||||
* | setVolume did not check interface descriptor | Dave Sparks | 2009-05-26 | 1 | -0/+2 |
| | | | | DO NOT MERGE | ||||
* | Fix issue 1846343 - part 1 | Eric Laurent | 2009-05-26 | 2 | -10/+16 |
| | | | | | | | | 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. | ||||
* | Don't allow negative numbers in ToneGenerator toneType parameter | Dave Sparks | 2009-05-07 | 1 | -1/+1 |
| | | | | Bug 1836596 | ||||
* | Fixed issue 1709450: Requirements for CDMA Tone Generator | Eric Laurent | 2009-05-06 | 1 | -85/+342 |
| | | | | | | | | | | Added new tone types for CDMA IS-95 specific tones. Automatic selection between IS-95, CEPT and JAPAN version base on operator country code for call supervisory tones. Also improved tone generator capabilities: - Each tone segment can now generate its own set of frequencies - A tone does not have to be a succession of alternating ON/OFF segments - The sequence repetition does not have to start from first segment | ||||
* | Fix issue 1745312: Various cleanups in media framework | Eric Laurent | 2009-04-21 | 4 | -14/+14 |
| | | | | | | | | | | | | | | | | | | | | | | 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 144054: am: CL 144053 Fix issue #1751242 A2DP playback fails first time: ↵ | Eric Laurent | 2009-04-01 | 1 | -16/+17 |
| | | | | | | | | | | | Invalid buffer size: minFrameCount 10240, frameCount 4800 The problem comes from the fact that AudioSystem::getOutputFrameCount() calls getOutput() to retrieve the active output (A2DP or Hardware) before calling get_audio_flinger(). If it is the first time AudioSystem::getOutputFrameCount() is called in a given process, getOutput() will return a wrong value because gA2dpEnabled has not yet been updated by get_audio_flinger(). The fix consists in calling get_audio_flinger() in getOutput() to be sure that gA2dpEnabled is valid when getOutput() reads it. Original author: elaurent Merged from: //branches/cupcake/... Automated import of CL 144054 | ||||
* | Automated import from //branches/donutburger/...@142065,142065 | Eric Laurent | 2009-03-24 | 1 | -1/+8 |
| | |||||
* | Automated import from //branches/donutburger/...@141711,141711 | Andreas Huber | 2009-03-24 | 1 | -3/+8 |
| | |||||
* | Automated import from //branches/donutburger/...@141200,141200 | Jean-Michel Trivi | 2009-03-24 | 1 | -2/+7 |
| | |||||
* | Automated import from //branches/donutburger/...@140867,140867 | Jean-Michel Trivi | 2009-03-24 | 1 | -1/+1 |
| | |||||
* | Automated import from //branches/donutburger/...@140866,140866 | Jason Sams | 2009-03-24 | 1 | -5/+23 |
| | |||||
* | Automated import from //branches/donutburger/...@140663,140663 | Jean-Michel Trivi | 2009-03-24 | 1 | -2/+13 |
| | |||||
* | auto import from //branches/cupcake_rel/...@140373 | The Android Open Source Project | 2009-03-18 | 3 | -6/+15 |
| | |||||
* | auto import from //branches/cupcake_rel/...@138607 | The Android Open Source Project | 2009-03-13 | 2 | -0/+35 |
| | |||||
* | auto import from //branches/cupcake/...@137873 | The Android Open Source Project | 2009-03-11 | 2 | -1/+17 |
| | |||||
* | auto import from //branches/cupcake/...@137197 | The Android Open Source Project | 2009-03-09 | 1 | -4/+8 |
| | |||||
* | auto import from //depot/cupcake/@136594 | The Android Open Source Project | 2009-03-05 | 2 | -19/+26 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 20 | -0/+6910 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 20 | -6786/+0 |
| | |||||
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 4 | -128/+7 |
| | |||||
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 4 | -7/+128 |
| | |||||
* | auto import from //branches/cupcake/...@132569 | The Android Open Source Project | 2009-02-20 | 2 | -8/+13 |
| | |||||
* | auto import from //branches/cupcake/...@132276 | The Android Open Source Project | 2009-02-19 | 2 | -4/+9 |
| | |||||
* | auto import from //branches/cupcake/...@131421 | The Android Open Source Project | 2009-02-13 | 10 | -89/+179 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 9 | -34/+273 |
| | |||||
* | auto import from //branches/cupcake/...@127101 | The Android Open Source Project | 2009-01-20 | 2 | -50/+78 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 6 | -145/+578 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 13 | -505/+2374 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 15 | -0/+4117 |