Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_BasicSound.cpp743 void BasicSound::AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in AttachExternalSoundPlayer() argument
745 NW_NULL_ASSERT( extPlayer ); in AttachExternalSoundPlayer()
748 m_pExtSoundPlayer = extPlayer; in AttachExternalSoundPlayer()
760 void BasicSound::DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in DetachExternalSoundPlayer() argument
762 NW_NULL_ASSERT( extPlayer ); in DetachExternalSoundPlayer()
763 NW_ASSERT( extPlayer == m_pExtSoundPlayer ); in DetachExternalSoundPlayer()
764 (void)extPlayer; in DetachExternalSoundPlayer()
Dsnd_SoundArchivePlayer.cpp839 internal::ExternalSoundPlayer* extPlayer = NULL; in detail_SetupSoundImpl() local
841 extPlayer = actor->detail_GetActorPlayer( actorPlayerId ); in detail_SetupSoundImpl()
842 if ( extPlayer == NULL ) in detail_SetupSoundImpl()
859 if ( ( extPlayer != NULL ) && ( ! extPlayer->detail_CanPlaySound( allocPriority ) ) ) { in detail_SetupSoundImpl()
1076 if ( extPlayer != NULL ) in detail_SetupSoundImpl()
1078 if ( ! extPlayer->AppendSound( sound ) ) in detail_SetupSoundImpl()
/NW4C-1.3.3/include/nw/snd/
Dsnd_BasicSound.h352 void AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );
353 void DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );