Loading system/bta/le_audio/codec_manager_test.cc +2 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,7 @@ class CodecManagerTestBase : public Test { .WillByDefault(Return(true)); controller::SetMockControllerInterface(&controller_interface); Mock::VerifyAndClearExpectations(&bluetooth::legacy::hci::testing::GetMock()); codec_manager = CodecManager::GetInstance(); } Loading @@ -95,6 +96,7 @@ class CodecManagerTestBase : public Test { virtual void TearDown() override { codec_manager->Stop(); Mock::VerifyAndClearExpectations(&bluetooth::legacy::hci::testing::GetMock()); controller::SetMockControllerInterface(nullptr); } Loading Loading
system/bta/le_audio/codec_manager_test.cc +2 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,7 @@ class CodecManagerTestBase : public Test { .WillByDefault(Return(true)); controller::SetMockControllerInterface(&controller_interface); Mock::VerifyAndClearExpectations(&bluetooth::legacy::hci::testing::GetMock()); codec_manager = CodecManager::GetInstance(); } Loading @@ -95,6 +96,7 @@ class CodecManagerTestBase : public Test { virtual void TearDown() override { codec_manager->Stop(); Mock::VerifyAndClearExpectations(&bluetooth::legacy::hci::testing::GetMock()); controller::SetMockControllerInterface(nullptr); } Loading