Searched refs:ExternalSoundPlayer (Results 1 – 8 of 8) sorted by relevance
36 ExternalSoundPlayer::ExternalSoundPlayer() in ExternalSoundPlayer() function in nw::snd::internal::ExternalSoundPlayer50 ExternalSoundPlayer::~ExternalSoundPlayer() in ~ExternalSoundPlayer()70 void ExternalSoundPlayer::StopAllSound( int fadeFrames ) in StopAllSound()91 void ExternalSoundPlayer::PauseAllSound( bool flag, int fadeFrames ) in PauseAllSound()110 void ExternalSoundPlayer::DetachSoundActorAll( SoundActor* actor ) in DetachSoundActorAll()130 bool ExternalSoundPlayer::AppendSound( internal::BasicSound* sound ) in AppendSound()162 void ExternalSoundPlayer::SetPlayableSoundCount( int count ) in SetPlayableSoundCount()184 void ExternalSoundPlayer::RemoveSound( internal::BasicSound* sound ) in RemoveSound()200 bool ExternalSoundPlayer::detail_CanPlaySound( int startPriority ) in detail_CanPlaySound()223 internal::BasicSound* ExternalSoundPlayer::GetLowestPrioritySound() in GetLowestPrioritySound()
84 m_ActorPlayer[i].~ExternalSoundPlayer(); in Finalize()
732 void BasicSound::AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in AttachExternalSoundPlayer()749 void BasicSound::DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in DetachExternalSoundPlayer()
827 internal::ExternalSoundPlayer* extPlayer = NULL; in detail_SetupSoundImpl()
33 class ExternalSoundPlayer45 ExternalSoundPlayer();46 ~ExternalSoundPlayer();77 inline Function ExternalSoundPlayer::ForEachSound( Function function, bool reverse ) in ForEachSound()
214 class ExternalSoundPlayer; variable331 void AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );332 void DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );390 ExternalSoundPlayer* m_pExtSoundPlayer;
69 typedef internal::ExternalSoundPlayer ActorPlayer;
49 class ExternalSoundPlayer; variable