History log of /hardware/interfaces/audio/effect/2.0/vts/functional/VtsHalAudioEffectV2_0TargetTest.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5abb15e9872a203bf2e5a8b879ac4842c8cac789 01-Jun-2017 Mikhail Naganov <mnaganov@google.com> VTS Audio Effect: Do not check the result of IEffect::offload method

HAL may not support offloading, and a call to IEffect::offload
is allowed to return an error code.

Update the test to only check that the call to the method doesn't
crash.

Bug: 38437110
Test: still passes
Change-Id: I6cfd25998edb9c68d2e585e572ba8ba3a3427e98
/hardware/interfaces/audio/effect/2.0/vts/functional/VtsHalAudioEffectV2_0TargetTest.cpp
c11724572e7604bd0c8390d83fd506a772d8d6cd 19-May-2017 Mikhail Naganov <mnaganov@google.com> VTS Audio Effect: Allow 'NOT_SUPPORTED' from IEffect::offload method

HAL may not support offloading, and a call to IEffect::offload
is allowed to return an error code.

Update the test to accept either OK or NOT_SUPPORTED.

Bug: 38437110
Test: still passes
Change-Id: I1822010eed73f61bb0e0ae1852739b47fa72eade
/hardware/interfaces/audio/effect/2.0/vts/functional/VtsHalAudioEffectV2_0TargetTest.cpp
3e6fe754f647db202a7a455adcf1ab5d686105d3 24-Apr-2017 Mikhail Naganov <mnaganov@google.com> audiohal: Fix handling of invalid arguments in 'debugDump' methods

Add checks for validity of the passed in native handle.

Bug: 37590777
Change-Id: If906f0086c3442819e1844cc521215d5b74af015
Test: VTS
(cherry picked from commit 7bae6a0b635b142cfba9d4c4612e1e114f85b842)
/hardware/interfaces/audio/effect/2.0/vts/functional/VtsHalAudioEffectV2_0TargetTest.cpp
05fa0d0312e8702b90944c522a95f98d67044bc2 25-Mar-2017 Mikhail Naganov <mnaganov@google.com> audiohal: Add crash tests for some methods of IEffect

For methods that can't be meaningfully tested, add tests
verifying that they at least don't crash.

Bug: 32022706
Change-Id: I234c2ae4b6bc173450cf50e8749ea966cbc2d2a2
Test: this is a test
/hardware/interfaces/audio/effect/2.0/vts/functional/VtsHalAudioEffectV2_0TargetTest.cpp
9f2890458a2e0b9fa09ceeba64c869bf3f1560c3 23-Feb-2017 Mikhail Naganov <mnaganov@google.com> Add VTS tests for audio effects

Added tests covering IEffect, IEqualizerEffect, and
ILoudnessEnhancer interfaces.

Minor corrections in the interface definitions and implementations:

- fixed descriptions and @callflow annotations in IEffect;

- fixed type used for band levels in IEqualizerEffect;

- fixed specification of frequencies in IEqualizerEffect;

- fixed some bugs in previously non-execrices Effects code;

- warning messages changed to error messages.

Test: this is a test
Bug: 32022706
Change-Id: I0e0bc111b07d944ad8a0321e8b1ec703f8d1a73e
/hardware/interfaces/audio/effect/2.0/vts/functional/VtsHalAudioEffectV2_0TargetTest.cpp
ed2bb4e8f851688c09f7639a9183b1285aa0967c 10-Mar-2017 Yuexi Ma <yuexima@google.com> Change vts target base test class name

Test: make vts succeed, vts kernel tests and nfc hal tests passed
Change-Id: I95f10ad7a66f261c9030357edd411fe6d94150e8
/hardware/interfaces/audio/effect/2.0/vts/functional/VtsHalAudioEffectV2_0TargetTest.cpp
50d7e27b3c13885d2bd90dc0f0f2366cd0523f77 28-Feb-2017 Yuexi Ma <yuexima@google.com> change all vts hidl tests to use VtsHalHidlTargetBaseTest (internal master)

Bug: 33385836
Test: mma
Change-Id: Ide3ebc4a9db76257f33bcfb0c1f13d2ee33eeaa8
/hardware/interfaces/audio/effect/2.0/vts/functional/VtsHalAudioEffectV2_0TargetTest.cpp
8422f6aa046e86ccd06e62dcbd611073355cfa08 18-Feb-2017 Zhuoyao Zhang <zhuoyao@google.com> Update the test binary and source file name on master.

* To confirm with Vts naming convention.

Bug: 35273456
Test: mma
Change-Id: I845da64085253cd02480465479618308045a52ed
/hardware/interfaces/audio/effect/2.0/vts/functional/VtsHalAudioEffectV2_0TargetTest.cpp