| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Remove obsolete get_supported_devices() function.
Change-Id: I4e2e6daa2222b9c7b6c685d8ac0763dc5f8cdaa9
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Configured the trace level to not report logs which are marked DEBUG or
VERBOSE.
Change-Id: I3112128d20140b28523edf439a1b6bd0c255d835
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Block audioflinger/a2dp hal from trying to restart stream while
we are remotely suspended.
Change-Id: I17577306f1be248857a8484a22a8a14cb956ec19
|
|
|
|
| |
Change-Id: I70bf6e759e46a49ac2ad31d024d8ac96bb76571e
|
|
and stack. Added support for suspend and a dedicated HAL callback
notifying framework on audiopath events. Cleanup.
Change-Id: I3b738611bc8e1d84794f7207413fd9e7dd1fc668
|