Home
last modified time | relevance | path

Searched refs:extPlayer (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_BasicSound.cpp750 void BasicSound::AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in AttachExternalSoundPlayer() argument
752 NW_NULL_ASSERT( extPlayer ); in AttachExternalSoundPlayer()
755 m_pExtSoundPlayer = extPlayer; in AttachExternalSoundPlayer()
767 void BasicSound::DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in DetachExternalSoundPlayer() argument
769 NW_NULL_ASSERT( extPlayer ); in DetachExternalSoundPlayer()
770 NW_ASSERT( extPlayer == m_pExtSoundPlayer ); in DetachExternalSoundPlayer()
771 (void)extPlayer; in DetachExternalSoundPlayer()
Dsnd_SoundArchivePlayer.cpp841 internal::ExternalSoundPlayer* extPlayer = NULL; in detail_SetupSoundImpl() local
843 extPlayer = actor->detail_GetActorPlayer( actorPlayerId ); in detail_SetupSoundImpl()
844 if ( extPlayer == NULL ) in detail_SetupSoundImpl()
861 if ( ( extPlayer != NULL ) && ( ! extPlayer->detail_CanPlaySound( allocPriority ) ) ) { in detail_SetupSoundImpl()
1078 if ( extPlayer != NULL ) in detail_SetupSoundImpl()
1080 if ( ! extPlayer->AppendSound( sound ) ) in detail_SetupSoundImpl()
/NW4C-2.0.3/include/nw/snd/
Dsnd_BasicSound.h354 void AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );
355 void DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );