Home
last modified time | relevance | path

Searched refs:VERSION_AIDL_V4 (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/common/
Dhal_version_manager_test.cc38 EXPECT_TRUE(BluetoothAudioHalVersion::VERSION_AIDL_V4 == in TEST_F()
39 BluetoothAudioHalVersion::VERSION_AIDL_V4); in TEST_F()
64 BluetoothAudioHalVersion::VERSION_AIDL_V4); in TEST_F()
66 BluetoothAudioHalVersion::VERSION_AIDL_V4); in TEST_F()
88 EXPECT_FALSE(BluetoothAudioHalVersion::VERSION_AIDL_V4 < in TEST_F()
90 EXPECT_FALSE(BluetoothAudioHalVersion::VERSION_AIDL_V4 <= in TEST_F()
115 EXPECT_TRUE(BluetoothAudioHalVersion::VERSION_AIDL_V4 > in TEST_F()
117 EXPECT_TRUE(BluetoothAudioHalVersion::VERSION_AIDL_V4 >= in TEST_F()
141 BluetoothAudioHalVersion::VERSION_AIDL_V4); in TEST_F()
143 BluetoothAudioHalVersion::VERSION_AIDL_V4); in TEST_F()
[all …]
/packages/modules/Bluetooth/system/audio_hal_interface/
Dhal_version_manager_host.cc34 const BluetoothAudioHalVersion BluetoothAudioHalVersion::VERSION_AIDL_V4 = member in bluetooth::audio::BluetoothAudioHalVersion
Dhal_version_manager.h108 static const BluetoothAudioHalVersion VERSION_AIDL_V4; variable
Dhal_version_manager.cc63 const BluetoothAudioHalVersion BluetoothAudioHalVersion::VERSION_AIDL_V4 = member in bluetooth::audio::BluetoothAudioHalVersion
Dhfp_client_interface.cc108 BluetoothAudioHalVersion::VERSION_AIDL_V4; in is_aidl_support_hfp()