- 25 Jul, 2011 40 commits
-
-
Jason Sams authored
-
Romain Guy authored
-
Romain Guy authored
-
Eric Laurent authored
-
Romain Guy authored
Change-Id: I8be5aebb60b7441342d430131168d11dc551ec34
-
Eric Laurent authored
Added APIs to control pre processes applied on captured audio. Those APIs are still hidden until reviewed by API council. Three types of standard pre processes are supported: - Automatic Gain Control (AGC) by AutomaticGainControl class - Acoustic Echo Cancellation (AEC) by AcousticEchoCanceler class - Noise Suppression (NS) by NoiseSuppressor class A method is added to AudioEffect class to query audio pre processings applied by default by the platform on a given AudioRecord session ID. Change-Id: I0b9fceeb8c704dd06319c3b52b85c96fe871d51d
-
James Dong authored
-
Adam Cohen authored
-
http://b/issue?id=5064532Philip Milne authored
-
Michael Jurka authored
-
Jason Sams authored
bug 5074640 Change-Id: I395bd8b295beacc979681ccdd3451d9d6cc3d672
-
Kenny Root authored
-
Kenny Root authored
-
Eric Laurent authored
-
http://b/issue?id=5064532Philip Milne authored
5064532: GridLayout with initial "stretchy" row and "gone" view in last row doesn't stretch properly Also: . Infer stretchibility from whether or not gravity is defined. . Make algorithms for handling flexibility within cell groups consistent with those acting between cells groups (via constraint system). . Hide and deprecate methods taking flexibility argument. . Hide and deprecate CAN_STRETCH constant. Both deprecated features will be removed after references are removed from platform. Change-Id: Iabf2bf19f35cf30b8ec49c99b49a0550fd495125
-
Svetoslav Ganov authored
-
Svetoslav Ganov authored
Merge "Touch exploration state set to clients asynchronously and depended on talking service being enabled."
-
Amith Yamasani authored
-
Romain Guy authored
Change-Id: I1954111e999ea95982c273eb50b9ea82397bc823
-
Winson Chung authored
-
Jamie Gennis authored
-
Svetoslav Ganov authored
-
Winson Chung authored
- Fixing crash in SystemUI when trying to access external storage while it is not mounted Change-Id: I3d9a05c155b83a2cc39915caebad4b7016025d09
-
Matthew Xie authored
-
Jean-Michel Trivi authored
-
Adam Powell authored
-
Matthew Xie authored
Add BluetoothAdapterStateMachine to maintain a inter state machine other than the public BluetoothAdapter states. This is a improvement to BluetoothService code. 2 internal state are added, LoadingFirmware and FirmwareLoaded to place the Bluetooth module in a ready-to-switch-on state so that it can be quickly switched on to have a better user experience bug 5021787 Change-Id: Ia352e88cba509d9e98c900f85e7479f8cee1de5e
-
Ted Bonkenburg authored
-
Kenny Root authored
The PackageManagerTests aren't designed for multiple users yet, so they fail. Since multiple users aren't supported yet, just change the default data directory for user 0 back to how it was previously. This fixes the existing tests and doesn't get anyone's hopes up since they won't see /data/user/0/pacakge when we don't support multiple users yet. Bug: 4380006 Change-Id: Iedcc3115b000759c0013ba6878e13cd2358897da
-
Ben Murdoch authored
-
Ben Murdoch authored
-
Flavio Lerda authored
-
Ben Murdoch authored
Autofill was reading the WebView's WebSettings on a background thread. Move it to the UI thread to conform to the WebView API and get rid of a Strict Mode violation. Bug: 5072283 Change-Id: Ib0ac60697f1e629ac1ef1743545b5cf0ac2cf52a
-
Svetoslav Ganov authored
1. The first problem is manifested on Prime. Apparently the Prime screen driver is very aggresive in filtering move events that origin from almost the same location. Hence, the framework doesn't see a constant stream of events. However, the TouchExplorer implementation was assuming a constant event stream to detect long press. Refactored the code such that no assumptions for the event stream are made. 2. Touch exploring an item and then tapping far away from that item was activating it, hence not respecting the distance slop. This was due to incorrect check of the latter. bug:5070917 Change-Id: I3627a2feeb3712133f58f8f8f1ab7a2ec50cdc9a
-
satok authored
Change-Id: Iaf86065a2a7f075c670ebdaa60a33a815dcb8113
-
satok authored
-
satok authored
Bug: 5057977 Change-Id: I4617b7f1487349c5de385e7392dbc39c69fa2ebc
-
Flavio Lerda authored
Initially we had exposed NEW in the voicemail provider instead of the IS_READ field. However, NEW is already used in the call log to represent a missed call for which a notification needs to be shown to the user. On the other hand, voicemail need both be shown in a notification and retain their own read/unread state, which is determined by whether the user has opened the details of the voicemail. This change introduces the IS_READ field for voicemails and exposes it also via the call log content provider. The NEW column in the voicemail content provider will be removed in a follow-up. Bug: 5036195 Change-Id: I2f8c04685a82cbf77f4778cf057ff62c7da1256a
-
Daisuke Miyakawa authored
-
Eric Laurent authored
Dump of media.audio_flinger service was only listing effects on output threads. Moved the dump of effect chains from PlaybackThread to ThreadBase class so that pre processings on RecordThread are also listed. Change-Id: If8bc74023c12b9c2371f1b300743b156ceca7b87
-