summaryrefslogtreecommitdiffstats
path: root/audio_a2dp_hw
Commit message (Collapse)AuthorAgeFilesLines
* audio: audio device API 2.0Eric Laurent2012-09-071-8/+0
| | | | | | Remove obsolete get_supported_devices() function. Change-Id: I4e2e6daa2222b9c7b6c685d8ac0763dc5f8cdaa9
* audio: fix get_parameters()Eric Laurent2012-08-301-1/+3
| | | | | | | | 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
* Minimized Bluetooth data traces (including L2CAP)Kausik Sinnaswamy2012-08-221-12/+12
| | | | | | | Configured the trace level to not report logs which are marked DEBUG or VERBOSE. Change-Id: I3112128d20140b28523edf439a1b6bd0c255d835
* Do not auto-resume when A2DPSuspended is FALSEKausik Sinnaswamy2012-07-251-2/+6
| | | | | | | | 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
* configure avdtp signalling timeout to default value (4 secs)Mattias Agren2012-07-251-2/+8
| | | | | | | | | | | 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
* Gaurd out_standby() API with mutexMatthew Xie2012-07-141-3/+10
|
* interwork with new audio.h prototypesMatthew Xie2012-07-141-21/+24
|
* replace logx with alogxMatthew Xie2012-07-141-3/+3
| | | | | | | | | | | | | | | | | 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
* Ensure we ack back suspend request if we are not ready for itMattias Agren2012-07-141-0/+22
| | | | | | | Block audioflinger/a2dp hal from trying to restart stream while we are remotely suspended. Change-Id: I17577306f1be248857a8484a22a8a14cb956ec19
* AV rate correction for inaccurate GKI timersHarish Paryani2012-07-142-18/+19
| | | | Change-Id: I70bf6e759e46a49ac2ad31d024d8ac96bb76571e
* Added new control and data path interface between audioflinger a2dp HALMattias Agren2012-07-143-0/+1229
and stack. Added support for suspend and a dedicated HAL callback notifying framework on audiopath events. Cleanup. Change-Id: I3b738611bc8e1d84794f7207413fd9e7dd1fc668