Loading audio/core/2.0/vts/functional/AudioPrimaryHidlHalTest.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -661,8 +661,8 @@ static R extract(Return<R> ret) { code; \ } TEST_IO_STREAM(GetFrameCount, "Check that the stream frame count == the one it was opened with", ASSERT_EQ(audioConfig.frameCount, extract(stream->getFrameCount()))) TEST_IO_STREAM(GetFrameCount, "Check that getting stream frame count does not crash the HAL.", ASSERT_TRUE(stream->getFrameCount().isOk())) TEST_IO_STREAM(GetSampleRate, "Check that the stream sample rate == the one it was opened with", ASSERT_EQ(audioConfig.sampleRateHz, extract(stream->getSampleRate()))) Loading audio/core/4.0/vts/functional/AudioPrimaryHidlHalTest.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -823,8 +823,8 @@ static R extract(Return<R> ret) { code; \ } TEST_IO_STREAM(GetFrameCount, "Check that the stream frame count == the one it was opened with", ASSERT_EQ(audioConfig.frameCount, extract(stream->getFrameCount()))) TEST_IO_STREAM(GetFrameCount, "Check that getting stream frame count does not crash the HAL.", ASSERT_TRUE(stream->getFrameCount().isOk())) TEST_IO_STREAM(GetSampleRate, "Check that the stream sample rate == the one it was opened with", ASSERT_EQ(audioConfig.sampleRateHz, extract(stream->getSampleRate()))) Loading Loading
audio/core/2.0/vts/functional/AudioPrimaryHidlHalTest.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -661,8 +661,8 @@ static R extract(Return<R> ret) { code; \ } TEST_IO_STREAM(GetFrameCount, "Check that the stream frame count == the one it was opened with", ASSERT_EQ(audioConfig.frameCount, extract(stream->getFrameCount()))) TEST_IO_STREAM(GetFrameCount, "Check that getting stream frame count does not crash the HAL.", ASSERT_TRUE(stream->getFrameCount().isOk())) TEST_IO_STREAM(GetSampleRate, "Check that the stream sample rate == the one it was opened with", ASSERT_EQ(audioConfig.sampleRateHz, extract(stream->getSampleRate()))) Loading
audio/core/4.0/vts/functional/AudioPrimaryHidlHalTest.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -823,8 +823,8 @@ static R extract(Return<R> ret) { code; \ } TEST_IO_STREAM(GetFrameCount, "Check that the stream frame count == the one it was opened with", ASSERT_EQ(audioConfig.frameCount, extract(stream->getFrameCount()))) TEST_IO_STREAM(GetFrameCount, "Check that getting stream frame count does not crash the HAL.", ASSERT_TRUE(stream->getFrameCount().isOk())) TEST_IO_STREAM(GetSampleRate, "Check that the stream sample rate == the one it was opened with", ASSERT_EQ(audioConfig.sampleRateHz, extract(stream->getSampleRate()))) Loading