summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* fix the sim build. disables the tests for now.Joe Onorato2009-05-061-1/+1
|
* am 4488b11: Merge change 1039 into donutAndroid (Google) Code Review2009-05-061-0/+15
|\ | | | | | | | | | | | | Merge commit '4488b11c51ad8f5b8330279a9405e5a0f8586aa4' * commit '4488b11c51ad8f5b8330279a9405e5a0f8586aa4': Add some C++ code to do raw files for backup
| * Add some C++ code to do raw files for backupJoe Onorato2009-05-051-0/+15
| |
* | am 17f213b: Merge change 602 into donutAndroid (Google) Code Review2009-04-291-1/+0
|\ \ | |/ | | | | | | | | | | Merge commit '17f213bc528cf296e133e9ec9c9e0ce5dce41781' * commit '17f213bc528cf296e133e9ec9c9e0ce5dce41781': Bug fix(1807910): media recorder crash due to the use of locked camera object (last part)
| * Bug fix(1807910): media recorder crash due to the use of locked camera ↵James Dong2009-04-271-1/+0
| | | | | | | | | | | | | | object (last part) - remove an unused Camera constructor - add a check on the argument in Camera::create() method
* | am 3eab744: Merge change 376 into donutAndroid (Google) Code Review2009-04-291-0/+7
|\ \ | |/ | | | | | | | | | | Merge commit '3eab744d018924189b1b8f5530accd52e91213de' * commit '3eab744d018924189b1b8f5530accd52e91213de': Add support for changing a threads scheduler group. Three groups are available (default, background non interactive, foreground boost). Setting a thread priority to PRIORITY_BACKGROUND will transparently change groups to background
| * Merge change 376 into donutAndroid (Google) Code Review2009-04-271-0/+7
| |\ | | | | | | | | | | | | * changes: Add support for changing a threads scheduler group. Three groups are available (default, background non interactive, foreground boost). Setting a thread priority to PRIORITY_BACKGROUND will transparently change groups to background
| | * Add support for changing a threads scheduler group. Three groups are ↵San Mehat2009-04-271-0/+7
| | | | | | | | | | | | | | | | | | available (default, background non interactive, foreground boost). Setting a thread priority to PRIORITY_BACKGROUND will transparently change groups to background Signed-off-by: San Mehat <san@google.com>
* | | am 0a9b5bb: Merge change 509 into donutAndroid (Google) Code Review2009-04-291-2/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '0a9b5bbb47a965238ca0e1e699d61d7ddd054742' * commit '0a9b5bbb47a965238ca0e1e699d61d7ddd054742': Fix a media server crash (bug 1807910): part one
| * | Merge change 509 into donutAndroid (Google) Code Review2009-04-231-2/+2
| |\ \ | | | | | | | | | | | | | | | | * 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-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | am 9c56513: Merge change 165 into donutAndroid (Google) Code Review2009-04-291-85/+190
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '9c5651390056cd9c2f68d5df057739528bd4128b' * commit '9c5651390056cd9c2f68d5df057739528bd4128b': Squashed commit of the following:
| * | | Squashed commit of the following:Robert Greenwalt2009-04-221-85/+190
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge donut into masterJean-Baptiste Queru2009-04-222-2/+0
|\ \ \ | |/ /
| * | Fix issue 1745312: Various cleanups in media frameworkEric Laurent2009-04-212-2/+0
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 145778: Manual merge changes 145382-145384 from cupcake.Andy Stadler2009-04-101-6/+6
| | | | | | | | Automated import of CL 145778
| * AI 143177: am: CL 142889 Fix issue #1736153 Camera shutter sound can be ↵Eric Laurent2009-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | 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 143171: am: CL 142873 fix [1732012] Only show screen rotation animation ↵Mathias Agopian2009-03-272-2/+7
| | | | | | | | | | | | | | | | | | when triggered by sensor Original author: mathias Merged from: //branches/cupcake/... Automated import of CL 143171
| * Automated import from //branches/donutburger/...@141200,141200Jean-Michel Trivi2009-03-241-0/+1
| |
| * Automated import from //branches/donutburger/...@140866,140866Jason Sams2009-03-241-0/+1
| |
| * Automated import from //branches/donutburger/...@140663,140663Jean-Michel Trivi2009-03-241-0/+1
| |
* | AI 145994: Integrate #145778 from Donut.Dianne Hackborn2009-04-131-6/+6
| | | | | | | | Automated import of CL 145994
* | AI 143840: Split VM initialization out into a separate function.Andy McFadden2009-03-311-0/+1
| | | | | | | | | | | | | | This makes the code marginally more readable, and cuts about 500 bytes off the size of the main thread's stack. Automated import of CL 143840
* | AI 143327: am: CL 143177 am: CL 142889 Fix issue #1736153 Camera shutter ↵Eric Laurent2009-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | AI 143320: am: CL 143171 am: CL 142873 fix [1732012] Only show screen ↵Mathias Agopian2009-03-272-2/+7
| | | | | | | | | | | | | | | | | | | | | | rotation animation when triggered by sensor Original author: mathias Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... Automated import of CL 143320
* | Automated import from //branches/master/...@141201,141201Jean-Michel Trivi2009-03-241-0/+1
| |
* | Automated import from //branches/master/...@140868,140868Jason Sams2009-03-241-0/+1
| |
* | Automated import from //branches/master/...@140665,140665Jean-Michel Trivi2009-03-241-0/+1
|/
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-183-3/+5
|
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-133-3/+16
|
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-112-6/+66
|
* auto import from //depot/cupcake/@136654The Android Open Source Project2009-03-051-1/+0
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-052-36/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03122-0/+17783
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03122-17740/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-036-57/+14
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-026-14/+57
|
* auto import from //branches/cupcake/...@132569The Android Open Source Project2009-02-201-1/+3
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-1/+10
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-139-83/+47
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-1027-1313/+288
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-206-7/+27
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-156-7/+11
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-0914-48/+210
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1740-479/+1340
|
* Initial ContributionThe Android Open Source Project2008-10-21118-0/+17743