Home
last modified time | relevance | path

Searched refs:removeEffectStatus (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp2237 ndk::ScopedAStatus removeEffectStatus = module->removeDeviceEffect(-1, nullptr); in TEST_P() local
2240 EXPECT_EQ(EX_ILLEGAL_ARGUMENT, removeEffectStatus.getExceptionCode()); in TEST_P()
2241 } else if (removeEffectStatus.getExceptionCode() != EX_UNSUPPORTED_OPERATION) { in TEST_P()
3361 ndk::ScopedAStatus removeEffectStatus = streamCommon->removeEffect(nullptr); in AddRemoveEffectInvalidArguments() local
3364 EXPECT_EQ(EX_ILLEGAL_ARGUMENT, removeEffectStatus.getExceptionCode()); in AddRemoveEffectInvalidArguments()
3366 } else if (removeEffectStatus.getExceptionCode() != EX_UNSUPPORTED_OPERATION) { in AddRemoveEffectInvalidArguments()