summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | merge in ics-factoryrom-release history after reset to ics-factoryromThe Android Automerger2011-09-200-0/+0
| |\ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
* | | | | | Add support to terminate monitor threadIrfan Sheriff2011-09-191-2/+46
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a local pipe to track when socket connection times out and send a terminate on the monitor thread Bug: 5337272 Change-Id: I80ed3f8450b4d54d1b9e2bbc3cc84f10d0ae7a04
* | | | | Issue 5256795: Phone ringtone volume is too lowEric Laurent2011-09-122-43/+48
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge "audio policy manager: invert SPDIF/HDMI priority"Eric Laurent2011-09-121-7/+8
|\ \ \ \ | |/ / / |/| | |
| * | | audio policy manager: invert SPDIF/HDMI priorityEric Laurent2011-09-121-7/+8
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | uevent: add helper to get uevent FDErik Gilling2011-09-082-0/+6
|/ / | | | | | | | | | | | | This allows users of the library to handle thier own poll loop. Change-Id: Id3fe2be442c0ca29c74253f9f36e9377278780e4 Signed-off-by: Erik Gilling <konkers@android.com>
* | Add support seperate p2p config fileIrfan Sheriff2011-08-262-63/+100
|/ | | | | | | Also, fixed a bug with config overwrite with ctrl_interface update Bug: 5002384 Change-Id: I870c12ee58d60f696512c27deb4b9d35b4dc3b2a
* wifi: Increase wait for card removalDmitry Shmidt2011-08-231-4/+3
| | | | | Change-Id: Ia9f5bf2a905c89126535a6c01c3af67189df6c32 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Fix system property race at supplicant stopIrfan Sheriff2011-08-221-0/+11
| | | | | | | | | | | | | | | | 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
* Merge "wifi: Wait for sdio card removal"Dmitry Shmidt2011-08-121-0/+1
|\
| * wifi: Wait for sdio card removalDmitry Shmidt2011-08-121-0/+1
| | | | | | | | | | Change-Id: I3fdbd27e45536b9142e0ca88692270bac543177a Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | AudioPolicyManager: register effect CPU on enableEric Laurent2011-08-114-18/+61
| | | | | | | | | | | | | | | | 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
* | am f5498f29: am 058c940a: Merge "Enable QEMUD pipe connection for all legacy ↵Vladimir Chtchetkine2011-08-101-2/+24
|\ \ | |/ |/| | | | | | | | | hw-control clients" * commit 'f5498f29d81f638e4d833d0399f80f379e721fbe': Enable QEMUD pipe connection for all legacy hw-control clients
| * am 058c940a: Merge "Enable QEMUD pipe connection for all legacy hw-control ↵Vladimir Chtchetkine2011-08-091-2/+24
| |\ | | | | | | | | | | | | | | | | | | clients" * commit '058c940a88c1a28818daaed32fe86dfdc61929b6': Enable QEMUD pipe connection for all legacy hw-control clients
| | * Merge "Enable QEMUD pipe connection for all legacy hw-control clients"Vladimir Chtchetkine2011-08-081-2/+24
| | |\
| | | * Enable QEMUD pipe connection for all legacy hw-control clientsVladimir Chtchetkine2011-08-041-2/+24
| | |/ | | | | | | | | | Change-Id: Ic713d4cdcddb724958fc8c1c8a82a1dc2733da32
* | | Merge "Fix bug 4319552 Use commonly defined channel mask values"Jean-Michel Trivi2011-07-261-21/+18
|\ \ \
| * | | Fix bug 4319552 Use commonly defined channel mask valuesJean-Michel Trivi2011-07-251-21/+18
| | | | | | | | | | | | | | | | | | | | | | | | Use channel mask values that match OpenSL ES and other common APIs. Change-Id: Ie7e62bf8e3565f4e4b1f17b6e525c490989c8d6c
* | | | Merge "Fix bug 4211099 channel constants and 7.1 mask"Jean-Michel Trivi2011-07-251-14/+33
|\ \ \ \ | |/ / /
| * | | Fix bug 4211099 channel constants and 7.1 maskJean-Michel Trivi2011-07-251-14/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge "wifi: Add entropy file support"Dmitry Shmidt2011-07-252-0/+60
|\ \ \ \ | |/ / / |/| | |
| * | | wifi: Add entropy file supportDmitry Shmidt2011-07-252-0/+60
| | | | | | | | | | | | | | | | | | | | Change-Id: Iee92ee9fee15037cffde86b9cd2c9407afb8d2ca Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | | | Merge "Fix incremental builds by adding Cleanspec step"Dmitry Shmidt2011-07-241-0/+1
|\ \ \ \ | |/ / /
| * | | Fix incremental builds by adding Cleanspec stepDmitry Shmidt2011-07-221-0/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Ifb18c40c43668e985c56492956ceeff2e49e4c38 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | | | Merge "Audio effects: support for audio pre processing"Eric Laurent2011-07-204-18/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Audio effects: support for audio pre processingEric Laurent2011-07-124-18/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Audio policy manager: allow registration of audio effects on inputs too. Change-Id: I92efa5b51cfde591052a5c56ba2b0b84de80df0f
* | | | wifi: Add wifi_change_fw_path()Dmitry Shmidt2011-07-193-0/+34
|/ / / | | | | | | | | | | | | Change-Id: I1c4afe43457a295c0ffe0a865c6c331109dce614 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | | Merge "Remove the simulator target from all makefiles. Bug: 5010576"Jeff Brown2011-07-123-50/+2
|\ \ \
| * | | Remove the simulator target from all makefiles.Jeff Brown2011-07-113-50/+2
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 5010576 Change-Id: I77e0620f7543926b5def7666c02d99565f6487ed
* | | | Audio HAL: added interface for audio preprocessingEric Laurent2011-07-112-0/+30
|/ / / | | | | | | | | | Change-Id: I0a84ddbff53f13662873f69d9be4dfa13ebcb8fe
* | | Fix incremental builds by adding Cleanspec stepDmitry Shmidt2011-07-081-0/+1
| | | | | | | | | | | | | | | Change-Id: Ia51da716a6d5ede2ea802881e77cb69d3e6a3ed6 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | | wifi: Add wifi_get_fw_path() callDmitry Shmidt2011-07-013-0/+40
| | | | | | | | | | | | | | | Change-Id: Ib9dc8ce84febb2fba045ee527838653d0d1ad11b Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | | wifi: Assume built-in wlan driver if WIFI_DRIVER_MODULE_PATH is not setDmitry Shmidt2011-06-291-6/+18
| | | | | | | | | | | | | | | Change-Id: Ic63381fe037cd5aa1f3d419d7c253c2b17961a24 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | | audio: update for audio/audio_policy header names/locationsDima Zavin2011-06-136-6/+6
| | | | | | | | | | | | | | | Change-Id: I7a414a2e173c2bfd72ae70d57b251fa0d4dbdfa0 Signed-off-by: Dima Zavin <dima@android.com>
* | | wifi: Allow to finish interface downDmitry Shmidt2011-06-131-0/+1
| | | | | | | | | | | | | | | Change-Id: I249646845f0837c7cbf6c118d08aecb5b3ccaba5 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | | update for new audio.h header locationDima Zavin2011-05-117-7/+7
| | | | | | | | | | | | | | | Change-Id: Ia0859cc22cfd50a334235aac5b1e8688bc3d52f4 Signed-off-by: Dima Zavin <dima@android.com>
* | | hardware_legacy/audio: provide a default audio policy implementationDima Zavin2011-04-273-0/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | legacy: build legacy audio wrapper libsDima Zavin2011-04-272-0/+71
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | hardware_legacy: provide HAL helpers for legacy audio usersDima Zavin2011-04-2717-61/+1593
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | legacy: move legacy audio code from frameworks/base hereDima Zavin2011-04-2710-0/+4726
| | | | | | | | | | | | | | | Change-Id: Ic5da0130af44354dffdf85c30cd99f57c6ee163c Signed-off-by: Dima Zavin <dima@android.com>
* | | legacy: explicitly enumerate subdirs to includeDima Zavin2011-04-201-1/+3
| | | | | | | | | | | | | | | Change-Id: I308d26d5f018eb4fb62a06eef6e6320b0d5aa7dc Signed-off-by: Dima Zavin <dima@android.com>
* | | legacy: also build a shared version of libpowerDima Zavin2011-04-201-0/+11
| | | | | | | | | | | | | | | Change-Id: Ied33d3d8cdb17444d5ea367422b060490985e2b8 Signed-off-by: Dima Zavin <dima@android.com>
* | | legacy: don't link against libutils or libbinderDima Zavin2011-04-201-1/+1
| | | | | | | | | | | | | | | Change-Id: Ia8cd74ad9d7c6170fb0525b77e1443b7a8d39377 Signed-off-by: Dima Zavin <dima@android.com>
* | | Move wpa_ctrl_cleanup() function to wifi_wpa_ctrl_cleanup()Dmitry Shmidt2011-03-252-1/+44
| | | | | | | | | | | | | | | Change-Id: I557a2ac10ebb226508ffccfbfeca7f326912ed04 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | | am 37757062: Improvement for issue 3489986: BT SCO volumeEric Laurent2011-03-151-1/+1
|\ \ \ | |/ / | | | | | | | | | * commit '3775706211178bf0d252fd30b9ff1c00926c8535': Improvement for issue 3489986: BT SCO volume
| * | Improvement for issue 3489986: BT SCO volumeEric Laurent2011-03-151-1/+1
| | | | | | | | | | | | | | | | | | Add a parameter to applyStreamVolumes() to force stream volume update. Change-Id: I3cc82e516bb7c76c28c2470b06711c44f4789ce5
* | | wifi: Ensure RW for wpa_supplicant.confDmitry Shmidt2011-03-071-1/+8
|/ / | | | | | | | | Change-Id: Icaeac0ee2239333be5f3be10024824ada6da18d5 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | Bug 3352047 Wrong message when adjusting volumeGlenn Kasten2011-02-102-0/+6
| | | | | | | | | | | | Add hidden AudioManager.getDevicesForStream and output device codes. Change-Id: I45be59a2774196a135d013e45f38033036f74257
* | am 01056fcf: am 36291a74: Fix issue 3371080.Eric Laurent2011-02-032-3/+7
|\ \ | | | | | | | | | | | | * commit '01056fcfbbbb577f7d70324a4d6a3a211a519951': Fix issue 3371080.
| * \ am 36291a74: Fix issue 3371080.Eric Laurent2011-02-032-3/+7
| |\ \ | | | | | | | | | | | | | | | | * commit '36291a74cd212c4172ac054ad0eec686b7e15c96': Fix issue 3371080.