Home
last modified time | relevance | path

Searched refs:isAIDL (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/test/common/
Dhal_version_manager_test.cc153 EXPECT_FALSE(BluetoothAudioHalVersion::VERSION_2_0.isAIDL()); in TEST_F()
170 EXPECT_FALSE(BluetoothAudioHalVersion::VERSION_2_1.isAIDL()); in TEST_F()
187 EXPECT_TRUE(BluetoothAudioHalVersion::VERSION_AIDL_V1.isAIDL()); in TEST_F()
204 EXPECT_TRUE(BluetoothAudioHalVersion::VERSION_AIDL_V2.isAIDL()); in TEST_F()
221 EXPECT_TRUE(BluetoothAudioHalVersion::VERSION_AIDL_V3.isAIDL()); in TEST_F()
238 EXPECT_TRUE(BluetoothAudioHalVersion::VERSION_AIDL_V4.isAIDL()); in TEST_F()
258 .isAIDL()); in TEST_F()
/packages/modules/Bluetooth/system/audio_hal_interface/
Dhal_version_manager.h62 bool isAIDL() const { return mTransport == BluetoothAudioHalTransport::AIDL; } in isAIDL() function