Home
last modified time | relevance | path

Searched refs:VERSION_2_1 (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/test/common/
Dhal_version_manager_test.cc30 EXPECT_TRUE(BluetoothAudioHalVersion::VERSION_2_1 == in TEST_F()
31 BluetoothAudioHalVersion::VERSION_2_1); in TEST_F()
44 BluetoothAudioHalVersion::VERSION_2_1); in TEST_F()
46 BluetoothAudioHalVersion::VERSION_2_1); in TEST_F()
48 EXPECT_TRUE(BluetoothAudioHalVersion::VERSION_2_1 < in TEST_F()
50 EXPECT_TRUE(BluetoothAudioHalVersion::VERSION_2_1 <= in TEST_F()
68 EXPECT_FALSE(BluetoothAudioHalVersion::VERSION_2_1 < in TEST_F()
70 EXPECT_FALSE(BluetoothAudioHalVersion::VERSION_2_1 <= in TEST_F()
74 BluetoothAudioHalVersion::VERSION_2_1); in TEST_F()
76 BluetoothAudioHalVersion::VERSION_2_1); in TEST_F()
[all …]
/packages/modules/Bluetooth/system/audio_hal_interface/
Dhal_version_manager.cc55 const BluetoothAudioHalVersion BluetoothAudioHalVersion::VERSION_2_1 = member in bluetooth::audio::BluetoothAudioHalVersion
112 if (instance_ptr->hal_version_ != BluetoothAudioHalVersion::VERSION_2_1) { in GetProvidersFactory_2_1()
130 if (instance_ptr->hal_version_ == BluetoothAudioHalVersion::VERSION_2_1) { in GetProvidersFactory_2_0()
174 hal_version_ = BluetoothAudioHalVersion::VERSION_2_1; in HalVersionManager()
Dhal_version_manager_host.cc26 const BluetoothAudioHalVersion BluetoothAudioHalVersion::VERSION_2_1 = member in bluetooth::audio::BluetoothAudioHalVersion
Dhal_version_manager.h104 static const BluetoothAudioHalVersion VERSION_2_1; variable
Dle_audio_software.cc188 BluetoothAudioHalVersion::VERSION_2_1) { in StartSession()
595 BluetoothAudioHalVersion::VERSION_2_1) { in StartSession()
Dle_audio_software_unittest.cc185 const BluetoothAudioHalVersion BluetoothAudioHalVersion::VERSION_2_1 = member in bluetooth::audio::BluetoothAudioHalVersion
/packages/modules/Bluetooth/system/bta/le_audio/
Dhal_verifier.cc24 bluetooth::audio::BluetoothAudioHalVersion::VERSION_2_1; in SupportsLeAudio()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.cc255 BluetoothAudioHalVersion::VERSION_2_1) { in GetAudioCapabilities_2_1()
430 BluetoothAudioHalVersion::VERSION_2_1) &&
468 BluetoothAudioHalVersion::VERSION_2_1) &&
814 if ((hal_version == BluetoothAudioHalVersion::VERSION_2_1) && in RenewAudioProviderAndSession()
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_client_interface_fuzzer.cpp453 bluetooth::audio::BluetoothAudioHalVersion::VERSION_2_1) && in process()