Searched refs:in_handle (Results 1 – 2 of 2) sorted by relevance
159 ndk::ScopedAStatus Factory::destroyEffectImpl_l(const std::shared_ptr<IEffect>& in_handle) { in destroyEffectImpl_l() argument160 std::weak_ptr<IEffect> wpHandle(in_handle); in destroyEffectImpl_l()169 RETURN_IF_BINDER_EXCEPTION(interface->destroyEffectFunc(in_handle)); in destroyEffectImpl_l()178 LOG(ERROR) << __func__ << ": instance " << in_handle << " does not exist!"; in destroyEffectImpl_l()194 ndk::ScopedAStatus Factory::destroyEffect(const std::shared_ptr<IEffect>& in_handle) { in destroyEffect() argument196 ndk::ScopedAStatus status = destroyEffectImpl_l(in_handle); in destroyEffect()
80 const std::shared_ptr<::aidl::android::hardware::audio::effect::IEffect>& in_handle)106 ndk::ScopedAStatus destroyEffectImpl_l(const std::shared_ptr<IEffect>& in_handle)