Lines Matching full:effect
557 // Specific types are audio_io_handle_t, audio_session_t, effect ID (int),
589 // Store an effect chain to mOrphanEffectChains keyed vector.
592 // effect chain and same instances in the effect library.
597 // Get an effect chain for the specified session in mOrphanEffectChains and remove
600 // Called when the last effect handle on an effect instance is removed. If this
601 // effect belongs to an effect chain in mOrphanEffectChains, the chain is updated
602 // and removed from mOrphanEffectChains if it does not contain any effect.
603 // Return true if the effect was found in mOrphanEffectChains, false otherwise.
604 bool updateOrphanEffectChains(const sp<EffectModule>& effect);
705 // Effect chains without a valid thread
760 nsecs_t mGlobalEffectEnableTime; // when a global effect was last enabled