Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DEffectFactory.cpp159 ndk::ScopedAStatus Factory::destroyEffectImpl_l(const std::shared_ptr<IEffect>& in_handle) { in destroyEffectImpl_l() argument
160 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() argument
196 ndk::ScopedAStatus status = destroyEffectImpl_l(in_handle); in destroyEffect()
/hardware/interfaces/audio/aidl/default/include/effectFactory-impl/
DEffectFactory.h80 const std::shared_ptr<::aidl::android::hardware::audio::effect::IEffect>& in_handle)
106 ndk::ScopedAStatus destroyEffectImpl_l(const std::shared_ptr<IEffect>& in_handle)