History log of /external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bf7972c55f5e30ec29f85a1cd871b734106cf062 25-Sep-2012 Kausik Sinnaswamy <kausik@broadcom.com> Reduced logging before/after music play/pause

A burst of log messages are sent right music is paused. Moved these as
verbose logs.
bug 7222516
Change-Id: I08a0583eb1b96734e3fdbd0c97cd3a93d9a0304f
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
6ef101187774e30ddba6b46bbedef549a42196ad 18-Sep-2012 Andre Eisenbach <andre@broadcom.com> Initual Bluetooth open source release

First release under Apache source license with updated header files
and whitespace cleanups. Also fixed file permission to remove executable
bit from source files.

Change-Id: I7155903edfc2f491c1cbbd0db108f207852caaa0
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
006e31e8bd33851be7547bf6540617976495f467 11-Sep-2012 Iliyan Malchev <malchev@google.com> bluedroid: clean up a2dp log spew

Change-Id: I6f9459197724cbb2824f4160f7f366bfe7631556
Signed-off-by: Iliyan Malchev <malchev@google.com>
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
41fba72e7a266724b1ec8cb482f9e142229d3945 28-Aug-2012 Eric Laurent <elaurent@google.com> audio: audio device API 2.0

Remove obsolete get_supported_devices() function.

Change-Id: I4e2e6daa2222b9c7b6c685d8ac0763dc5f8cdaa9
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
7b7d17e2e1dff7a8e168e60ab8983d2d464f7fa8 30-Aug-2012 Eric Laurent <elaurent@google.com> audio: fix get_parameters()

Fix two bugs in adev_get_parameters():
- the str_parms struct was not destroyed causing a memory leak.
- get_parameters() should return an empty string, not NULL.

Change-Id: Icdf2803afe82fa4be7950b4659f850b772381f17
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
7564d20e41c7538d390a387c1210688cc161d9ed 22-Aug-2012 Kausik Sinnaswamy <kausik@broadcom.com> Minimized Bluetooth data traces (including L2CAP)

Configured the trace level to not report logs which are marked DEBUG or
VERBOSE.

Change-Id: I3112128d20140b28523edf439a1b6bd0c255d835
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
b280b2fc2bc025e0fb2cc2eb03b31574ceb3bdfc 25-Jun-2012 Kausik Sinnaswamy <kausik@broadcom.com> Do not auto-resume when A2DPSuspended is FALSE

Instead if music was streaming prior to the suspend, we just set the
state to STANDBY and expect the AVDTP start to be triggered when the
first data packet is sent

Change-Id: Ia1486033c251c637b1560c41f7e8e07ca2201136
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
2112c8cf87f7feff19474f84d1b47b3fc3691c20 18-Jun-2012 Mattias Agren <magren@broadcom.com> configure avdtp signalling timeout to default value (4 secs)

also added mutex protection for any a2dp control path signalling to
ensure only one outstanding request at a time

Change-Id: I06d95793a8632f6a8baec967a1d8440ecce8a65d

Conflicts:

audio_a2dp_hw/audio_a2dp_hw.c
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
2f1980591e9a11c85929fb63aafd49313f05faca 20-Jun-2012 Matthew Xie <mattx@google.com> Gaurd out_standby() API with mutex
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
7c390f31a3b3a8b951da6344a8a32133952497c3 14-Jun-2012 Matthew Xie <mattx@google.com> interwork with new audio.h prototypes
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
595bced8e7c280e37a75b9bf9c1f36263434041c 07-Apr-2012 Matthew Xie <mattx@google.com> replace logx with alogx

Conflicts:

btif/src/btif_core.c
btif/src/btif_dm.c
btif/src/btif_hh.c
btif/src/btif_sock.c
gki/ulinux/gki_ulinux.c
hci/include/bt_hci_bdroid.h
hci/src/bt_hci_bdroid.c
hci/src/btsnoop.c
hci/src/hci_h4.c
hci/src/userial.c
vendor/libvendor/src/hardware.c
vendor/libvendor/src/upio.c
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
f476c7d052409d27d60cbe8d17c9ed14c663518e 31-May-2012 Mattias Agren <magren@broadcom.com> Ensure we ack back suspend request if we are not ready for it
Block audioflinger/a2dp hal from trying to restart stream while
we are remotely suspended.

Change-Id: I17577306f1be248857a8484a22a8a14cb956ec19
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
ac6d66d9bd6bcd4aafb80d50368167e1b9069a41 04-Apr-2012 Harish Paryani <hparyani@broadcom.com> AV rate correction for inaccurate GKI timers

Change-Id: I70bf6e759e46a49ac2ad31d024d8ac96bb76571e
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
254588bfe6c3e70625b0f725b908598f30f476c8 26-Mar-2012 Mattias Agren <magren@broadcom.com> Added new control and data path interface between audioflinger a2dp HAL
and stack. Added support for suspend and a dedicated HAL callback
notifying framework on audiopath events. Cleanup.

Change-Id: I3b738611bc8e1d84794f7207413fd9e7dd1fc668
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c