Lines Matching refs:effect
78 // There is support for > 2 channel tracks down-mixed to 2 channel output via a down-mix effect.
546 // Allocate an audio_io_handle_t, session ID, effect ID, or audio_module_handle_t.
572 // Store an effect chain to mOrphanEffectChains keyed vector.
575 // effect chain and same instances in the effect library.
580 // Get an effect chain for the specified session in mOrphanEffectChains and remove
583 // Called when the last effect handle on an effect instance is removed. If this
584 // effect belongs to an effect chain in mOrphanEffectChains, the chain is updated
585 // and removed from mOrphanEffectChains if it does not contain any effect.
586 // Return true if the effect was found in mOrphanEffectChains, false otherwise.
587 bool updateOrphanEffectChains(const sp<EffectModule>& effect);
733 // Effect chains without a valid thread
783 nsecs_t mGlobalEffectEnableTime; // when a global effect was last enabled