Home
last modified time | relevance | path

Searched refs:BluetoothAudioHalTransport (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding.cc33 BluetoothAudioHalTransport::HIDL) { in update_codec_offloading_capabilities()
44 BluetoothAudioHalTransport::HIDL) { in is_hal_enabled()
53 BluetoothAudioHalTransport::HIDL) { in is_hal_offloading()
62 BluetoothAudioHalTransport::HIDL) { in init()
71 BluetoothAudioHalTransport::HIDL) { in cleanup()
81 BluetoothAudioHalTransport::HIDL) { in setup_codec()
91 BluetoothAudioHalTransport::HIDL) { in start_session()
99 BluetoothAudioHalTransport::AIDL) { in end_session()
103 BluetoothAudioHalTransport::HIDL) { in end_session()
110 BluetoothAudioHalTransport::HIDL) { in ack_stream_started()
[all …]
Dhal_version_manager.cc38 std::string toString(BluetoothAudioHalTransport transport) { in toString()
40 case BluetoothAudioHalTransport::UNKNOWN: in toString()
42 case BluetoothAudioHalTransport::HIDL: in toString()
44 case BluetoothAudioHalTransport::AIDL: in toString()
54 BluetoothAudioHalVersion(BluetoothAudioHalTransport::HIDL, 2, 0);
56 BluetoothAudioHalVersion(BluetoothAudioHalTransport::HIDL, 2, 1);
58 BluetoothAudioHalVersion(BluetoothAudioHalTransport::AIDL, 1, 0);
60 BluetoothAudioHalVersion(BluetoothAudioHalTransport::AIDL, 2, 0);
62 BluetoothAudioHalVersion(BluetoothAudioHalTransport::AIDL, 3, 0);
64 BluetoothAudioHalVersion(BluetoothAudioHalTransport::AIDL, 4, 0);
[all …]
Dhal_version_manager_host.cc25 BluetoothAudioHalVersion(BluetoothAudioHalTransport::HIDL, 2, 0);
27 BluetoothAudioHalVersion(BluetoothAudioHalTransport::HIDL, 2, 1);
29 BluetoothAudioHalVersion(BluetoothAudioHalTransport::AIDL, 1, 0);
31 BluetoothAudioHalVersion(BluetoothAudioHalTransport::AIDL, 2, 0);
33 BluetoothAudioHalVersion(BluetoothAudioHalTransport::AIDL, 3, 0);
35 BluetoothAudioHalVersion(BluetoothAudioHalTransport::AIDL, 4, 0);
43 BluetoothAudioHalTransport HalVersionManager::GetHalTransport() { in GetHalTransport()
44 return BluetoothAudioHalTransport::UNKNOWN; in GetHalTransport()
59 hal_transport_ = BluetoothAudioHalTransport::UNKNOWN; in HalVersionManager()
Dhal_version_manager.h42 enum class BluetoothAudioHalTransport : uint8_t { enum
49 std::string toString(BluetoothAudioHalTransport transport);
56 BluetoothAudioHalVersion(BluetoothAudioHalTransport transport =
57 BluetoothAudioHalTransport::UNKNOWN,
61 bool isHIDL() const { return mTransport == BluetoothAudioHalTransport::HIDL; } in isHIDL()
62 bool isAIDL() const { return mTransport == BluetoothAudioHalTransport::AIDL; } in isAIDL()
64 BluetoothAudioHalTransport getTransport() const { return mTransport; } in getTransport()
111 BluetoothAudioHalTransport mTransport = BluetoothAudioHalTransport::UNKNOWN;
120 static BluetoothAudioHalTransport GetHalTransport();
135 BluetoothAudioHalTransport hal_transport_;
Dhearing_aid_software_encoding.cc30 BluetoothAudioHalTransport::HIDL) { in is_hal_enabled()
40 BluetoothAudioHalTransport::HIDL) { in init()
49 BluetoothAudioHalTransport::HIDL) { in cleanup()
59 BluetoothAudioHalTransport::HIDL) { in start_session()
68 BluetoothAudioHalTransport::HIDL) { in end_session()
77 BluetoothAudioHalTransport::HIDL) { in set_remote_delay()
87 BluetoothAudioHalTransport::HIDL) { in read()
Dle_audio_software.cc67 BluetoothAudioHalTransport::HIDL) { in get_offload_capabilities()
122 BluetoothAudioHalTransport::HIDL) { in Cleanup()
132 BluetoothAudioHalTransport::AIDL) { in Cleanup()
161 BluetoothAudioHalTransport::HIDL) { in SetPcmParameters()
177 BluetoothAudioHalTransport::HIDL) { in SetRemoteDelay()
200 BluetoothAudioHalTransport::AIDL) { in StartSession()
228 BluetoothAudioHalTransport::HIDL) { in ConfirmStreamingRequest()
297 BluetoothAudioHalTransport::HIDL) { in ConfirmStreamingRequestV2()
316 BluetoothAudioHalTransport::HIDL) { in CancelStreamingRequest()
384 BluetoothAudioHalTransport::HIDL) { in CancelStreamingRequestV2()
[all …]
Dle_audio_software_unittest.cc54 MOCK_METHOD((bluetooth::audio::BluetoothAudioHalTransport), GetHalTransport,
186 BluetoothAudioHalVersion(BluetoothAudioHalTransport::HIDL, 2, 1);
188 BluetoothAudioHalTransport HalVersionManager::GetHalTransport() { in GetHalTransport()
193 return BluetoothAudioHalTransport::UNKNOWN; in GetHalTransport()
658 Return(bluetooth::audio::BluetoothAudioHalTransport::AIDL)); in SetUp()
680 Return(bluetooth::audio::BluetoothAudioHalTransport::HIDL)); in SetUp()
Dhfp_client_interface.cc106 BluetoothAudioHalTransport::AIDL && in is_aidl_support_hfp()
/packages/modules/Bluetooth/system/test/common/
Dhal_version_manager_test.cc21 using bluetooth::audio::BluetoothAudioHalTransport;
148 BluetoothAudioHalVersion(BluetoothAudioHalTransport::HIDL, 2, 0)); in TEST_F()
151 BluetoothAudioHalTransport::HIDL); in TEST_F()
165 BluetoothAudioHalVersion(BluetoothAudioHalTransport::HIDL, 2, 1)); in TEST_F()
168 BluetoothAudioHalTransport::HIDL); in TEST_F()
182 BluetoothAudioHalVersion(BluetoothAudioHalTransport::AIDL, 1, 0)); in TEST_F()
185 BluetoothAudioHalTransport::AIDL); in TEST_F()
199 BluetoothAudioHalVersion(BluetoothAudioHalTransport::AIDL, 2, 0)); in TEST_F()
202 BluetoothAudioHalTransport::AIDL); in TEST_F()
216 BluetoothAudioHalVersion(BluetoothAudioHalTransport::AIDL, 3, 0)); in TEST_F()
[all …]
/packages/modules/Bluetooth/system/bta/le_audio/
Dhal_verifier.cc22 bluetooth::audio::BluetoothAudioHalTransport::AIDL || in SupportsLeAudio()
29 bluetooth::audio::BluetoothAudioHalTransport::AIDL; in SupportsLeAudioHardwareOffload()
34 bluetooth::audio::BluetoothAudioHalTransport::AIDL; in SupportsLeAudioBroadcast()