History log of /external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
71ac7a776357e676c31908900d807e9f4dc26236 30-Oct-2014 Eric Laurent <elaurent@google.com> audio HAL: remove misleading error log

Bug: 17916028.
Change-Id: I4badb9208eeb973a08b4f8463ee287f6bfb3dd01
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
70311ac9119c65e48c26ce899181e683a3220562 28-Jul-2014 Eric Laurent <elaurent@google.com> audio HAL: add parameters to open stream functions

Pass device address (and audio source for inputs) to
open_output_stream() and open_input_stream() audio HAL functions.

Bug: 14815883.
Change-Id: I4f66478606349ab64d880923c53de00a11d74d25
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
85f2cd2474077511105c1251a0a5a957c7f78669 17-Jul-2014 Glenn Kasten <gkasten@google.com> Add audio_input_flags_t to HAL open_input_stream

Change-Id: I5023c0fdb8069668ca2b84096277d6abdbf7d729
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
b1c8fccbca8573555d6db07a2e44685f335800aa 11-Jul-2014 Mike Lockwood <lockwood@google.com> A2DP: Fix audio stuttering in A2DP sink mode

Change-Id: Ied821aeb14f83e3fd1daa6e175ac995abbfbb198
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
171c23f2c009c8dceb5ca69729dff7913e23d3e6 04-Jul-2014 Eric Laurent <elaurent@google.com> audio: deprecate audio_stream_frame_size()

Bug: 15000850.
Change-Id: I1edcc78561cdc328ae0d91a1d07b0836ca5e1715
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
3e8a242fcbeebea2857fa964ca48624d8433333e 23-May-2014 Mike Lockwood <lockwood@google.com> More work on A2DP Sink:

Output audio data through A2DP audio HAL rather than playing directly
to native AudioTrack API.

Add separate HAL interface for A2DP sink

Change-Id: I6c6cb6088c350e104b4a7354f328b29c7178e295
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
e67bf20a9d9df7f8835881711439c4319fbf2d24 31-Jan-2014 Nitin Srivastava <nitinsr@codeaurora.org> Set out stream to null if control socket fails to connect

Set out stream to null if control socket fails to connect.
This helps in avoiding wrong usage of audio device out stream
even after the same is freed as part of control socket connection
failure.

Change-Id: I8e2a7bbc71d581525b7eef1955e411c220d01627
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
1b1708919d25b5b58384a590f8258f099c97a81f 21-Feb-2014 Nitin Srivastav <nitinsr@codeaurora.org> Bluetooth: retry recv in case of EINTR

- retry recv call in HAL, in case socket call
fails with EINTR

Change-Id: I3ab27752b0ce0a68f6776cf5da340580e7d1f345
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
ea2fc7c50f07424b289a6aa520ae03ba8999c173 18-Apr-2014 Mark Salyzyn <salyzyn@google.com> am a80ba72d: am 743034a5: Merge "bluedroid: audio_a2dp_hw 64 bit compile issues"

* commit 'a80ba72d63b0422c202ed1db273dbaa61bbd6a1b':
bluedroid: audio_a2dp_hw 64 bit compile issues
a80ba72d63b0422c202ed1db273dbaa61bbd6a1b 18-Apr-2014 Mark Salyzyn <salyzyn@google.com> am 743034a5: Merge "bluedroid: audio_a2dp_hw 64 bit compile issues"

* commit '743034a53dcf8552a53ec3d69157109c77b64f8e':
bluedroid: audio_a2dp_hw 64 bit compile issues
40421cbeef5836f5ca9a7c323121f5396db467c3 17-Apr-2014 Mark Salyzyn <salyzyn@google.com> bluedroid: audio_a2dp_hw 64 bit compile issues

Change-Id: Ieeb5d463215c503afb3fca9953c7b0248abf812f
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
3efd2322e130b521dd403a03676109ca325d7d3c 26-Mar-2014 Eric Laurent <elaurent@google.com> audio: fix set_parameters return value.

xxx_set_parameters functions were returning the status
returned by str_parms_create_str() which is incorrect.
These functions should return 0 when no error occurs.

Change-Id: I984d95457c985fbaf1a15baa522f8a84f99dd7c9
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
9a445034f27ed64b46ae7f2914e6c1804a98716d 21-Mar-2014 Eric Laurent <elaurent@google.com> a2dp audio HAL: use correct interface version

Do not use AUDIO_DEVICE_API_VERSION_CURRENT version
but AUDIO_DEVICE_API_VERSION_2_0 to reflect the version
actually implemeted.

Change-Id: I31407af7fc4769be1d259ee739422ce9f598be2e
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
5303f9d369946f43167b5e2423799d30c4455df1 27-Feb-2014 Narayan Kamath <narayan@google.com> resolved conflicts for merge of 277ba466 to klp-modular-dev-plus-aosp

Change-Id: Idc42f72a94c205cfe94feb220651a483cf418e84
22c6e505dc65ab3d624e4ccd7c48c95fe2128703 12-Feb-2014 Kévin PETIT <kevin.petit@arm.com> Various fixes for LP64

Changes include
- Cast numbers to their proper length before casting to a pointer.
- Use intptr_t when pointers are stored as integers.
- Eliminate 'implicit declaration' warnings

Signed-off-by: Matthew Leach <matthew.leach@arm.com>
Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
Signed-off-by: Marcus Oakland <marcus.oakland@arm.com>
Signed-off-by: Kévin PETIT <kevin.petit@arm.com>

Change-Id: I5664a087c5fbc322baa9178552404dbe9a992359
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
5cd8bff2dd0337cb52bf48f312e3d2d55a8882fb 01-Feb-2014 Mike J. Chen <mjchen@google.com> Major warnings cleanup

Mostly fixing unused parameter warnings.
A few other warnings also fixed like possible use of
unitialized variables (no real issue found, just compiler couldn't
follow the path), signed vs unsigned warning.

Also fixed some typos, indent issues, removal of dead code, etc.

Change-Id: I95eb887aefc4d559d7921f71a0af5f3bfb01ac01
Signed-off-by: Mike J. Chen <mjchen@google.com>
/external/bluetooth/bluedroid/audio_a2dp_hw/audio_a2dp_hw.c
5738f83aeb59361a0a2eda2460113f6dc9194271 13-Dec-2012 The Android Open Source Project <initial-contribution@android.com> Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879baf

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