Home
last modified time | relevance | path

Searched refs:VERSION_2_0 (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/common/
Dhal_version_manager_test.cc28 EXPECT_TRUE(BluetoothAudioHalVersion::VERSION_2_0 == in TEST_F()
29 BluetoothAudioHalVersion::VERSION_2_0); in TEST_F()
43 EXPECT_TRUE(BluetoothAudioHalVersion::VERSION_2_0 < in TEST_F()
45 EXPECT_TRUE(BluetoothAudioHalVersion::VERSION_2_0 <= in TEST_F()
69 BluetoothAudioHalVersion::VERSION_2_0); in TEST_F()
71 BluetoothAudioHalVersion::VERSION_2_0); in TEST_F()
96 BluetoothAudioHalVersion::VERSION_2_0); in TEST_F()
98 BluetoothAudioHalVersion::VERSION_2_0); in TEST_F()
120 EXPECT_FALSE(BluetoothAudioHalVersion::VERSION_2_0 > in TEST_F()
122 EXPECT_FALSE(BluetoothAudioHalVersion::VERSION_2_0 >= in TEST_F()
[all …]
/packages/modules/Bluetooth/system/audio_hal_interface/
Dhal_version_manager.cc53 const BluetoothAudioHalVersion BluetoothAudioHalVersion::VERSION_2_0 = member in bluetooth::audio::BluetoothAudioHalVersion
188 hal_version_ = BluetoothAudioHalVersion::VERSION_2_0; in HalVersionManager()
Dhal_version_manager_host.cc24 const BluetoothAudioHalVersion BluetoothAudioHalVersion::VERSION_2_0 = member in bluetooth::audio::BluetoothAudioHalVersion
Dhal_version_manager.h103 static const BluetoothAudioHalVersion VERSION_2_0; variable