Loading media/libaudioclient/tests/audiorouting_tests.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,6 @@ TEST(AudioTrackTest, TestPerformanceMode) { } } ap->stop(); ap->getAudioTrackHandle()->removeAudioDeviceCallback(cb); } } Loading media/libaudioclient/tests/audiosystem_tests.cpp +0 −6 Original line number Diff line number Diff line Loading @@ -49,17 +49,11 @@ class AudioSystemTest : public ::testing::Test { void TearDown() override { if (mPlayback) { mPlayback->stop(); if (auto handle = mPlayback->getAudioTrackHandle(); handle) { handle->removeAudioDeviceCallback(mCbPlayback); } mCbPlayback.clear(); mPlayback.clear(); } if (mCapture) { mCapture->stop(); if (auto handle = mCapture->getAudioRecordHandle(); handle) { handle->removeAudioDeviceCallback(mCbRecord); } mCbRecord.clear(); mCapture.clear(); } Loading Loading
media/libaudioclient/tests/audiorouting_tests.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,6 @@ TEST(AudioTrackTest, TestPerformanceMode) { } } ap->stop(); ap->getAudioTrackHandle()->removeAudioDeviceCallback(cb); } } Loading
media/libaudioclient/tests/audiosystem_tests.cpp +0 −6 Original line number Diff line number Diff line Loading @@ -49,17 +49,11 @@ class AudioSystemTest : public ::testing::Test { void TearDown() override { if (mPlayback) { mPlayback->stop(); if (auto handle = mPlayback->getAudioTrackHandle(); handle) { handle->removeAudioDeviceCallback(mCbPlayback); } mCbPlayback.clear(); mPlayback.clear(); } if (mCapture) { mCapture->stop(); if (auto handle = mCapture->getAudioRecordHandle(); handle) { handle->removeAudioDeviceCallback(mCbRecord); } mCbRecord.clear(); mCapture.clear(); } Loading