Loading audio/core/all-versions/vts/functional/AudioPrimaryHidlHalTest.h +3 −0 Original line number Diff line number Diff line Loading @@ -1390,6 +1390,9 @@ static void testSetAudioProperties(IStream* stream) { config.channelMask.value(channelMask); auto ret = stream->setAudioProperties(config); EXPECT_TRUE(ret.isOk()); if (ret == Result::NOT_SUPPORTED) { GTEST_SKIP() << "setAudioProperties is not supported"; } EXPECT_EQ(Result::OK, ret) << profile.format << "; " << sampleRate << "; " << channelMask; } Loading Loading
audio/core/all-versions/vts/functional/AudioPrimaryHidlHalTest.h +3 −0 Original line number Diff line number Diff line Loading @@ -1390,6 +1390,9 @@ static void testSetAudioProperties(IStream* stream) { config.channelMask.value(channelMask); auto ret = stream->setAudioProperties(config); EXPECT_TRUE(ret.isOk()); if (ret == Result::NOT_SUPPORTED) { GTEST_SKIP() << "setAudioProperties is not supported"; } EXPECT_EQ(Result::OK, ret) << profile.format << "; " << sampleRate << "; " << channelMask; } Loading