summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Collapse)AuthorAgeFilesLines
* Merge change 509 into donutAndroid (Google) Code Review2009-04-231-0/+13
|\ | | | | | | | | * changes: Fix a media server crash (bug 1807910): part one Add a factory method that creates a Camera object from a remote client
| * Fix a media server crash (bug 1807910): part oneJames Dong2009-04-231-0/+13
| | | | | | | | | | | | | | | | Add a factory method that creates a Camera object from a remote client Next: The changes in authordriver.cpp and android_camera_input.cpp will come. and the constructor for Camera object will be removed.
* | Squashed commit of the following:Robert Greenwalt2009-04-221-1/+1
|/ | | | | | | | | | | | | | | | | | commit 012b56fc607cf243cf4b29cb2a5f172bcbe0aecd Author: Robert Greenwalt <robdroid@android.com> Date: Wed Apr 22 14:31:26 2009 -0700 Additional fixes and tests for density. commit 91fdc8e187551ae69e0029a4325fb3ad38fe411b Author: Robert Greenwalt <robdroid@android.com> Date: Tue Apr 14 14:39:00 2009 -0700 Fix runtime resource selection logic. Fix isBetterThan so that o or this may be supperior at any stage. Used to only handle this-better or tie at each stage, biasing against o. Also allows reset of unit test to succeed. Fixes bug 1709202.
* 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
* AI 143172: am: CL 142875 [1732012] for some reason these files didn't go ↵Mathias Agopian2009-03-272-7/+8
| | | | | | | | | through in the preview check-in. Original author: mathias Merged from: //branches/cupcake/... Automated import of CL 143172
* AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation ↵Mathias Agopian2009-03-276-27/+45
| | | | | | | | | when triggered by sensor Original author: mathias Merged from: //branches/cupcake/... Automated import of CL 143171
* AI 143160: am: CL 142856 new-new-new-new rotation animation. it may still ↵Mathias Agopian2009-03-2711-77/+514
| | | | | | | | | change one more time. Original author: mathias Merged from: //branches/cupcake/... Automated import of CL 143160
* Automated import from //branches/donutburger/...@142727,142727Dianne Hackborn2009-03-251-0/+1
|
* Automated import from //branches/donutburger/...@142446,142446Mathias Agopian2009-03-246-113/+105
|
* Automated import from //branches/donutburger/...@142430,142430Mathias Agopian2009-03-241-5/+7
|
* Automated import from //branches/donutburger/...@141502,141502Mathias Agopian2009-03-246-105/+113
|
* Automated import from //branches/donutburger/...@140807,140807Mathias Agopian2009-03-242-186/+23
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-183-93/+76
|
* 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-114-18/+112
|
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-094-197/+208
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-054-189/+78
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03148-0/+47778
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03148-47776/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-037-24/+22
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-027-22/+24
|
* 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-1316-2277/+1743
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-1038-392/+1502
|
* 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-205-41/+108
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-1518-46/+199
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-0930-507/+881
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1757-1837/+2871
|
* Initial ContributionThe Android Open Source Project2008-10-21142-0/+45444