- 15 May, 2014 3 commits
-
-
Dmitry Shmidt authored
* commit 'a5b275c3': Changes to restart supplicant on crash
-
Dmitry Shmidt authored
-
Mahesh authored
specify timeout value in poll to check if the supplicant connection is active, if not we should indicate terminate command to framework to restart supplicant. Change-Id: I8e602b9cb07a13c3f0b96813b2fc89f46457473e
-
- 13 May, 2014 3 commits
-
-
Dmitry Shmidt authored
* commit '9739aeb2': Indicate WPA_EVENT_TERMINATING event on primary interface.
-
Dmitry Shmidt authored
-
Mahesh authored
Internal fabricated WPA_EVENT_TERMINATING events to restart supplicant should be sent on primary interface. Change-Id: I2d018e0707819614d9b092c6f3a812f04b5446ca
-
- 07 May, 2014 2 commits
-
-
Eric Laurent authored
* commit '8eb3354a': Audio: add an openOutputStreamWithFlags API
-
Eric Laurent authored
-
- 29 Apr, 2014 1 commit
-
-
Bill Yi authored
-
- 23 Apr, 2014 2 commits
-
-
Colin Cross authored
-
David Wagner authored
The existing openOutputStream API did not allow passing stream flags even though its audio hardware interface's open_output_stream counterpart does take a "flags" argument. This means that, when the audio hw_module is implemented using libhardware_legacy, the output flag was lost. This commit adds an API in libhardware_legacy's audio module, allowing to pass the flag, and updates the default wrapper in order to call this new API instead of the old version that missed the flag. Change-Id: I20c102d32b489f87fabbd7d02aa0b28fae13948b Signed-off-by:
David Wagner <david.wagner@intel.com> Signed-off-by:
Bruce Beare <bruce.j.beare@intel.com> Signed-off-by:
Jack Ren <jack.ren@intel.com>
-
- 18 Apr, 2014 1 commit
-
-
Colin Cross authored
Fix a few 64-bit warnings and set -Wno-unused-parameter, which makes the directory warnings-clean on 32-bit and 64-bit. Remove LOCAL_32_BIT_ONLY. Change-Id: I688b31683f1a6598419866d9b7b6bc27a7056f4a
-
- 17 Mar, 2014 8 commits
-
-
Glenn Kasten authored
* commit '60089828': Audio policy is 32-bit only
-
Glenn Kasten authored
-
Glenn Kasten authored
Change-Id: I2eca0286d98bb5eebe9c68286d4ee7ed366f173d
-
Glenn Kasten authored
* commit 'be39c1e4': audio policy : add AUDIO_DEVICE_IN_USB_DEVICE to sDeviceNameToEnumTable
-
Narayan Kamath authored
* commit 'eaf44380': Wi-Fi HAL: fix supplicant start failed issue
-
Glenn Kasten authored
-
Peter Yoon authored
This commit adds AUDIO_DEVICE_IN_USB_DEVICE to sDeviceNameToEnumTable[], It had to be added here, when it was defined in system/core/include/system/audio.h AudioPolicyManagerBase::loadHwModule() fails to parse device type of AUDIO_DEVICE_IN_USB_DEVICE in audio_policy.conf. By applying this commit, AUDIO_DEVICE_IN_USB_DEVICE can be used for audio policy customization. Change-Id: I0165956334d7105129dca4c746372dbca0d9e324
-
Narayan Kamath authored
-
- 13 Mar, 2014 1 commit
-
-
jiaguo authored
init.svc.*(hostapd, p2p_supplicant) properties are set when starting STA or uAP via Wi-Fi HAL, after sending ctrl.start command to property_service, thread called wifi_start_supplicant will yield cpu for android init process to get scheduled, then init.svc.* status is read to check if supplicant status is running there is a chance that after scheld_yield returned, init is not scheduled, serial value is not updated, __system_property_read got the "stopped" status, then init is scheduled to update service status after that back to this loop in Wi-Fi HAL, serial is updated, but status is not reread, still used "stopped", then Wi-Fi HAL will report supplicant start failed as the following schedule sequence: process A(WifiStateMachine) process B(init) 1. ctl.start 2. scheld_yield 3. __system_proerty_read /*serial1, value1*/ 4. __system_property_update /*serial2, value2*/ 5. serial1 != serial2 6. value1 == "stopped" So after sched_yield, first check if serial is updated, then read service status Change-Id: I5181e0d4504c525832c033b9a35bd58ec63e1de8 Signed-off-by:
jiaguo <jiaguo@marvell.com>
-
- 11 Mar, 2014 1 commit
-
-
Dmitry Shmidt authored
* commit 'c32be36f': wifi: check if supplicant is running before starting it
-
- 24 Feb, 2014 1 commit
-
-
Dmitry Shmidt authored
-
- 28 Jan, 2014 2 commits
-
-
Colin Cross authored
am 84b5cd7c: Merge "hardware/libhardware_legacy: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH" * commit '84b5cd7c': hardware/libhardware_legacy: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH
-
Colin Cross authored
-
- 25 Jan, 2014 1 commit
-
-
Colin Cross authored
LOCAL_MODULE_PATH doesn't work for multiarch builds, replace it with LOCAL_MODULE_RELATIVE_PATH. Change-Id: I4e4ceec61d026bbe74ba604554c06104bde42e5e
-
- 06 Dec, 2013 1 commit
-
-
The Android Open Source Project authored
* commit 'cf68701c':
-
- 05 Dec, 2013 4 commits
-
-
The Android Open Source Project authored
-
Ying Wang authored
-
Dmitry Shmidt authored
Change-Id: Ic487c3767a17299880e83080b79a91dbbaef1234 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 23 Nov, 2013 1 commit
-
-
The Android Open Source Project authored
* commit '3c2559ea':
-
- 22 Nov, 2013 1 commit
-
-
The Android Open Source Project authored
-
- 15 Nov, 2013 2 commits
-
-
Jean-Michel Trivi authored
* commit '18fc094c': Define and use DRC-specific volume curves when applicable
-
Jean-Michel Trivi authored
Add support for property defining whether a DRC on the speaker path is enabled and will boost soft sounds. Define new volume curves with more attenuations than existing ones to compensate for DRC-induced boost on sonification sounds to provide a more "linear" control to the user over the applied volume. Bug 11600699 Change-Id: If23dd097a8b9b5ebb61e75dd8512ff75e63ba899
-
- 07 Nov, 2013 5 commits
-
-
Nick Kralevich authored
* commit '376356d4': audio: do not use GNU old-style field designators
-
Nick Kralevich authored
-
synergy dev authored
Avoiding the use of gnu extensions improves code portability Change-Id: Ifa8f5d230de20a6284bb943c1ca3c48fd5fd5f2d
-
Elliott Hughes authored
* commit '2c14d798': Revert "audio: do not use GNU old-style field designators"
-
Elliott Hughes authored
-