OSDN Git Service

Add Start/End Session for A2DP offload audio interface
authorPavlin Radoslavov <pavlin@google.com>
Thu, 22 Mar 2018 09:55:58 +0000 (02:55 -0700)
committerPavlin Radoslavov <pavlin@google.com>
Fri, 23 Mar 2018 03:38:45 +0000 (03:38 +0000)
commit8731bf025c164343d17542df31329bf931be6847
tree41685f90796ad2058a6ba16e81f4c7e2bd5f2bd5
parentd00bf0439c5f7aa68852cbe57daedff9afce9937
Add Start/End Session for A2DP offload audio interface

* Added explicit btif_a2dp_audio_interface_start_session() and
  btif_a2dp_audio_interface_end_session() and call them as appropriate.
* Removed unnecessary btif_a2dp_audio_interface_deinit() calls.

Bug: 74952724
Test: Manual: audio streaming without A2DP offload
Change-Id: I74b8c340ee258b09b9e1acbcb1cc75906ddc03fc
Merged-In: I74b8c340ee258b09b9e1acbcb1cc75906ddc03fc
(cherry picked from commit 9d73f984efd16d894bd0bcc2bb3a3871778ab898)
btif/include/btif_a2dp_audio_interface.h
btif/src/btif_a2dp_audio_interface.cc
btif/src/btif_a2dp_source.cc
btif/src/btif_av.cc