summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-01Force camera shutter sound to speaker in Japan.android-sdk-adt_r16.0.1android-sdk-4.0.3_r1android-sdk-4.0.3-tools_r1android-cts-verifier-4.0_r1android-cts-verifier-4.0.3_r1android-cts-4.0_r1android-cts-4.0.3_r2android-cts-4.0.3_r1android-4.0.2_r1android-4.0.1_r1.2android-4.0.1_r1.1android-4.0.1_r1ics-mr1ics-mr0-releaseics-mr0ics-factoryrom-2-releaseEric Laurent
Make sure that camera shutter sound is output to device speaker also while in call. Added a new strategy for enforced audible stream to address this case as the routing policy is now different from sonification strategy. Issue 5548406. Change-Id: I2de39dfaef7d90e3804b238b1379f0f59b75e985
2011-10-20Fix music heard in speaker before notifications.Eric Laurent
Increase the delay after muting music when switching audio path to both speaker and headset for notifications and ringtones. This is required to avoid a residual of music to be output to speaker now that the max latency has been increased in low power playback mode. This is a temporary workaround that will be removed when low power mode is controlled policy manager. Change-Id: If08e7f46e499be362badb2a24a79d1723ebfc00a
2011-10-18Fix issue 5440852: Youtube volume is too small ...Eric Laurent
When no DRC is applied by the platform when playing over the device speaker, faint audio signals are not boosted and barely audible until the media volume is raised to about one fourth of the range. Compensate this by applying a different volume curve for music stream when the speaker is selected. Change-Id: I03f316fb28150eda50b05dfa12310701e2674648
2011-10-06Merge "wifi: Fix entropy file size"Dmitry Shmidt
2011-10-06wifi: Fix entropy file sizeDmitry Shmidt
BUG: b/5321709 Change-Id: Iff4692f1f35b63136297261d1565bc16c854ede3 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2011-10-05fix build: method needs to be pure virtual, otherwise needs to be defined.Olivier Bailly
Change-Id: I9dbdd29dc430fbf19a1d9cb8d44a1f9c6f624dbb
2011-09-27wifi: Change pipe to socket pair in termination of monitor thread codeDmitry Shmidt
Change-Id: Id08c211102dabccff3e7d5a1373507f8d63ec70d Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2011-09-22Reconcile with ics-factoryrom-releaseThe Android Open Source Project
Change-Id: Ia48e10b311967e6df2d8619b973cab57a6933428
2011-09-21merge in ics-factoryrom-release history after reset to ics-factoryromThe Android Automerger
2011-09-21Reconcile with ics-factoryrom-releaseThe Android Open Source Project
Change-Id: Ie3d828b77b539c41d89b2a7e4057fea9e527dac8
2011-09-20merge in ics-factoryrom-release history after reset to ics-factoryromThe Android Automerger
2011-09-19Add support to terminate monitor threadIrfan Sheriff
Create a local pipe to track when socket connection times out and send a terminate on the monitor thread Bug: 5337272 Change-Id: I80ed3f8450b4d54d1b9e2bbc3cc84f10d0ae7a04
2011-09-12Issue 5256795: Phone ringtone volume is too lowEric Laurent
Modified the volume curve for ringtones and notifications in audio policy manager. The first volume step now corresponds to -30dB instead of -50dB thus making ringtone much more audible for low volume settings. Also made a generic implementation of volume curves according to audio policy strategies. Change-Id: Ieb7916ba2e53c2a10a47efec82814cabed21c48b
2011-09-12Merge "audio policy manager: invert SPDIF/HDMI priority"Eric Laurent
2011-09-12audio policy manager: invert SPDIF/HDMI priorityEric Laurent
Route media audio in priority to S/PDIF output when available even if HDMI is connected. This allows users to chose to output audio to a different system than the display. Also force media volume to max when playing over S/PDIF. Change-Id: I03b82a7235cb60f2b5d6cf7923570554b07ac400
2011-09-08uevent: add helper to get uevent FDErik Gilling
This allows users of the library to handle thier own poll loop. Change-Id: Id3fe2be442c0ca29c74253f9f36e9377278780e4 Signed-off-by: Erik Gilling <konkers@android.com>
2011-08-26Add support seperate p2p config fileIrfan Sheriff
Also, fixed a bug with config overwrite with ctrl_interface update Bug: 5002384 Change-Id: I870c12ee58d60f696512c27deb4b9d35b4dc3b2a
2011-08-23wifi: Increase wait for card removalDmitry Shmidt
Change-Id: Ia9f5bf2a905c89126535a6c01c3af67189df6c32 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2011-08-22Fix system property race at supplicant stopIrfan Sheriff
We stop supplicant by sending a "terminate" control command. init then updates the system property init.svc.wpa_supplicant when the supplicant has stopped. The framework gets notified of a successful supplicant stop through a supplicant event. It can happen that the framework has been notified of a supplicant stop, but the init process has not set the system property and thus when the framework tries to connect to the supplicant again, it can immediately return saying the supplicant is already running. Avoid this race, by ensuring the call from framework to close supplicant connection polls for the update by init process that the system property indicates supplicant has stopped. Bug: 5166494 Change-Id: Ie74a8cf39fa56ae557ea6bbbcba7865301620c42
2011-08-12Merge "wifi: Wait for sdio card removal"Dmitry Shmidt
2011-08-12wifi: Wait for sdio card removalDmitry Shmidt
Change-Id: I3fdbd27e45536b9142e0ca88692270bac543177a Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2011-08-11AudioPolicyManager: register effect CPU on enableEric Laurent
Audio effect CPU usage is now registered on enable and unregistered on disable instead of when the effect is created or destroyed. Change-Id: Icffcede9558d8d41887278f0efef2df430927381
2011-08-10am f5498f29: am 058c940a: Merge "Enable QEMUD pipe connection for all legacy ↵Vladimir Chtchetkine
hw-control clients" * commit 'f5498f29d81f638e4d833d0399f80f379e721fbe': Enable QEMUD pipe connection for all legacy hw-control clients
2011-08-09am 058c940a: Merge "Enable QEMUD pipe connection for all legacy hw-control ↵Vladimir Chtchetkine
clients" * commit '058c940a88c1a28818daaed32fe86dfdc61929b6': Enable QEMUD pipe connection for all legacy hw-control clients
2011-08-08Merge "Enable QEMUD pipe connection for all legacy hw-control clients"Vladimir Chtchetkine
2011-08-04Enable QEMUD pipe connection for all legacy hw-control clientsVladimir Chtchetkine
Change-Id: Ic713d4cdcddb724958fc8c1c8a82a1dc2733da32
2011-07-26Merge "Fix bug 4319552 Use commonly defined channel mask values"Jean-Michel Trivi
2011-07-25Fix bug 4319552 Use commonly defined channel mask valuesJean-Michel Trivi
Use channel mask values that match OpenSL ES and other common APIs. Change-Id: Ie7e62bf8e3565f4e4b1f17b6e525c490989c8d6c
2011-07-25Merge "Fix bug 4211099 channel constants and 7.1 mask"Jean-Michel Trivi
2011-07-25Fix bug 4211099 channel constants and 7.1 maskJean-Michel Trivi
Add definitions for the side and elevated channels. Correct definition of 7.1 mask which uses the side channels rather than the front half-pan channels. Change-Id: I8b75c6fb380fddc2db09fab53799850218940c93
2011-07-25Merge "wifi: Add entropy file support"Dmitry Shmidt
2011-07-25wifi: Add entropy file supportDmitry Shmidt
Change-Id: Iee92ee9fee15037cffde86b9cd2c9407afb8d2ca Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2011-07-24Merge "Fix incremental builds by adding Cleanspec step"Dmitry Shmidt
2011-07-22Fix incremental builds by adding Cleanspec stepDmitry Shmidt
Change-Id: Ifb18c40c43668e985c56492956ceeff2e49e4c38 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2011-07-20Merge "Audio effects: support for audio pre processing"Eric Laurent
2011-07-19wifi: Add wifi_change_fw_path()Dmitry Shmidt
Change-Id: I1c4afe43457a295c0ffe0a865c6c331109dce614 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2011-07-12Audio effects: support for audio pre processingEric Laurent
Audio policy manager: allow registration of audio effects on inputs too. Change-Id: I92efa5b51cfde591052a5c56ba2b0b84de80df0f
2011-07-12Merge "Remove the simulator target from all makefiles. Bug: 5010576"Jeff Brown
2011-07-11Remove the simulator target from all makefiles.Jeff Brown
Bug: 5010576 Change-Id: I77e0620f7543926b5def7666c02d99565f6487ed
2011-07-11Audio HAL: added interface for audio preprocessingEric Laurent
Change-Id: I0a84ddbff53f13662873f69d9be4dfa13ebcb8fe
2011-07-08Fix incremental builds by adding Cleanspec stepDmitry Shmidt
Change-Id: Ia51da716a6d5ede2ea802881e77cb69d3e6a3ed6 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2011-07-01wifi: Add wifi_get_fw_path() callDmitry Shmidt
Change-Id: Ib9dc8ce84febb2fba045ee527838653d0d1ad11b Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2011-06-29wifi: Assume built-in wlan driver if WIFI_DRIVER_MODULE_PATH is not setDmitry Shmidt
Change-Id: Ic63381fe037cd5aa1f3d419d7c253c2b17961a24 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2011-06-13audio: update for audio/audio_policy header names/locationsDima Zavin
Change-Id: I7a414a2e173c2bfd72ae70d57b251fa0d4dbdfa0 Signed-off-by: Dima Zavin <dima@android.com>
2011-06-13wifi: Allow to finish interface downDmitry Shmidt
Change-Id: I249646845f0837c7cbf6c118d08aecb5b3ccaba5 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2011-05-11update for new audio.h header locationDima Zavin
Change-Id: Ia0859cc22cfd50a334235aac5b1e8688bc3d52f4 Signed-off-by: Dima Zavin <dima@android.com>
2011-04-27hardware_legacy/audio: provide a default audio policy implementationDima Zavin
This uses the legacy policy code to build a default implementation that can be used while we figure out what the new policy inheritance should look like. Change-Id: I3e4154abc7152b4f560b28e391a268bf508767e3 Signed-off-by: Dima Zavin <dima@android.com>
2011-04-27legacy: build legacy audio wrapper libsDima Zavin
Note that the legacy audio helper libs are not part of the main libhardware_legacy lib itself. Change-Id: Ie08343ab8de2d298db0041c711d7e02a284bc4c3 Signed-off-by: Dima Zavin <dima@android.com>
2011-04-27hardware_legacy: provide HAL helpers for legacy audio usersDima Zavin
This doesn't actually create a HAL, but rather a set of helper static libraries that device specific libraries (i.e. the old libaudio pieces) can link against to create a proper audio HAL module. We provide an audio_policy static wrapper and audio hardware interface static wrapper. Change-Id: Ie56195447ad24b83888f752dca24674b0afd8a76 Signed-off-by: Dima Zavin <dima@android.com>
2011-04-27legacy: move legacy audio code from frameworks/base hereDima Zavin
Change-Id: Ic5da0130af44354dffdf85c30cd99f57c6ee163c Signed-off-by: Dima Zavin <dima@android.com>