- 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>
-
- 31 Mar, 2010 3 commits
-
-
Mike Lockwood authored
Change-Id: I06dbd4b332926dde836eedb95e15791a7ebe0294 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
Mike Lockwood authored
-
Mike Lockwood authored
Merge commit 'b678f3bb' into kraken * commit 'b678f3bb': Add support for GPS privacy lock. DO NOT MERGE
-
- 28 Mar, 2010 1 commit
-
-
Mike Lockwood authored
Change-Id: Iea57de70503d9008cc6be1a7101370948c15bc29 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 16 Mar, 2010 1 commit
-
-
Eric Laurent authored
Make the choice of opening a direct output stream platform specific. Change-Id: I63e5464a18aaa3600e9fed6cec0518ff1fad4dbd
-
- 09 Mar, 2010 2 commits
-
-
Mike Lockwood authored
Change-Id: I0c20d1214f4cb7f21712d4ba46d26ea8308fc45d Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
Jean-Baptiste Queru authored
Change-Id: I8f0b127fa51a59cc5831b70f7afc47ba0ec4d9ac
-
- 08 Mar, 2010 1 commit
-
-
Mike Lockwood authored
Change-Id: I4df46fff44846b770a00d5f055ec483e9caf2516 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 07 Mar, 2010 1 commit
-
-
Fred Fettinger authored
The gps debug extension provides a single function that allows the native gps implementation to include an arbitrary string in bugreports. Change-Id: I1bd8e403e421847784804c47d83e3600340b3fea Signed-off-by:
Fred Fettinger <fred.fettinger@motorola.com> Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 26 Feb, 2010 1 commit
-
-
Eric Laurent authored
Add API to retrieve number of frames dropped by audio input kernel driver. Submitted on behalf of Masaki Sato <masaki.sato@motorola.com>
-
- 25 Feb, 2010 2 commits
-
-
Dmitry Shmidt authored
-
Dmitry Shmidt authored
Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 23 Feb, 2010 1 commit
-
-
Eric Laurent authored
The noise is the residual ring tone that is still playing while the call is answered and the audio route changed to headset or earpiece. The fix consists in muting the ringing tone when changing mode from ringtone to in call and delaying the route change until the audio buffers are emptied.
-
- 20 Feb, 2010 1 commit
-
-
San Mehat authored
Signed-off-by:
San Mehat <san@google.com>
-
- 16 Feb, 2010 1 commit
-
-
Eric Laurent authored
Make computeVolume() method virtual so that its implementation can be platform specific.
-
- 08 Feb, 2010 1 commit
-
-
Dmitry Shmidt authored
Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 05 Feb, 2010 3 commits
-
-
The Android Open Source Project authored
Merge commit '51ca2892' * commit '51ca2892': android-2.1_r1 snapshot
-
The Android Open Source Project authored
Merge commit '8dd38d6b' into eclair-plus-aosp * commit '8dd38d6b': android-2.1_r1 snapshot
-
The Android Open Source Project authored
-