- 02 Dec, 2010 2 commits
-
-
Eric Laurent authored
* commit '14e36261': Fix issue 2641884: Bluetooth volume is dependent on in call volume.
-
Eric Laurent authored
* commit '831ad524': Fix issue 2641884: Bluetooth volume is dependent on in call volume.
-
- 01 Dec, 2010 3 commits
-
-
Eric Laurent authored
The problem is that the code in AudioPolicyManagerBase::checkAndSetVolume() that forces voice volume to max when setting bluetooth SCO volume is not called if the bluetooth stream volume did not actually change. So even if we re apply volumes when switching to bluetooth device, the voice volume is not changed in audio HAL and remains what it was when routed to earpiece. What makes things worse on Passion is that stream volumes are limited when connected to bluetooth and their actual value does not change as soon as they exceed the limit threshold. Change-Id: Ieb72a71e06e9b3079cc8bc76c78ce83e060a2ea2
-
Eric Laurent authored
* commit '3cb64cb8': Fix issue 3142808.
-
Eric Laurent authored
* commit '2f2db765': Fix issue 3142808.
-
- 16 Nov, 2010 1 commit
-
-
Jean-Michel Trivi authored
Change-Id: I965cbeee67f72e31240e3e8cd2630bf22a03b9ea
-
- 04 Nov, 2010 1 commit
-
-
Dianne Hackborn authored
Change-Id: Ic0d967bc72c542fc6a97331c9197114f3f571c08
-
- 03 Nov, 2010 1 commit
-
-
Eric Laurent authored
There is a bug in the way audio policy manager handles A2DP interface suspend/restore when SCO is used. This bug is not new but has been triggered by a change in the timing of the events received by audio policy manager when a call is setup and torn down introduced by commit 164a8f86c7e48992691368c4895709c3bdb835a4. The fix consists in grouping the control of A2DP suspended state in a single function that is called systematically when conditions affecting this state are changed: - call state change - device connection/disconnection - change in forced usage. Change-Id: Ib76a999513b5afbfd59ba945f8650d2a48d6f480
-
- 20 Oct, 2010 1 commit
-
-
Erik Gilling authored
Change-Id: I2315f5638668ab802a4b3c723afd97b7edf0c695
-
- 14 Sep, 2010 1 commit
-
-
Dmitry Shmidt authored
Change-Id: I371d262a5bf5da989c0c7beabb9fcb8d440375e4 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 09 Sep, 2010 2 commits
-
-
Chih-Wei Huang authored
Merge commit 'c875bb38' * commit 'c875bb38': wifi: pass interface to wpa_supplicant
-
Chih-Wei Huang authored
Merge commit '709a302e' into gingerbread-plus-aosp * commit '709a302e': wifi: pass interface to wpa_supplicant
-
- 03 Sep, 2010 1 commit
-
-
Chih-Wei Huang authored
Change-Id: I577d0e7a0c6cbf7c1ddb025c01519a30bb7997b3
-
- 30 Aug, 2010 2 commits
-
-
Eric Laurent authored
Merge commit 'bab20b67' * commit 'bab20b67': Fix issue 2952766.
-
Eric Laurent authored
Merge commit 'd6e68c3a' into gingerbread-plus-aosp * commit 'd6e68c3a': Fix issue 2952766.
-
- 28 Aug, 2010 1 commit
-
-
Eric Laurent authored
The fix for issue 2952766 showed some unused code in AudioPolicyManagerBase::checkOutputForStrategy(): since commit eb8f850d0b7e53956e917fd9645f808c1a09bc88: there is no need to update the hardware output device as it will be updated when the new tracks are created by audioflinger. Change-Id: I2f46fab58a5db3b4cd03fdaeebd7d6603c8dbbdd
-
- 18 Aug, 2010 2 commits
-
-
Jean-Baptiste Queru authored
Merge commit '548af739' * commit '548af739': Revert "remove libnetutils dependency"
-
Jean-Baptiste Queru authored
This reverts commit 7c6051a4.
-
- 09 Aug, 2010 1 commit
-
-
Dmitry Shmidt authored
Change-Id: I62e6711f706af88d4447f2885f7a0ce3f30a8a2e Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 27 Jul, 2010 1 commit
-
-
Irfan Sheriff authored
Change-Id: I73600a11891b1380d8bc1bfbc24494410a989fcb
-
- 20 Jul, 2010 3 commits
-
-
Eric Laurent authored
Change-Id: Ib6ab3b02aede7e07b71e19b16d305919be849bdd
-
Eric Laurent authored
Merge commit 'd2b227e7' into gingerbread-plus-aosp * commit 'd2b227e7': Audio policy manager changes for audio effects
-
Eric Laurent authored
Added methods for audio effects management by audio policy manager. - control of total CPU load and memory used by effect engines - selection of output stream for global effects - added audio session id in parameter list for startOutput() and stopOutput(). this is not used in default audio policy manager implementation. Change-Id: I3467e64035387cc5272266b1318a5ed788958374
-
- 01 Jul, 2010 3 commits
-
-
Mike Lockwood authored
Merge commit '7cc17d54' * commit '7cc17d54': Remove obsolete gpstest app.
-
Mike Lockwood authored
Merge commit '0df071ad' into gingerbread-plus-aosp * commit '0df071ad': Remove obsolete gpstest app.
-
Mike Lockwood authored
Change-Id: If4456b47aa4af6d50110773c87fb67efa985ece9 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 21 Jun, 2010 3 commits
-
-
Jean-Baptiste Queru authored
Change-Id: I74fd5ae2634b0c7909b7ab332d174f98a9c8aee5
-
The Android Open Source Project authored
Merge commit '44c99ec7' * commit '44c99ec7': remove libnetutils dependency
-
The Android Open Source Project authored
Change-Id: I5fa7394d50dcc53441de332ba778902a08230882
-
- 15 Jun, 2010 1 commit
-
-
The Android Open Source Project authored
Change-Id: Iff5f59c3bf645911730bfa7defee848e5b54a4a1
-
- 09 Jun, 2010 1 commit
-
-
Szymon Jakubczak authored
Change-Id: I2b10ec7b9c8392bf9e64153406264a56b0ecbe30
-
- 25 May, 2010 1 commit
-
-
Eric Laurent authored
The problem is that the code in AudioPolicyManagerBase::checkAndSetVolume() that forces voice volume to max when setting bluetooth SCO volume is not called if the bluetooth stream volume did not actually change. So even if we re apply volumes when switching to bluetooth device, the voice volume is not changed in audio HAL and remains what it was when routed to earpiece. What makes things worse on Passion is that stream volumes are limited when connected to bluetooth and their actual value does not change as soon as they exceed the limit threshold. Change-Id: Ic6c54b4a7fd54983f445de9a9b5cd2ea0025155c
-
- 14 May, 2010 2 commits
-
-
Nick Kralevich authored
-
Nick Kralevich authored
Change-Id: Ib0a56e508734b1eca8b6cf125fd07efefee854aa
-
- 08 Apr, 2010 3 commits
-
-
The Android Open Source Project authored
-
The Android Open Source Project authored
Merge commit '28739a81' into kraken * commit '28739a81': Add a static library containing power.c for use by the librpc library.
-
The Android Open Source Project authored
Change-Id: I33605ebb36f1978e1c4715f6688074c808981c8d
-
- 06 Apr, 2010 1 commit
-
-
Mike Lockwood authored
Change-Id: I0c20d1214f4cb7f21712d4ba46d26ea8308fc45d Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 05 Apr, 2010 2 commits
-
-
Mike Lockwood authored
Change-Id: I483a850ac59c4cc90d5d48edd7164ea29673cb6d
-
Mike Lockwood authored
We now use the libhardware HAL interface instead. Change-Id: I0e52ff1da13109b509f166a6437d0a24cdd389b3 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-