Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.h611 bool updateOrphanEffectChains_l(const sp<IAfEffectModule>& effect) REQUIRES(mutex());
DAudioFlinger.cpp3674 updateOrphanEffectChains_l(effect); in purgeOrphanEffectChains_l()
4893 return updateOrphanEffectChains_l(effect); in updateOrphanEffectChains()
4896 bool AudioFlinger::updateOrphanEffectChains_l(const sp<IAfEffectModule>& effect) in updateOrphanEffectChains_l() function in android::AudioFlinger