Searched refs:bluetooth2 (Results 1 – 1 of 1) sorted by relevance
2325 std::shared_ptr<IBluetooth> bluetooth2; in TEST_P() local2326 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() local2410 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() local2463 EXPECT_IS_OK(module->getBluetoothLe(&bluetooth2)); in TEST_P()[all …]