mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
vts: update SetCommonParameterAndReopen to DataPathTest
Bug: 323010068 Test: atest --test-mapping hardware/interfaces/audio/aidl/vts:presubmit Change-Id: I05519481b69bb752f515bd54cb1eab0996ad5433
This commit is contained in:
@@ -608,8 +608,11 @@ TEST_P(AudioEffectTest, SetAndGetParameterVolume) {
|
||||
ASSERT_NO_FATAL_FAILURE(destroy(mFactory, mEffect));
|
||||
}
|
||||
|
||||
// Verify Parameters kept after reset.
|
||||
TEST_P(AudioEffectTest, SetCommonParameterAndReopen) {
|
||||
/**
|
||||
* Verify DataMqUpdateEventFlag after common parameter setting.
|
||||
* verify reopen sequence.
|
||||
*/
|
||||
TEST_P(AudioEffectDataPathTest, SetCommonParameterAndReopen) {
|
||||
ASSERT_NO_FATAL_FAILURE(create(mFactory, mEffect, mDescriptor));
|
||||
|
||||
Parameter::Common common = EffectHelper::createParamCommon(
|
||||
|
||||
Reference in New Issue
Block a user