Searched refs:destroyEffect (Results 1 – 4 of 4) sorted by relevance
35 ndk::ScopedAStatus destroyEffect(const std::shared_ptr<IEffect>&) override { in destroyEffect() function
128 MOCK_METHOD(ndk::ScopedAStatus, destroyEffect, (const std::shared_ptr<IEffect>& in_handle),287 EXPECT_CALL(*mMockFactory, destroyEffect(_)); in TearDown()
89 mFactory->destroyEffect(mEffect); in ~EffectHalAidl()
74 ndk::ScopedAStatus status = mFactory->destroyEffect(effect); in destroy()