commit | 82cef8d3f9404835800c25039b3ea6009fc5da07 | [log] [tgz] |
---|---|---|
author | Kevin Rocard <krocard@google.com> | Mon Apr 23 17:18:46 2018 -0700 |
committer | Kevin Rocard <krocard@google.com> | Mon Apr 23 21:59:44 2018 -0700 |
tree | 44197fd98b010bfa8c02631803624d103d0e6173 | |
parent | 64c3932736558609f7cf657b2a63e90a937f663c [diff] |
Audio V4: VTS Pause was testing resume Bug: 74037175 Test: VtsHalAudioV4_0TargetTest Change-Id: I9d77a59e69452e0891dc4e8e2cc2a14fef4fda41 Signed-off-by: Kevin Rocard <krocard@google.com>
diff --git a/audio/core/4.0/vts/functional/AudioPrimaryHidlHalTest.cpp b/audio/core/4.0/vts/functional/AudioPrimaryHidlHalTest.cpp index 4a73180..7a0bec0 100644 --- a/audio/core/4.0/vts/functional/AudioPrimaryHidlHalTest.cpp +++ b/audio/core/4.0/vts/functional/AudioPrimaryHidlHalTest.cpp
@@ -1196,7 +1196,7 @@ doc::partialTest("The output stream does not support pause"); return; } - ASSERT_RESULT(Result::INVALID_STATE, stream->resume()); + ASSERT_RESULT(Result::INVALID_STATE, stream->pause()); } static void testDrain(IStreamOut* stream, AudioDrain type) {