summaryrefslogtreecommitdiff
path: root/audio/common/all-versions/default/service/service.cpp
diff options
context:
space:
mode:
authorSrinu Jella <sjella@codeaurora.org>2019-06-21 18:38:11 +0530
committerSrinu Jella <sjella@codeaurora.org>2019-06-21 18:38:11 +0530
commit430952c6d364ef2bd01ad7ed1a9f4caecf37533b (patch)
treea0b045ea4f1a4f0643cf65c9993f05b14ae242b7 /audio/common/all-versions/default/service/service.cpp
parent95f6654748644734a5bb71ba87583192ab58dfb2 (diff)
Bluetooth: Remove registration of A2DP 1.0 HAL
- Remove internal A2DP 1.0 HAL from registration as it is no more going to be supported. Change-Id: I259ae8914e4a015541849bb4849024a9c80fa140 CRs-Fixed: 2475750
Diffstat (limited to 'audio/common/all-versions/default/service/service.cpp')
-rw-r--r--audio/common/all-versions/default/service/service.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/audio/common/all-versions/default/service/service.cpp b/audio/common/all-versions/default/service/service.cpp
index 0f31d02cdc..debfd7d772 100644
--- a/audio/common/all-versions/default/service/service.cpp
+++ b/audio/common/all-versions/default/service/service.cpp
@@ -31,11 +31,9 @@
#include <cutils/properties.h>
#include <hidl/HidlTransportSupport.h>
#include <hidl/LegacySupport.h>
-#include <com/qualcomm/qti/bluetooth_audio/1.0/IBluetoothAudio.h>
#include <hwbinder/ProcessState.h>
using namespace android::hardware;
-using com::qualcomm::qti::bluetooth_audio::V1_0::IBluetoothAudio;
using android::OK;
@@ -93,8 +91,5 @@ int main(int /* argc */, char* /* argv */ []) {
OK;
ALOGW_IF(fail, "Could not register Bluetooth audio offload 1.0");
- fail = registerPassthroughServiceImplementation<IBluetoothAudio>()!= OK;
- ALOGW_IF(fail, "Could not register bluetooth_audio service");
-
joinRpcThreadpool();
}