Searched refs:extPlayer (Results 1 – 3 of 3) sorted by relevance
743 void BasicSound::AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in AttachExternalSoundPlayer() argument745 NW_NULL_ASSERT( extPlayer ); in AttachExternalSoundPlayer()748 m_pExtSoundPlayer = extPlayer; in AttachExternalSoundPlayer()760 void BasicSound::DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in DetachExternalSoundPlayer() argument762 NW_NULL_ASSERT( extPlayer ); in DetachExternalSoundPlayer()763 NW_ASSERT( extPlayer == m_pExtSoundPlayer ); in DetachExternalSoundPlayer()764 (void)extPlayer; in DetachExternalSoundPlayer()
839 internal::ExternalSoundPlayer* extPlayer = NULL; in detail_SetupSoundImpl() local841 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()
352 void AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );353 void DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );