Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp2325 std::shared_ptr<IBluetooth> bluetooth2; in TEST_P() local
2326 EXPECT_IS_OK(module->getBluetooth(&bluetooth2)); in TEST_P()
2327 ASSERT_NE(nullptr, bluetooth2.get()); in TEST_P()
2328 EXPECT_EQ(bluetooth->asBinder(), bluetooth2->asBinder()) in TEST_P()
2409 std::shared_ptr<IBluetoothA2dp> bluetooth2; in TEST_P() local
2410 EXPECT_IS_OK(module->getBluetoothA2dp(&bluetooth2)); in TEST_P()
2411 ASSERT_NE(nullptr, bluetooth2.get()); in TEST_P()
2412 EXPECT_EQ(bluetooth->asBinder(), bluetooth2->asBinder()) in TEST_P()
2462 std::shared_ptr<IBluetoothLe> bluetooth2; in TEST_P() local
2463 EXPECT_IS_OK(module->getBluetoothLe(&bluetooth2)); in TEST_P()
[all …]