Searched refs:extPlayer (Results 1 – 3 of 3) sorted by relevance
732 void BasicSound::AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in AttachExternalSoundPlayer() argument734 NW_NULL_ASSERT( extPlayer ); in AttachExternalSoundPlayer()737 m_pExtSoundPlayer = extPlayer; in AttachExternalSoundPlayer()749 void BasicSound::DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in DetachExternalSoundPlayer() argument751 NW_NULL_ASSERT( extPlayer ); in DetachExternalSoundPlayer()752 NW_ASSERT( extPlayer == m_pExtSoundPlayer ); in DetachExternalSoundPlayer()753 (void)extPlayer; in DetachExternalSoundPlayer()
827 internal::ExternalSoundPlayer* extPlayer = NULL; in detail_SetupSoundImpl() local829 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()
331 void AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );332 void DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );