Searched refs:removeEffectStatus (Results 1 – 1 of 1) sorted by relevance
2237 ndk::ScopedAStatus removeEffectStatus = module->removeDeviceEffect(-1, nullptr); in TEST_P() local2240 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() local3364 EXPECT_EQ(EX_ILLEGAL_ARGUMENT, removeEffectStatus.getExceptionCode()); in AddRemoveEffectInvalidArguments()3366 } else if (removeEffectStatus.getExceptionCode() != EX_UNSUPPORTED_OPERATION) { in AddRemoveEffectInvalidArguments()