Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_BasicSound.cpp732 void BasicSound::AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in AttachExternalSoundPlayer() argument
734 NW_NULL_ASSERT( extPlayer ); in AttachExternalSoundPlayer()
737 m_pExtSoundPlayer = extPlayer; in AttachExternalSoundPlayer()
749 void BasicSound::DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in DetachExternalSoundPlayer() argument
751 NW_NULL_ASSERT( extPlayer ); in DetachExternalSoundPlayer()
752 NW_ASSERT( extPlayer == m_pExtSoundPlayer ); in DetachExternalSoundPlayer()
753 (void)extPlayer; in DetachExternalSoundPlayer()
Dsnd_SoundArchivePlayer.cpp827 internal::ExternalSoundPlayer* extPlayer = NULL; in detail_SetupSoundImpl() local
829 extPlayer = actor->detail_GetActorPlayer( actorPlayerId ); in detail_SetupSoundImpl()
830 if ( extPlayer == NULL ) in detail_SetupSoundImpl()
847 if ( ( extPlayer != NULL ) && ( ! extPlayer->detail_CanPlaySound( allocPriority ) ) ) { in detail_SetupSoundImpl()
1061 if ( extPlayer != NULL ) in detail_SetupSoundImpl()
1063 if ( ! extPlayer->AppendSound( sound ) ) in detail_SetupSoundImpl()
/NW4C-1.2.23/include/nw/snd/
Dsnd_BasicSound.h331 void AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );
332 void DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );