Searched refs:destroyEffect (Results 1 – 11 of 11) sorted by relevance
85 void destroyEffect(in IEffect handle); in destroyEffect() method
27 INIT -> F[label = "IFactory.destroyEffect"];
40 void destroyEffect(in android.hardware.audio.effect.IEffect handle); in destroyEffect() method
31 extern "C" binder_exception_t destroyEffect(
79 ndk::ScopedAStatus destroyEffect(
63 const auto status = mEffectFactory->destroyEffect(effect); in TearDown()108 EXPECT_STATUS(expectStatus, mEffectFactory->destroyEffect(effect)); in destroyEffects()
103 factory->destroyEffect(effect); in destroyIgnoreRet()111 ASSERT_STATUS(status, factory->destroyEffect(effect));
194 ndk::ScopedAStatus Factory::destroyEffect(const std::shared_ptr<IEffect>& in_handle) { in destroyEffect() function in aidl::android::hardware::audio::effect::Factory
33 extern "C" binder_exception_t destroyEffect(const std::shared_ptr<IEffect>& instanceSp) { in destroyEffect() function