Searched refs:isAIDL (Results 1 – 2 of 2) sorted by relevance
153 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()
62 bool isAIDL() const { return mTransport == BluetoothAudioHalTransport::AIDL; } in isAIDL() function