Searched refs:pFx (Results 1 – 2 of 2) sorted by relevance
70 bool AppendEffect( AuxBus bus, FxBase* pFx );72 bool AppendEffect( AuxBus bus, nn::snd::FxDelay* pFx );73 bool AppendEffect( AuxBus bus, nn::snd::FxReverb* pFx );
147 bool HardwareManager::AppendEffect( AuxBus bus, FxBase* pFx ) in AppendEffect() argument149 NW_NULL_ASSERT( pFx ); in AppendEffect()191 GetEffectList( bus ).PushBack( pFx ); in AppendEffect()