summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Collapse)AuthorAgeFilesLines
* Merge "clean-up. get rid ofunused code and members in Surface[Control].cpp"Mathias Agopian2011-07-201-3/+0
|\
| * clean-up. get rid ofunused code and members in Surface[Control].cppMathias Agopian2011-07-201-3/+0
| | | | | | | | Change-Id: Ia7790ae28af2c2ac99eae01c2c5044ace4a490a4
* | Merge "silence sensorservice when it's dropping events"Mathias Agopian2011-07-201-3/+3
|\ \
| * | silence sensorservice when it's dropping eventsMathias Agopian2011-07-201-3/+3
| | | | | | | | | | | | Change-Id: Ib05862e545aa780821aa605e45ab189f530494b7
* | | Merge "Audio framework: support for audio pre processing"Eric Laurent2011-07-204-213/+924
|\ \ \
| * | | Audio framework: support for audio pre processingEric Laurent2011-07-184-213/+924
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 "Remove unimplemented memory pool."Jeff Brown2011-07-202-310/+239
|\ \ \ \
| * | | | Remove unimplemented memory pool.Jeff Brown2011-07-202-310/+239
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dlmalloc does such a great job that we don't need a pool anyways. Change-Id: I105b28c4a5c491543959190c7c0a9de75a5b8052
* | | | | Merge "ConnectivityService: Implement VPN callbacks to update DNS servers."Chia-chi Yeh2011-07-201-36/+113
|\ \ \ \ \
| * | | | | ConnectivityService: Implement VPN callbacks to update DNS servers.Chia-chi Yeh2011-07-191-36/+113
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7b5063f0344a2a5c2754600386982e870adc1161
* | | | | | Merge "Start default connections on startup."Robert Greenwalt2011-07-201-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Start default connections on startup.Robert Greenwalt2011-07-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On devices with mobile data we were kind of doing this in Telephony. Devices without could use this. bug:5030831 Change-Id: I9940561e88e43917bc8e638f5c3b15fced3821ae
* | | | | | Merge "Adding resizeMinWidth/Height to AppWidgetProviderInfo"Adam Cohen2011-07-191-0/+6
|\ \ \ \ \ \
| * | | | | | Adding resizeMinWidth/Height to AppWidgetProviderInfoAdam Cohen2011-07-191-0/+6
| | |/ / / / | |/| | | | | | | | | | | | | | | | Change-Id: I17dc27829938a3f25a664d8255965cf9b67cb17e
* | | | | | Merge "Fix issue #4999574: Disabled system app not listed in Settings after ↵Dianne Hackborn2011-07-191-13/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | reboot"
| * | | | | | Fix issue #4999574: Disabled system app not listed in Settings after rebootDianne Hackborn2011-07-191-13/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1a0a0724f72adcfa6aedffdcd3112bd4faa909d3
* | | | | | | Merge "Fix issue #4976176: Font size setting does not persist"Dianne Hackborn2011-07-192-7/+27
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix issue #4976176: Font size setting does not persistDianne Hackborn2011-07-192-7/+27
| |/ / / / / | | | | | | | | | | | | | | | | | | Change-Id: Id58caf990bdd3aac5ea97aaba45652ffad1f678a
* | | | | | Merge "implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an ↵Mathias Agopian2011-07-195-49/+71
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | optimal buffer orientation""
| * | | | | implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an ↵Mathias Agopian2011-07-195-49/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | optimal buffer orientation" Bug: 4487161 Change-Id: I883f34efe542c2a566d04966f873374f40c50092
* | | | | | Merge "Disconnect the native window in CameraService::Client::disconnect."Wu-cheng Li2011-07-191-11/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Disconnect the native window in CameraService::Client::disconnect.Wu-cheng Li2011-07-201-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:5048372 Change-Id: I6886907a672ddf5580b988ca5bc13e3dc26d4385
* | | | | | use SurfaceTexture new scaling mode in SFMathias Agopian2011-07-194-17/+14
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | SF now obeys SurfaceTexture's scaling mode instead of inferring it from the buffer's size Change-Id: I4d50e9851abedd7e64bfcfc8af9eefb9fb668529
* | | | | Merge "add rebootWipeCache call to RecoverySystem API"Doug Zongker2011-07-191-5/+1
|\ \ \ \ \
| * | | | | add rebootWipeCache call to RecoverySystem APIDoug Zongker2011-07-191-5/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove the never-used encrypted-filesystem-via-recovery stuff that was stripped out of recovery a while ago. Change-Id: I3349cba83daa9bc4765bd9b3f96d15000a801824
* | | | | am 57aebc61: am f679d4cb: Merge "Fix FeatureUser leak in ↵Wink Saville2011-07-191-15/+37
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ConnectivityService" into honeycomb-LTE * commit '57aebc6109f2059ba335a02bf95928a494cff4ba': Fix FeatureUser leak in ConnectivityService
| * | | | am f679d4cb: Merge "Fix FeatureUser leak in ConnectivityService" into ↵Wink Saville2011-07-191-15/+37
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | honeycomb-LTE * commit 'f679d4cb92b6d1c193a154abb5ae8fb3a786fc43': Fix FeatureUser leak in ConnectivityService
| | * | | | Fix FeatureUser leak in ConnectivityServiceKazuhiro Ondo2011-07-191-15/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case infinite restoral timer is used for a network feature, FeatureUser could be keep added but never released if a user is keep calling "startUsingNetworkFeature". This patch will add duplication check when adding a FeatureUser into the list in case infinite restoral timer is used. Bug: 5043513 Change-Id: I47e7076e217f201454fae33ce596ecdc63cf7908
* | | | | | Merge "Hide "Configure input method" button when the screen is locked."satok2011-07-181-1/+6
|\ \ \ \ \ \
| * | | | | | Hide "Configure input method" button when the screen is locked.satok2011-07-191-1/+6
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5022109 Change-Id: I5c6b59044d03b3f0335de1f602d1c3749b038c75
* | | | | | Merge "Enable IMEs to set additional subtypes in background"satok2011-07-181-10/+19
|\ \ \ \ \ \
| * | | | | | Enable IMEs to set additional subtypes in backgroundsatok2011-07-191-10/+19
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 4591792 Change-Id: I7e61a576c56d1a3a56001bdf2fd51ad3801add01
* | | | | | Fix drag and drop regression.Jeff Brown2011-07-182-44/+36
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Bug: 5032496 Change-Id: I6504df1261f563092dadc84155d413f43e921ab8
* | | | | Merge "UsbManager: document that passing null setCurrentFunction restores ↵Mike Lockwood2011-07-181-4/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | default function"
| * | | | | UsbManager: document that passing null setCurrentFunction restores default ↵Mike Lockwood2011-07-181-4/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function Change-Id: I4340b336f3e91b3b8242f2a66c34a7a7f5c3021f Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | Merge "CameraService: (dis)connect from preview windows"Jamie Gennis2011-07-182-46/+55
|\ \ \ \ \
| * | | | | CameraService: (dis)connect from preview windowsJamie Gennis2011-07-142-46/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change makes CameraService connect and disconnect from preview windows (Surfaces and SurfaceTextures) that get set. Change-Id: I726971688367d5ce0d9aa90c44168037bce33deb
* | | | | | Touch exploration separate setting and API to poll the latter state.Svetoslav Ganov2011-07-182-35/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Seperated touch exploration to be a seperate setting rather being magically enabled by the system of accessiiblity is on the there is at leas one accessibility service that speaks enabled. Now there is a setting for requesting touch exploration but still the system will enabled it only if that makes sense i.e. accessibility is on and one accessibility service that speaks is enabled. 2. Added public API for checking of touch exploration is enabled. 3. Added description attribute in accessibility service declaration which will be shown to the user before enabling the service. 4. Added API for quick cloning of AccessibilityNodeInfo. 5. Added clone functionality to SparseArray, SparseIntArray, and SparseBooleanArray. bug:5034010 bug:5033928 Change-Id: Ia442edbe55c20309244061cd9d24e0545c01b54f
* | | | | | Merge "Work on death recipient leaks in Activity Manager and Content Service."Dianne Hackborn2011-07-182-3/+14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Work on death recipient leaks in Activity Manager and Content Service.Dianne Hackborn2011-07-172-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix a leak of process death recipients in the activity manager. Also add debugging of content observers to try to track down what looks like a leak of them in the content service. Change-Id: Id6823679493ef0cde5307bb66490ebe31b878556
* | | | | | Merge "Data usage notifs, newly installed apps, defaults."Jeff Sharkey2011-07-171-28/+52
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Data usage notifs, newly installed apps, defaults.Jeff Sharkey2011-07-171-28/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Rework and fix "adb shell dumpsys meminfo"Dianne Hackborn2011-07-171-8/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 "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 "Exception in TouchExplorer due to invalid pointer id."Svetoslav Ganov2011-07-161-5/+2
|\ \ \ \ \ \