Home
last modified time | relevance | path

Searched refs:bluetooth (Results 1 – 25 of 84) sorted by relevance

1234

/hardware/interfaces/bluetooth/1.1/default/
Dandroid.hardware.bluetooth@1.1-service.rc1 service vendor.bluetooth-1-1 /vendor/bin/hw/android.hardware.bluetooth@1.1-service
2 interface android.hardware.bluetooth@1.1::IBluetoothHci default
3 interface android.hardware.bluetooth@1.0::IBluetoothHci default
6 user bluetooth
7 group bluetooth
DAndroid.bp17 name: "android.hardware.bluetooth@1.1-service",
21 init_rc: ["android.hardware.bluetooth@1.1-service.rc"],
35 "android.hardware.bluetooth@1.0-impl",
36 "android.hardware.bluetooth@1.1",
40 "android.hardware.bluetooth-hci",
Dservice.cpp25 using android::hardware::bluetooth::V1_1::IBluetoothHci;
26 using android::hardware::bluetooth::V1_1::implementation::BluetoothHci;
/hardware/interfaces/bluetooth/a2dp/1.0/default/
DBluetoothAudioOffload.cpp21 namespace bluetooth { namespace
33 Return<::android::hardware::bluetooth::a2dp::V1_0::Status>
35 const sp<::android::hardware::bluetooth::a2dp::V1_0::IBluetoothAudioHost>& in startSession()
37 const ::android::hardware::bluetooth::a2dp::V1_0::CodecConfiguration& in startSession()
45 return ::android::hardware::bluetooth::a2dp::V1_0::Status::FAILURE; in startSession()
49 ::android::hardware::bluetooth::a2dp::V1_0::Status status __unused) { in streamStarted()
58 ::android::hardware::bluetooth::a2dp::V1_0::Status status __unused) { in streamSuspended()
DBluetoothAudioOffload.h26 namespace bluetooth {
43 Return<::android::hardware::bluetooth::a2dp::V1_0::Status> startSession(
44 const sp<::android::hardware::bluetooth::a2dp::V1_0::IBluetoothAudioHost>&
46 const ::android::hardware::bluetooth::a2dp::V1_0::CodecConfiguration&
49 ::android::hardware::bluetooth::a2dp::V1_0::Status status) override;
51 ::android::hardware::bluetooth::a2dp::V1_0::Status status) override;
DAndroid.bp2 name: "android.hardware.bluetooth.a2dp@1.0-impl.mock",
11 "android.hardware.bluetooth.a2dp@1.0",
/hardware/interfaces/bluetooth/1.0/default/
DAndroid.bp17 name: "android.hardware.bluetooth@1.0-impl",
27 "android.hardware.bluetooth@1.0",
36 "android.hardware.bluetooth-async",
37 "android.hardware.bluetooth-hci",
42 name: "android.hardware.bluetooth-async",
55 name: "android.hardware.bluetooth-hci",
74 name: "bluetooth-vendor-interface-unit-tests",
92 "android.hardware.bluetooth-async",
93 "android.hardware.bluetooth-hci",
100 name: "bluetooth-address-unit-tests",
[all …]
Dandroid.hardware.bluetooth@1.0-service.rc1 service vendor.bluetooth-1-0 /vendor/bin/hw/android.hardware.bluetooth@1.0-service
2 interface android.hardware.bluetooth@1.0::IBluetoothHci default
5 user bluetooth
6 group bluetooth
/hardware/interfaces/bluetooth/audio/2.0/default/session/
DBluetoothAudioSupportedCodecsDB.h22 namespace bluetooth {
25 using ::android::hardware::bluetooth::audio::V2_0::CodecCapabilities;
26 using ::android::hardware::bluetooth::audio::V2_0::CodecConfiguration;
27 using ::android::hardware::bluetooth::audio::V2_0::PcmParameters;
28 using ::android::hardware::bluetooth::audio::V2_0::SessionType;
DBluetoothAudioSession.h28 namespace bluetooth {
34 using ::android::hardware::bluetooth::audio::V2_0::AudioConfiguration;
35 using ::android::hardware::bluetooth::audio::V2_0::BitsPerSample;
36 using ::android::hardware::bluetooth::audio::V2_0::ChannelMode;
37 using ::android::hardware::bluetooth::audio::V2_0::CodecConfiguration;
38 using ::android::hardware::bluetooth::audio::V2_0::IBluetoothAudioPort;
39 using ::android::hardware::bluetooth::audio::V2_0::PcmParameters;
40 using ::android::hardware::bluetooth::audio::V2_0::SampleRate;
41 using ::android::hardware::bluetooth::audio::V2_0::SessionType;
44 ::android::hardware::bluetooth::audio::V2_0::Status;
DBluetoothAudioSupportedCodecsDB.cpp24 namespace bluetooth { namespace
27 using ::android::hardware::bluetooth::audio::V2_0::AacObjectType;
28 using ::android::hardware::bluetooth::audio::V2_0::AacParameters;
29 using ::android::hardware::bluetooth::audio::V2_0::AacVariableBitRate;
30 using ::android::hardware::bluetooth::audio::V2_0::AptxParameters;
31 using ::android::hardware::bluetooth::audio::V2_0::BitsPerSample;
32 using ::android::hardware::bluetooth::audio::V2_0::ChannelMode;
33 using ::android::hardware::bluetooth::audio::V2_0::CodecType;
34 using ::android::hardware::bluetooth::audio::V2_0::LdacChannelMode;
35 using ::android::hardware::bluetooth::audio::V2_0::LdacParameters;
[all …]
/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/
DVtsHalBluetoothA2dpV1_0TargetTest.cpp34 using ::android::hardware::bluetooth::a2dp::V1_0::BitsPerSample;
35 using ::android::hardware::bluetooth::a2dp::V1_0::ChannelMode;
36 using ::android::hardware::bluetooth::a2dp::V1_0::CodecConfiguration;
37 using ::android::hardware::bluetooth::a2dp::V1_0::CodecType;
38 using ::android::hardware::bluetooth::a2dp::V1_0::IBluetoothAudioHost;
39 using ::android::hardware::bluetooth::a2dp::V1_0::IBluetoothAudioOffload;
40 using ::android::hardware::bluetooth::a2dp::V1_0::SampleRate;
41 using ::android::hardware::bluetooth::a2dp::V1_0::Status;
DAndroid.bp22 "android.hardware.bluetooth@1.0",
23 "android.hardware.bluetooth.a2dp@1.0",
/hardware/interfaces/bluetooth/audio/2.0/default/
DBluetoothAudioProvider.h23 namespace bluetooth {
29 using ::android::hardware::bluetooth::audio::V2_0::AudioConfiguration;
30 using ::android::hardware::bluetooth::audio::V2_0::SessionType;
33 ::android::hardware::bluetooth::audio::V2_0::Status;
DAndroid.bp2 name: "android.hardware.bluetooth.audio@2.0-impl",
16 "android.hardware.bluetooth.audio@2.0",
38 "android.hardware.bluetooth.audio@2.0",
DA2dpOffloadAudioProvider.cpp29 namespace bluetooth { namespace
34 using ::android::bluetooth::audio::BluetoothAudioSessionReport;
66 } else if (!android::bluetooth::audio::IsOffloadCodecConfigurationValid( in startSession()
DBluetoothAudioProvidersFactory.cpp26 namespace bluetooth { namespace
75 android::bluetooth::audio::GetOffloadCodecCapabilities(sessionType); in getProviderCapabilities()
84 android::bluetooth::audio::GetSoftwarePcmCapabilities(); in getProviderCapabilities()
DA2dpSoftwareAudioProvider.cpp27 namespace bluetooth { namespace
32 using ::android::bluetooth::audio::BluetoothAudioSessionReport;
78 } else if (!android::bluetooth::audio::IsSoftwarePcmConfigurationValid( in startSession()
DHearingAidAudioProvider.cpp27 namespace bluetooth { namespace
32 using ::android::bluetooth::audio::BluetoothAudioSessionReport;
78 } else if (!android::bluetooth::audio::IsSoftwarePcmConfigurationValid( in startSession()
DBluetoothAudioProvider.cpp27 namespace bluetooth { namespace
32 using ::android::bluetooth::audio::BluetoothAudioSessionReport;
/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
DVtsHalBluetoothAudioV2_0TargetTest.cpp39 using ::android::hardware::bluetooth::audio::V2_0::AacObjectType;
40 using ::android::hardware::bluetooth::audio::V2_0::AacParameters;
41 using ::android::hardware::bluetooth::audio::V2_0::AacVariableBitRate;
42 using ::android::hardware::bluetooth::audio::V2_0::AptxParameters;
43 using ::android::hardware::bluetooth::audio::V2_0::AudioCapabilities;
44 using ::android::hardware::bluetooth::audio::V2_0::AudioConfiguration;
45 using ::android::hardware::bluetooth::audio::V2_0::BitsPerSample;
46 using ::android::hardware::bluetooth::audio::V2_0::ChannelMode;
47 using ::android::hardware::bluetooth::audio::V2_0::CodecCapabilities;
48 using ::android::hardware::bluetooth::audio::V2_0::CodecConfiguration;
[all …]
/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp40 using ::android::hardware::bluetooth::V1_0::IBluetoothHci;
41 using ::android::hardware::bluetooth::V1_0::IBluetoothHciCallbacks;
42 using ::android::hardware::bluetooth::V1_0::Status;
146 bluetooth = IBluetoothHci::getService(GetParam()); in SetUp()
147 ASSERT_NE(bluetooth, nullptr); in SetUp()
149 bluetooth->isRemote() ? "remote" : "local"); in SetUp()
154 bluetooth->linkToDeath(bluetooth_hci_death_recipient, 0).isOk()); in SetUp()
171 ASSERT_TRUE(bluetooth->initialize(bluetooth_cb).isOk()); in SetUp()
192 ASSERT_TRUE(bluetooth->close().isOk()); in TearDown()
269 sp<IBluetoothHci> bluetooth; member in BluetoothHidlTest
[all …]
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp40 using ::android::hardware::bluetooth::V1_0::Status;
41 using ::android::hardware::bluetooth::V1_1::IBluetoothHci;
42 using ::android::hardware::bluetooth::V1_1::IBluetoothHciCallbacks;
147 bluetooth = IBluetoothHci::getService(GetParam()); in SetUp()
148 ASSERT_NE(bluetooth, nullptr); in SetUp()
150 bluetooth->isRemote() ? "remote" : "local"); in SetUp()
155 bluetooth->linkToDeath(bluetooth_hci_death_recipient, 0).isOk()); in SetUp()
172 ASSERT_TRUE(bluetooth->initialize(bluetooth_cb).isOk()); in SetUp()
193 ASSERT_TRUE(bluetooth->close().isOk()); in TearDown()
279 sp<IBluetoothHci> bluetooth; member in BluetoothHidlTest
[all …]
DAndroid.bp22 "android.hardware.bluetooth@1.1",
23 "android.hardware.bluetooth@1.0",
/hardware/interfaces/bluetooth/1.1/
DAndroid.bp4 name: "android.hardware.bluetooth@1.1",
11 "android.hardware.bluetooth@1.0",

1234