summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* AudioRecord JAVA: expose audio session IdEric Laurent2011-07-182-6/+49
| | | | | | | Added getAudioSessionId() method to AudioRecord class so that applications can retrieve the AudioRecord's session ID and attach audio pre processes. Change-Id: I1914770f0e54d97c9aef6a9eb36fff69b6d31552
* Audio framework: support for audio pre processingEric Laurent2011-07-1815-251/+1048
| | | | | | | | | | | | | | | | | | | | | | | | | Audio effect framework is extended to suport effects on output and input audio path. AudioFlinger: Support for audio effects and effect chains is moved from PlaybackThread class to ThreadBase class so that RecordThread can manage effects. Effects of type pre processing are allowed on record thread only. When a pre processing is enabled, the effect interface handle is passed down to the input stream so that the audio HAL can call the process function. The record thread loop calls the effect chain process function that will only manage the effect state and commands and skip the process function. AudioRecord: The audio session is allocated before calling getInput() into audio policy serice so that the session is known before the input theead is created and pre processings can be created on the correct session. AudioPolicyService: default pre processing for a given input source are loaded from audio_effects.conf file. When an input is created, corresponding effects are created and enabled. Change-Id: Id17119e0979b4dcf189b5c7957fec30dc3478790
* Merge "Always consider playlists corresponding to different bandwidths ↵Andreas Huber2011-07-181-0/+6
|\ | | | | | | different."
| * Always consider playlists corresponding to different bandwidths different.Andreas Huber2011-07-151-0/+6
| | | | | | | | Change-Id: I07bb3023af5046db93b4f8785eb90c6a4fb15b95
* | Merge "Fix seek behaviour at startup and teardown of media session that ↵Andreas Huber2011-07-182-3/+11
|\ \ | |/ | | | | hasn't been started"
| * Fix seek behaviour at startup and teardown of media session that hasn't been ↵Andreas Huber2011-07-152-3/+11
| | | | | | | | | | | | | | | | started Nuplayer specific. Change-Id: I7b0be52c29bdb7032414d63c503d686df7844bf6
* | Reconcile with gingerbread-releaseThe Android Open Source Project2011-07-180-0/+0
|\ \ | | | | | | | | | Change-Id: I74130bf01f70959376b8453e0288c4436cdbec2b
| * \ reset back to latest, and keep historyandroid-merger2011-07-130-0/+0
| |\ \
| | * | temporary revert for testingandroid-merger2011-07-122-42/+17
| | | | | | | | | | | | | | | | | | | | | | | | Revert "Implement dead service recovery in NFC extras library." This reverts commit cc9ee72bd42bb40b1852f907f58305adde12ecc2.
| | * | reset, and keep historyandroid-merger2011-07-120-0/+0
| | |\ \ | |/ / /
| | * | temporary revert for testingandroid-merger2011-07-123-26/+12
| | | | | | | | | | | | | | | | | | | | | | | | Revert "DO NOT MERGE: Make sure we restart the prefetcher immediately when trying to satisfy a read." This reverts commit f0f1ceeb517ff226532a407da6d55602f195e5b5.
| | * | reset, and keep historyandroid-merger2011-07-100-0/+0
| | |\ \ | |/ / /
| | * | Revert "Handle DHCP renewal and wakeup in framework"android-merger2011-07-081-122/+31
| | | | | | | | | | | | | | | | This reverts commit d2127c438fc858a4f6c8ad75b7a1e4491da69a78.
| | * | Revert "Fix lease duration handling"android-merger2011-07-081-19/+12
| | | | | | | | | | | | | | | | This reverts commit df1734e3f57646df1fa96275cbb65bb91ac9d2ac.
| | * | Revert "Handle GET_POWER failures"android-merger2011-07-081-3/+1
| | | | | | | | | | | | | | | | This reverts commit 1a5b6098d5002ae07ce3f9bc514400a87c2b64fa.
| | * | Revert "Move Wifi Ap configuration to flat file"android-merger2011-07-082-120/+52
| |/ / | | | | | | | | | This reverts commit 97b4cf783f72d3597da037fea25f842aa0bb1776.
* | | Fix a few threading issues in the AudioPlaybackHandler.Narayan Kamath2011-07-184-46/+67
| | | | | | | | | | | | | | | | | | | | | | | | Also fixes a bug where PlaybackSynthesisCallback would continue to pump audio to the audio playback thread after being stopped. Change-Id: I3233eb4858245b6e7c7df72e241a0708c668f1b4
* | | Merge "Improve TextToSpeech#isSpeaking()"Narayan Kamath2011-07-183-2/+18
|\ \ \
| * | | Improve TextToSpeech#isSpeaking()Narayan Kamath2011-07-153-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Query the audio playback thread to check if it's busy. bug:5033910 Change-Id: Ie57c7776bac27c2e712ddad4ec50fb7d78ea82e7
* | | | Merge "MTP: Use a single packet for the data phase"Mike Lockwood2011-07-183-80/+66
|\ \ \ \
| * | | | MTP: Use a single packet for the data phaseMike Lockwood2011-07-173-80/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of sending 12 byte header in a separate packet. PTP on the Mac is much happier with this approach. Change-Id: I7d1ca498f6346afd88876d24332187b466fc469c Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | Merge "Update the style of the action bar share UI"Svetoslav Ganov2011-07-176-20/+40
|\ \ \ \ \
| * | | | | Update the style of the action bar share UISvetoslav Ganov2011-07-176-20/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Made the background of the default and expand buttons change when pressed. 2. When the share UI is shown on the overflow the "Show all" menu item was present event if all items are shown. 3. The width of the popup for picking an item was different for the action view and overflow case. bug:5039747 Change-Id: I72afbcf86c93596c7eba4d70c002eab060ff31f8
* | | | | | Merge "Make View#setBackgroundDrawable a no-op if setting the same background."Adam Powell2011-07-171-0/+4
|\ \ \ \ \ \
| * | | | | | Make View#setBackgroundDrawable a no-op if setting the same background.Adam Powell2011-07-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idd3e0ae80609557d82a5564daa1cfb0abca42ded
* | | | | | | Merge "Audio preprocessing wrapper for webrtc."Eric Laurent2011-07-172-0/+1641
|\ \ \ \ \ \ \
| * | | | | | | Audio preprocessing wrapper for webrtc.Eric Laurent2011-07-172-0/+1641
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This wrapper implements the interworking layer between the audio effect interface defined by the effect framework for audio preprocessing and the native interface of webrtc audio processing module. Change-Id: I3f9319730c102599cdf0dda520a53d90b4165114
* | | | | | | | Merge "Data usage notifs, newly installed apps, defaults."Jeff Sharkey2011-07-174-35/+75
|\ \ \ \ \ \ \ \
| * | | | | | | | Data usage notifs, newly installed apps, defaults.Jeff Sharkey2011-07-174-35/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only show warning/limit notifications for active networks, since they aren't actionable for inactive IMSI. Include IMSI in debug output on engineering builds. Move default policy warning to be configured through overlay. Watch for newly installed packages to enforce global policy. Bug: 5038729, 5038541, 4979026, 5023634 Change-Id: I8fc8ab4c23c440a3091504ea16133ed6ababf58e
* | | | | | | | | Stop attempting to call the removed -Xdeadlockpredict option.Elliott Hughes2011-07-171-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5038293 Change-Id: If834f07355c110eb02cc8a96e25b432c508462cd
* | | | | | | | | Fix build.Dianne Hackborn2011-07-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I06243c668b85c0816fc7b1b8318bbcc28f88dc71
* | | | | | | | | Merge "Fix a couple static leaks."Dianne Hackborn2011-07-172-13/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix a couple static leaks.Dianne Hackborn2011-07-172-13/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If2564dc822fbcb3bb3baf270ad2b3c29c78bf421
* | | | | | | | | | Merge "Rework and fix "adb shell dumpsys meminfo""Dianne Hackborn2011-07-176-132/+378
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Rework and fix "adb shell dumpsys meminfo"Dianne Hackborn2011-07-176-132/+378
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now collect more detailed information splitting the maps into additional useful categories. Fixed some bugs in account, such as not correctly handling all of the current dalvik allocations. The activity manager now prints a final summary of all pss organized by the apps and the categories. Change-Id: Iafc5f27c998095812b1483c6803b8e0f0587aeae
* | | | | | | | | Merge "Fix bug 5037642 - Refine back button behavior for action bar modes."Adam Powell2011-07-172-9/+40
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fix bug 5037642 - Refine back button behavior for action bar modes.Adam Powell2011-07-172-9/+40
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Action modes for the action bar used to aggressively hijack the back button before the view hierarchy got a chance to respond to it. Loosen this. New ordering is: view hierarchy => window feature-level modes (action bar modes e.g. CAB/search) => Activity/window callback behavior. Change-Id: Iac1b22997713be968a94f77f9fa6cebaf6f923f0
* | | | | | | | Merge "Acquire wakelock during network stats collection."Jeff Sharkey2011-07-171-4/+25
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | Acquire wakelock during network stats collection.Jeff Sharkey2011-07-171-4/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 4517275 Change-Id: I01dfe3b13d7aca84605446e9e9927d0648623552
* | | | | | | Merge "Throw an exception if accessibility service has not requested to ↵Svetoslav Ganov2011-07-171-4/+17
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | retrieve window content."
| * | | | | | Throw an exception if accessibility service has not requested to retrieve ↵Svetoslav Ganov2011-07-171-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | window content. 1. If an accessibility service does not request access to the window content and does so, an exception is thrown to point the developer to the reason. bug:5038284 Change-Id: Ibf08f4d2c8ad8939c4f4c2e288048a4f8ff1e31b
* | | | | | | Merge "During encryption, don't throw exceptions for unknown vold state"Ken Sumrall2011-07-171-1/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | During encryption, don't throw exceptions for unknown vold stateKen Sumrall2011-07-151-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a temporary fix until we get something better. During the encryption process, vold does not respond to commands because it is blocked doing the encryption. Because it doesn't respond, this code times out, sets the state to null, and thows an exception. For now, just don't throw an exception if the device is encrypting. Change-Id: I7e821ec2addd60475fb10834df533beccb2650fe
* | | | | | | Merge "Release strong Fragment references after exec."Jeff Sharkey2011-07-171-0/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Release strong Fragment references after exec.Jeff Sharkey2011-07-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When finished with a Runnable transaction in execPendingActions(), release the strong reference so that Fragment can be GC'ed. Bug: 3117761 Change-Id: Ica2f50e363be1bd047bf0474b293efeb814b1264
* | | | | | | Scroll events should indicate whether or not they have pixel data.Svetoslav Ganov2011-07-171-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Updated all integet properties of AccessibilityRecord to be set to -1 so this is a clue to the client that this property is irrelevant for the current event type. bug:5031598 Change-Id: Ifedc15bf2249847cbc6cbcb83f5732e17b8b2903
* | | | | | | AccessibilityNodeInfo does not report checkable coreclty.Svetoslav Ganov2011-07-172-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. AccessibilitiyNodeInfo's checkable property was not set. bug:5039205 Change-Id: I083d1c357c6d9875536e66e355c8a33bd580cee6
* | | | | | | Bug 5037953: Fix NPE in bringPointIntoViewGilles Debunne2011-07-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If711f65de1a70ac9132b0b853a9f336ec56355b8
* | | | | | | Merge "Exception in TouchExplorer due to invalid pointer id."Svetoslav Ganov2011-07-161-5/+2
|\ \ \ \ \ \ \
| * | | | | | | Exception in TouchExplorer due to invalid pointer id.Svetoslav Ganov2011-07-161-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iec5d3b3b0d3ae5676e16384ed2b12352fe4a7f3c