Searched refs:extPlayer (Results 1 – 3 of 3) sorted by relevance
750 void BasicSound::AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in AttachExternalSoundPlayer() argument752 NW_NULL_ASSERT( extPlayer ); in AttachExternalSoundPlayer()755 m_pExtSoundPlayer = extPlayer; in AttachExternalSoundPlayer()767 void BasicSound::DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer ) in DetachExternalSoundPlayer() argument769 NW_NULL_ASSERT( extPlayer ); in DetachExternalSoundPlayer()770 NW_ASSERT( extPlayer == m_pExtSoundPlayer ); in DetachExternalSoundPlayer()771 (void)extPlayer; in DetachExternalSoundPlayer()
841 internal::ExternalSoundPlayer* extPlayer = NULL; in detail_SetupSoundImpl() local843 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()
354 void AttachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );355 void DetachExternalSoundPlayer( ExternalSoundPlayer* extPlayer );